All Projects → ASCIIwwdc → Asciiwwdc.com

ASCIIwwdc / Asciiwwdc.com

Licence: mit
Searchable full-text transcripts of WWDC sessions

Projects that are alternatives of or similar to Asciiwwdc.com

Downloader For Apple Developers
Download Xcode, WWDC Videos, and other developer tools up to 16 times faster.
Stars: ✭ 456 (-15.87%)
Mutual labels:  wwdc
Search By Image
Browser extension for reverse image search, available for Edge, Chrome and Firefox
Stars: ✭ 500 (-7.75%)
Mutual labels:  search
Designcode Swiftui
📱 An app fully written in SwiftUI showcasing beautiful design and animations.
Stars: ✭ 529 (-2.4%)
Mutual labels:  wwdc
Rsql Parser
Parser for RSQL / FIQL – query language for RESTful APIs
Stars: ✭ 463 (-14.58%)
Mutual labels:  search
Pisa
PISA: Performant Indexes and Search for Academia
Stars: ✭ 489 (-9.78%)
Mutual labels:  search
Slim Select
Slim advanced select dropdown
Stars: ✭ 517 (-4.61%)
Mutual labels:  search
Vsearch
Versatile open-source tool for microbiome analysis
Stars: ✭ 444 (-18.08%)
Mutual labels:  search
Jekyll Lunr Js Search
[UNSUPPORTED] Jekyll + lunr.js = static websites with powerful full-text search using JavaScript
Stars: ✭ 536 (-1.11%)
Mutual labels:  search
Instantsearch Ios
⚡️ A library of widgets and helpers to build instant-search applications on iOS.
Stars: ✭ 498 (-8.12%)
Mutual labels:  search
Resin
Hardware-accelerated vector-based search engine. Available as a HTTP service or as an embedded library.
Stars: ✭ 529 (-2.4%)
Mutual labels:  search
Buku
🔖 Personal mini-web in text
Stars: ✭ 4,825 (+790.22%)
Mutual labels:  search
Awesome Algolia
🔍👋 START HERE! A curated list of Algolia libraries, resources and projects.
Stars: ✭ 475 (-12.36%)
Mutual labels:  search
Deft
Deft for Emacs
Stars: ✭ 521 (-3.87%)
Mutual labels:  search
Ionic Selectable
An Ionic-based versatile and highly customizable component that serves as a replacement to Ionic Select, and allows to search items, create items, customize the layout with templates and much more.
Stars: ✭ 459 (-15.31%)
Mutual labels:  search
Ransack
Object-based searching.
Stars: ✭ 5,020 (+826.2%)
Mutual labels:  search
Gogrep
Search for Go code using syntax trees
Stars: ✭ 450 (-16.97%)
Mutual labels:  search
Search Dialog
An easy to use, yet very customizable search dialog
Stars: ✭ 503 (-7.2%)
Mutual labels:  search
Swiftui 2048
A 2048 game writing with SwiftUI.
Stars: ✭ 539 (-0.55%)
Mutual labels:  wwdc
Searchlight
Searchlight helps you build searches from options via Ruby methods that you write.
Stars: ✭ 536 (-1.11%)
Mutual labels:  search
Jekyll Theme Basically Basic
Your new Jekyll default theme
Stars: ✭ 524 (-3.32%)
Mutual labels:  search

ASCIIwwdc

Searchable full-text transcripts of WWDC sessions

Find the content you've been looking for, without having to scrub through session videos. Created by normalizing and indexing video transcript files provided for WWDC videos.

Workflow Integration

$ 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.

Webservice APIs

Session Information

curl -i -X GET -H "Accept: application/json" "https://asciiwwdc.com/2013/sessions/228"

Search

curl -i -X GET -H "Accept: application/json" "https://asciiwwdc.com/search?q=UIView"

Requirements

Setup

$ 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

Deploying to Heroku

Heroku is the easiest way to get your app up and running. For full instructions on how to get started, check out "Getting Started with Ruby on Heroku".

Once you've installed the Heroku Toolbelt, and have a Heroku account, enter the following commands from the project directory:

$ heroku create
$ git push heroku master

Contact

Mattt (@mattt)

License

WWDC is available under the MIT license. See the LICENSE file for more info.

All content copyright © 2010 – 2019 Apple Inc. All rights reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].