I hereby claim:
- I am simensen on github.
- I am simensen (https://keybase.io/simensen) on keybase.
- I have a public key whose fingerprint is 410B 3483 2AD8 EF16 54BE D5DD AB0E 3B66 FD69 F67C
To claim this, I am signing this object:
| - Bring Guzzle HTTP into the project | |
| - Use `AppServiceProvider` or add a `RedditServiceProvider` | |
| - Add a route `/r/{subreddit}` | |
| - `https://www.reddit.com/r/{subreddit}.json` | |
| - Render a Blade view with articles | |
| - List articles on view |
| /** | |
| * @jsx React.DOM | |
| */ | |
| var React = require('react'), | |
| MyReactComponent = React.createClass({ | |
| // The object returned by this method sets the initial value of this.state | |
| getInitialState: function(){ | |
| return {}; |
| #!/usr/bin/env bash | |
| # | |
| # Copyright (C) 2012 Dragonfly Development Inc. | |
| # | |
| [email protected]:sculpin/sculpin.git | |
| BUILD_DIR=build | |
| LATEST=master | |
| AS=master |
| <?php | |
| use Silex\Application AS SilexApplication; | |
| use Symfony\Component\Console\Application AS ConsoleApplication; | |
| use Symfony\Component\Console\Input\InputOption; | |
| use Symfony\Component\Console\Helper\HelperSet; | |
| use Doctrine\DBAL\Tools\Console\Helper\ConnectionHelper; | |
| use Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper; | |
| use Doctrine\ORM\Tools\Console\ConsoleRunner; | |
| require_once __DIR__.'/../web/index.php'; |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace Yolo; | |
| class ServiceNotFoundException extends \RuntimeException {} | |
| class RecursiveServiceDefinitionException extends \RuntimeException {} | |
| class InvalidArgumentException extends \RuntimeException {} | |
| class Container | |
| { |
| #!/bin/sh | |
| # deploy.sh | |
| N="`readlink \"$1\"`" | |
| mv -T "$1.stage" "$1" | |
| ln -s "$N" "$1.stage" | |
| rm -rf "$N" | |
| cp -aH "$1" "$N" |
| #!/usr/bin/zsh | |
| git subsplit publish " | |
| library/Zend/Authentication:[email protected]:weierophinney/Component_ZendAuthentication.git | |
| library/Zend/Barcode:[email protected]:weierophinney/Component_ZendBarcode.git | |
| library/Zend/Cache:[email protected]:weierophinney/Component_ZendCache.git | |
| library/Zend/Captcha:[email protected]:weierophinney/Component_ZendCaptcha.git | |
| library/Zend/Code:[email protected]:weierophinney/Component_ZendCode.git | |
| library/Zend/Config:[email protected]:weierophinney/Component_ZendConfig.git | |
| library/Zend/Console:[email protected]:weierophinney/Component_ZendConsole.git | |
| library/Zend/Crypt:[email protected]:weierophinney/Component_ZendCrypt.git |
| find src -name '*.php' | grep -iv tests | cut -f2- -d/ | cut -f1 -d\. | awk '{ print length, $0 }' | sort -n | tr / \\ |
This is an updated fork of the gist located here: https://gist.github.com/2254924
Backstory: I decided to crowdsource static site generator recommendations, so the following are actual real world suggested-to-me results. I then took those and sorted them by language/server and, just for a decent relative metric, their Github Watcher count. If you want a heap of other projects (including other languages like Haskell and Python) Nanoc has the mother of all site generator lists. If you recommend another one, by all means add a comment.