| mozharovsky/WWDC17-Xcode-Theme |
79 |
|
0 |
0 |
almost 7 years ago |
0 |
|
0 |
|
|
| WWDC 2017 Xcode Color Theme from slides. |
| kaushikgopal/san-jose-theme |
58 |
|
0 |
0 |
almost 6 years ago |
0 |
|
1 |
apache-2.0 |
|
| A custom Terminal & IntelliJ theme (inspired by PatMurrayDEV -> Apple's WWDC 2017 session slides) |
| manbolo/dwnldwwdc |
12 |
|
0 |
0 |
almost 13 years ago |
0 |
|
0 |
other |
Python |
| Download videos and slides from WWDC 2013 |
| briancoyner/AsyncWorkflow |
7 |
|
0 |
0 |
almost 7 years ago |
0 |
|
0 |
mit |
Swift |
| Techniques for building "async workflows" using `NSOperation` and `NSOperationQueue`. |
| mckapur/WWDC-2013-Scholarship-App |
5 |
|
0 |
0 |
almost 13 years ago |
0 |
|
2 |
|
Objective-C |
| NOTE: Apple awarded me a WWDC 2013 Student Scholarship with this app, so it may be a nice viewing point for future applicants :) The app is called 'SlideMyLife'. I submitted it as my app for the WWDC 2013 scholarship. Basically you keep sliding to see snippets of information about me, its like a storyboard! KNOWN ISSUE: The app may receive a memory warning and even potentially crash, this is because the 'slides' array is holding 25 active UIView objects at its most memory consuming time. I only found this problem early morning, 2 hours before WWDC scholarships were due. I didn't have time to fix it. If you want to, what you basically need to do is filter the array to only keep a maximum of three slides at a time (previous slide, current slide, next slide) |