- Bytes and Blobs by David Flanagan
- Conference Wifi Redux by Malte Ubi
- Sashimi - https://github.com/cramforce/Sashimi
- Run Your JS everywhere with Jellyfish by Adam Christian - http://jelly.io Project
- Fighting Crime and Kicking Apps with Batman.js by Nick Small
- Hello Jo by Dave Balmer - Project - http://joapp.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FaceWashAppDelegate* appDelegate = [UIApplication sharedApplication].delegate; | |
[appDelegate.rootViewController loadStatuses]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MyApp = SC.Object.create(); | |
MyApp.userController = SC.Object.create({ | |
name: null | |
}); | |
MyApp.manualView = SC.View.create({ | |
name: SC.Binding.from('MyApp.userController.name') | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// HTML5 CodeCamp Vancouver: "this" in JavaScript | |
var myself = { |
I hereby claim:
- I am apike on github.
- I am apike (https://keybase.io/apike) on keybase.
- I have a public key whose fingerprint is 5ACB A06E 480E 4406 3E06 3F8F A7EC C0A5 C483 CA8D
To claim this, I am signing this object:
Feb 16, 2015
Steamclock is looking to contract a kickass iOS developer who can help us deliver some great apps.
- What: iOS development in Swift
- Where: At our office in Gastown (Vancouver, BC)
- When: Starting immediately. We're looking for at least a one month contract, but are interested in moving to full time employment if all goes well.
- Who: Applicants should share our passion for design and quality. We need somebody who can hit the ground running, so experience shipping iOS apps for clients is key. Women and minorities encouraged to apply.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is now maintained here: https://github.com/apike/pikes-prompts/blob/main/gpt4-text-adventure.prompt |