Marketing Survey:
- Salary: $250,000+
- Gender: Female
- How did you hear about us: Radio Ad
Cube Drone is sitting at his computer "Submit, Submit, Submit, Submit, Submit"
Marketing Survey:
Cube Drone is sitting at his computer "Submit, Submit, Submit, Submit, Submit"
After a local VanJS meetup, my friends and I were tossing around project ideas. Someone referenced a website that would procedurally generate terrible ideas for video games. "A tycoon game where you draw horses indefinitely".
What a wonderful, terrible, awful idea for a game.
In this presentation, we go through the 1000 lines of Javascript and two weeks of drunken after-work coding required to produce the world's only horse drawing tycoon simulator, with Canvas, Twitter integration, the legendary HorseHash™ algorithm, HorseCurrency™, and HorseStamps®!
You'll pay for the whole seat but you'll only need the edge.
/* | |
* scep.c -- scep command line client | |
* | |
* (c) 2001 Dr. Andreas Mueller, Beratung und Entwicklung | |
* | |
* $Id: scep.c,v 1.13 2002/02/25 23:01:06 afm Exp $ | |
*/ | |
#include <stdlib.h> | |
#include <stdio.h> | |
#include <config.h> |
Cube Drone: Walt, why in the world are we working for a Telecom?
Walt: When a lioness chases after a herd of antelopes, she doesn't chase the strong ones - she chases the slow, weak, old ones who are no longer useful to the pack.
Cube Drone: And we're the lionesses? Walt: What? No, I was watching Animal Planet on my iPhone.
If you think THAT's impressive, wait'll you see the upcoming Blackberry watch. It weighs over 10lbs, 9 of which are semi-precious metals
The upcoming Blackberry Watch will have falcon wing doors.
The upcoming BlackBerry watch was designed as a luxury piece, which is why it contains over 6 ounces of precious, precious bauxite
The upcoming BlackBerry watch will be preloaded with a surprisingly good spoken-word William Shatner album
The upcoming BlackBerry watch can be used to auto-pay at over 500 Tim Hortons locations worldwide. (498 of which are in Canada)
#!/bin/python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Intro | |
----- | |
 | |
Hi, I'm Curtis Lassam! | |
I'm awesome! |
CONTRACT_REVIEW_CHOICES = Choices( | |
('PEND', 'Pending'), | |
('PROM', 'Promoted'), | |
('DENY', 'Denied'), | |
('MEGADENY', 'Denied, and then made fun of, like, right to their face') | |
) | |
5 Crucial Usability Tips for App Designers and Developers | |
---------------------------------- | |
Hey, everyone. I'm here to share some very simple | |
usability guidelines with you for application development. | |
By the end of this video, you should have a better understanding of how to | |
design a UI that is intuitive and easy for your users to make sense of. | |
Let's begin by examining one of the fundamental pieces of applications |