IPO what?
This file contains hidden or 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
callMe({name: 'chris'}) |
- An app that coordinates code commits with songs being played on Spotify
- Post micros via SMS (with Twilio)
Just some quick notes on how to create a hackathon, super simple really.
- Prepare one page summary of the event (Name, venue, audience numbers)
- Reach out to tech evangelist from various companies, offer 10 minutes to pitch their APIs (skype or in person)
- Reach out to influential hackers to be judges and includes sponsors
Creds are credibility points that you collect inside Geeklist. You earn them by doing different things on the site like committing code or making the data better and sending change requests. For now we only have three types of creds: code, data and social.
- code commit +1
- high five to code commit +1
- high five to repo +1
- X number of lines +2
This file contains hidden or 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
var color = require('colors'); | |
var stdin = process.openStdin() | |
, slides = { | |
1: "\tNode.js" + | |
"\n\n\t\tJavascript running on the server" + | |
"\n\n\t\tWritten in C++ (POSIX)" + | |
"\n\n\t\tWraps V8 JS VM (Google/Chrome)" | |
, 2: "\tOthers / Evented I/O" + | |
"\n\n\t\t > Reactor Pattern" + | |
"\n\n\t\t > EventMachine(Ruby) / Twisted (Python)" + |
This file contains hidden or 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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #0000; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height:30%; |
This file contains hidden or 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
// example | |
// problem | |
exports.function1 = function(){ | |
object.find(query, function(data){ | |
object.find(query, function(data){ | |
object.find(query, function(data){ | |
//finally I'm here! | |
}) |
Hey Heroku, your servers are down, but your status page is showing you are good...
Check out other services like cloud App: