Skip to content

Instantly share code, notes, and snippets.

View apike's full-sized avatar

Allen Pike apike

View GitHub Profile
@apike
apike / chatgpt-4-adventure.prompt
Last active April 7, 2023 20:23
ChatGPT-4 Text Adventure Prompt
This is now maintained here: https://github.com/apike/pikes-prompts/blob/main/gpt4-text-adventure.prompt

iOS Developer Contract

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.
@apike
apike / keybase.md
Created July 17, 2014 21:33
Keybase post, please ignore

Keybase proof

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:

@apike
apike / html5_codecamp_this.js
Created July 9, 2012 21:23
HTML5 CodeCamp Vancouver: "this" in JavaScript
// HTML5 CodeCamp Vancouver: "this" in JavaScript
var myself = {
MyApp = SC.Object.create();
MyApp.userController = SC.Object.create({
name: null
});
MyApp.manualView = SC.View.create({
name: SC.Binding.from('MyApp.userController.name')
});
FaceWashAppDelegate* appDelegate = [UIApplication sharedApplication].delegate;
[appDelegate.rootViewController loadStatuses];