asciiwwdc.com
1.0.0
可搜尋的 WWDC 會議全文記錄
找到您一直在尋找的內容,而無需瀏覽會話影片。透過規範化和索引為 WWDC 影片提供的影片腳本檔案而創建。
wwdc
命令列介面$ wwdc info 228 --year 2013
228: " Hidden Gems in Cocoa and Cocoa Touch "
Learn from the experts about the Cocoa and Cocoa Touch classes you may not even know exist, as well as some very obscure but extremely valuable classes that are favorites of the presenters.
curl -i -X GET -H " Accept: application/json " " https://asciiwwdc.com/2013/sessions/228 "
curl -i -X GET -H " Accept: application/json " " https://asciiwwdc.com/search?q=UIView "
$ git clone https://github.com/mattt/asciiwwdc.com.git --recursive
$ cd asciiwwdc.com
$ bundle
$ createdb asciiwwdc && echo " DATABASE_URL=postgres://localhost/asciiwwdc " > .env
$ foreman run bundle exec rake db:seed # can take a year parameter, eg [2015]
$ foreman start
Heroku 是啟動和運行應用程式最簡單的方法。有關如何開始使用的完整說明,請查看“Heroku 上的 Ruby 入門”。
安裝 Heroku Toolbelt 並擁有 Heroku 帳號後,請從專案目錄輸入以下指令:
$ heroku create
$ git push heroku master
馬特(@mattt)
WWDC 可在 MIT 許可下使用。有關詳細信息,請參閱許可證文件。
所有內容版權所有 © 2010 – 2019 Apple Inc. 保留所有權利。