プログラマメモ2 - programmer no memo2

wwdc2013のダウンロードリンク 2013/11/11

jqueryでいろいろと。
 githubでページ(github pages)を公開できたので、それを利用して、wwdc2013のWWDC 2013 Session Videos - Apple Developerのpdfをmovieとかおとしやすようにしてみた。 数があるので、まとめておとすのはしんどいので、リンク形式で。

もとねたは All WWDC 2013 Session Videos URLs in https://developer.apple.com/wwdc/videos/ dumped with Chrome. You can download these videos **without** a Apple developer account by running the download.sh script. There is also a sample code downloader here: https://github.com/jfahrenkrug/WWDC-Downloader ここにあるファイルを使って、リンクページを作成。

 ネタとしてはもう古いけど。

 http://ugo-nakawaka.github.io/page/download.html

iframeに一度テキストファイルを読み込ませて、それを使ってリンクを作成させてます。
もっといい方法ないかなー。

githubいろいろできるのね。
gitむずかしいけど。。。

参考
一番参考になりました。

couchbase liteを使った単純なmaster-detailのプログラム 2013/11/06

xcodeのプロジェクトまるごとあげれるので、githubを使ってみました。
 couchbase liteを使った単純なmaster-detailのプログラムです。

couchbase liteをわざわざ使うほどのものではないかもしれないけど。
どういう使い方がいいんだろか?
 dbを同期させるとか、どの辺の分野のアプリケーションだと活かせるのかな。



プログラム自体まずいところは、セルのレンダリングで毎回、全件とってきてその中から、1個えらんで情報取得というふうにやっているので、よくないんだろうなーとは思いつつ。