タグ Utilities
人気順 10 users 50 users 100 users 500 users 1000 usersTypeScriptの便利な型コレクションtype-festと型パズル解説~前編~ - 別にしんどくないブログ
TypeScript Advent Calendar 2019 - Qiita 14日目の記事です。 type-festというTypeScriptの便利な型を集めたnpmパッケージがあります。 今回はtype-festの中から特に複雑なUtilitiesの型の紹介とそれらの型パズルのような型定義について解説したいと思います。 この記事がMapped TypesやConditional Typesを使った複雑... 続きを読む
jQueryの$.map/$.eachでfuncitonに渡す引数順がキモすぎる - ( ꒪⌓꒪) ゆるよろ日記
2012-11-07 jQueryの$.map/$.eachでfuncitonに渡す引数順がキモすぎる $.each(arr, f)は、funcitonに(index, element)の順で引数を渡す。 Utilities/jQuery.each - jQuery Wiki $.map(arr, f)は、funcitonに(element, index)の順で引数を渡す。 Utilities/j... 続きを読む
ログイン時に環境変数をセットする - 雑記
mac | 06:20Mac OS XでGUIのEmacsやVimからシェルを使っているとパスが通っていないために、コマンドを実行できないことがあった。必要な環境変数を ~/.MacOSX/environment.plist に書いておくと、ログイン時にセットされる。/Developer/Applications/Utilities の Property List Editor.app を使うと直... 続きを読む
Yahoo! UI Library のチートシート:phpspot開発日誌
Cheat Sheets for the YUI Utilities 実Yahoo! User Interface Blog Comprehensive documentation for the YUI Library is found online at the YUI section of the Yahoo! Developer Connection website. Yahoo! UI ... 続きを読む