A founding father of the WWW, originator of the tag.
Talked about the wellspring of creativity that came out of the birth of the Internet, growing a company like Netscape, hiring, and how to build a company.
| // | |
| // GradientView.h | |
| // StravaExplorer | |
| // | |
| // Created by Jeff Remer on 9/16/11. | |
| // Copyright 2011 Strava. All rights reserved. | |
| // | |
| #import <UIKit/UIKit.h> |
| [color] | |
| branch = auto | |
| diff = auto | |
| status = auto | |
| [color "branch"] | |
| current = yellow reverse | |
| local = yellow | |
| remote = green |
| [0] [~/vent.io (master)]$ head app.coffee | |
| express = require("express") | |
| url = require("url") | |
| mongoose = require('mongoose') | |
| Schema = mongoose.Schema | |
| app = module.exports = express.createServer() | |
| mongoose.connect(process.env.MONGOHQ_URL ? 'http://localhost:27017/vent') |
| Object.prototype.toString.call({}) === '[object Array]'; // false | |
| Object.prototype.toString.call([]) === '[object Array]'; // true |
| class Mvn < Thor | |
| include Thor::Actions | |
| map "-L" => :list | |
| Dir.glob("*/*-webapp").collect{|dir| dir.split('/').first.gsub('-', '_')}.each{|project| | |
| desc "#{project}", "Builds #{project} with maven" | |
| define_method project do | |
| build(project) | |
| end |
| Hello Ashley |
| Hello, Github! |
| Some test gist again |