2015年2月7日のブックマーク (5件)

  • WTFPL - Wikipedia

    DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO W

    WTFPL - Wikipedia
    ABA
    ABA 2015/02/07
    どうとでも勝手にしやがれクソッタレ・公衆利用許諾(契約)書、WTFPL
  • lz-string: JavaScript compression, fast!

    Goal lz-string was designed to fulfill the need of storing large amounts of data in localStorage, specifically on mobile devices. localStorage being usually limited to 5MB, all you can compress is that much more data you can store. You don't care about the blah-blah? The demo. The GitHub repository. The user guide. What about other libraries? All I could find was: some LZW implementations which gi

    ABA
    ABA 2015/02/07
    文字列やらデータなどを圧縮してくれるJavaScriptライブラリlz-string。WTFPLライセンス
  • SBOBET Agen Judi Bola Terbesar dan Terpercaya di Indonesia 2023

    🏧Transfer Bank, 💶DANA, 💵Gopay, 💴Linkaja!, 💷OVO, Pulsa SBOBET Agen Judi Bola Terbesar dan Terpercaya di Indonesia 2023 Sbobet atau sbobet88 adalah nama dari sebuah provider atau pencipta jenis taruhan judi online taruhan bola, bagi anda pecinta judi bola online pastinya sudah tahu bahwa sbobet adalah tempat memasang taruhan bola terlengkap dan terpercaya. Selain menyediakan taruhan bola, sbobe

    ABA
    ABA 2015/02/07
    ES6のclassとかfunction* yieldとかをES5に変換する6to5
  • CoffeeScriptが1.9でgenerator構文をサポート - Qiita

    追記: タイトル変更。v1.9 でリリースされました(2015/01/30) ES6以降にやや慎重な対応をみせるcoffeescriptですが、やっとgenerator構文がサポートされたようです。 Add yield support · Issue #3073 · jashkenas/coffeescript · GitHub 色々と構文の候補がありましたが、関数ブロックの中にyieldキーワードが存在する場合は自動的にジェネレーター関数になるような仕様に落ち着いたみたいです。 generator概要(知ってる人は読み飛ばしてよい) 関数ブロックの中でyieldを使うと関数がgenerator化されます。yield化された関数は実行されるとgeneratorを返し、 generatorは.next()を叩くと次のyieldキーワードで渡された値が取得できます。もう一度叩くとその位置から次

    CoffeeScriptが1.9でgenerator構文をサポート - Qiita
    ABA
    ABA 2015/02/07
    CoffeeScriptが1.9からyieldできるように。ただES6のJavaScriptが出力されるのでブラウザで動かすなら6to5とかを通した方がいいかも
  • Making Macros in CoffeeScript | David Padbury

    David Padbury Code is like poetry. Some is beautiful, the rest of it isn't very good… Introduction JavaScript dependency management is a hot topic at the moment (see RequireJS, Dojo and StealJS). This got me thinking, why do we just treat JavaScript as dumb files to be served up to the client? Now that we have web servers that literally speak the same language, aren’t there greatly possibilities y

    Making Macros in CoffeeScript | David Padbury
    ABA
    ABA 2015/02/07
    CoffeeScriptのマクロをCoffeeScriptで書く例。パース後のNodeをマッチングしてリプレース