[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

2014年7月15日のブックマーク (5件)

  • ListTimerに素晴らしい要望が

    先日、爆速タイマーアプリのListTimerというシンプルなアプリをリリースした。 ※標準アプリが不便なので、爆速セットできるタイマーアプリ作った これはiOSの標準タイマーがセットしにくいから個人的に作ったんだけど、リリースしてみたら予想以上に人気が支持されて嬉しい驚きでした。 さらに、とりあえずリリースしてみるという重要さをこれほど感じた事はなかった出来事が起こった。 終了時刻を表示するアイデア というのも、ListTimerをリリースすると、デザインとかUXを専門にする知り合いの方、二人から、「いやあ、これはいいですね。終了時刻も表示するようにしたらいいんじゃないすか。」というアドバイスをもらったのである。 こんな感じのUIのデザイン案までpdfでくれたりして感動した。 自分は当初そんな事は一切考えてなかったんだけど、よく考えてみると、タイマーの時間を並べるのと、終了時刻を同時に表示

    ListTimerに素晴らしい要望が
    kimuraw
    kimuraw 2014/07/15
  • Captionator.js

    Video Captioning in HTML5 At first glance, video captioning might not seem like a huge deal. Maybe it might appeal to you if you need to meet accessibility requirements in your workplace, or you're just doing it to be nice to people with hearing difficulties. You're pretty far from the mark though. Yes, accessibility is an important driver for video captioning on the web. But it's about much more

    kimuraw
    kimuraw 2014/07/15
    ブラウザ上でwebvttの字幕表示ができる。単一の.jsファイルなのでとりまわししやすく便利。
  • WebVTT: The Web Video Text Tracks Format (W3C First Public Working Draft 13 November 2014)

    WebVTT: The Web Video Text Tracks Format W3C Candidate Recommendation 4 April 2019 This version: https://www.w3.org/TR/2019/CR-webvtt1-20190404/ Latest published version: https://www.w3.org/TR/webvtt1/ Editor's Draft: https://w3c.github.io/webvtt/ Previous Versions: https://www.w3.org/TR/2018/CR-webvtt1-20180510/ Test Suite: https://github.com/web-platform-tests/wpt/tree/master/webvtt Editor: Silv

    WebVTT: The Web Video Text Tracks Format (W3C First Public Working Draft 13 November 2014)
    kimuraw
    kimuraw 2014/07/15
    いわゆる字幕のためのテキストフォーマット。html5のtrack要素で動画ファイルとvttファイルを組み合わせて字幕表示できる(ことになっている)。
  • SAP、ドイツ企業から欧州企業へ - Publickey Topics

    kimuraw
    kimuraw 2014/07/15
    SAP AGからSAP SEへ。
  • Named parameters in C

    C99 introduced the concept of designated initializers, that allows to initialize a structure using the name of the fields, like this: struct MyStruct {int x; float y;}; struct MyStruct a = { .x = 10, .y = 3.6, }; Here is a C macro that extends this syntax to function calls. I present it as a curiosity, and I really wouldn’t advise anybody to actually use it in a project (except maybe for very spec

    kimuraw
    kimuraw 2014/07/15