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 라이선스에 따라 사용할 수 있습니다. 자세한 내용은 LICENSE 파일을 참조하세요.
모든 콘텐츠 저작권 © 2010 – 2019 Apple Inc. 모든 권리 보유.