Entries from 2016-01-01 to 1 month

tidy HTML auto indent

http://stackoverflow.com/questions/7151180/use-html-tidy-to-just-indent-html-codetidy -config tidy_config sample_trimmed.html -mtidy_configindent: auto indent-spaces: 2 quiet: yes tidy-mark: no

スマホ用 サイト PCから

http://minakul.jp/pc-smartphonesite-check-340 http://needneoneet.blog.fc2.com/blog-entry-14.html http://www.atmarkit.co.jp/ait/articles/1403/20/news050.html http://needneoneet.blog.fc2.com/blog-entry-14.html#hl4 http://ascii.jp/elem/000/00…

css download url curl or wget with user agent

wget -rHm http://example.com/example.css http://webmasters.stackexchange.com/questions/2275/download-css-with-all-referenced-fileswget -rHm http://nogogo.cn --user-agent="Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us) Ap…

countdown with NSTimer on Swift

http://stackoverflow.com/questions/29374553/how-to-make-a-countdown-with-nstimer-on-swifthttp://ja.stackoverflow.com/questions/16736/iosswiftで残り時間をカウントダウンするアプリを作りたい

sqlite3 重複データを除外して取得 DISTINCT

http://www.dbonline.jp/sqlite/select/index9.html

swift json

http://qiita.com/dankogai/items/e3d9882f4d25bc44cc03 http://ja.stackoverflow.com/questions/3149/swift-nsurlsession-task%E3%81%8B%E3%82%89json-string-%E3%82%92%E8%BF%94%E3%81%99

swift nsurlsession 遷移 同期

http://stackoverflow.com/questions/32950874/wait-for-download-task-to-finish-in-nsurlsession http://qiita.com/yonell/items/c5432207868fa2d5cfc9 http://qiita.com/akitaika_/items/2f4fca20a82cb6895329 http://swift-studying.com/blog/swift/?p=4…

swift Storyboardを使わずにCollectionView UICollectionview with custom cell メモリリーク

http://www.techotopia.com/index.php/A_Swift_iOS_8_Storyboard-based_Collection_View_Tutorial http://www.tk4memo.info/swift%E3%81%A7collectionview%E3%82%92%E3%81%A8%E3%82%8A%E3%81%82%E3%81%88%E3%81%9A%E8%A1%A8%E7%A4%BA%E3%81%95%E3%81%9B%E3%8…

NSURLConnection を NSURLSession に

iOS 9 で deprecated になってしまった NSURLConnection を NSURLSession に置き換えhttp://qiita.com/akitaika_/items/2f4fca20a82cb6895329NSURLConnection のデリゲートメソッドはメインスレッドで処理されています。 ところがどっこい、NSURLSession の…

iOS9 Xcord can not access http アクセスできない

xcord で以下のエラーが出たら: "App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file."in xcord, open Info.plist and add key;…

uicollectionview

http://www.techotopia.com/index.php/A_Swift_iOS_8_Storyboard-based_Collection_View_Tutorial http://www.ioscreator.com/tutorials/custom-collection-view-cell-tutorial-ios8-swift

REST curlからのRESTなリクエストを送り方

http://d.hatena.ne.jp/thata/20100207/1265554365http://www.bokukoko.info/entry/2014/10/12/REST_%E3%81%AA_API_%E3%81%A8%E3%81%AF%E4%BD%95%E3%81%8B http://labo.mamezou.com/special/sp_013/sp_013_001.html

ruby メソッド、ブロック、Proc、lambda、クロージャ メタプログラミング

http://www.atmarkit.co.jp/ait/articles/1409/29/news035_3.html http://www.atmarkit.co.jp/ait/articles/1501/06/news028.html