Skip to content

Instantly share code, notes, and snippets.

View dsyer's full-sized avatar

Dave Syer dsyer

View GitHub Profile
@dsyer
dsyer / .gitignore
Created April 12, 2011 16:50
Node app for browsing Mongo collections
node_modules
*~
*#
@dsyer
dsyer / .cache
Created June 10, 2011 15:09
Scala version of cbeams distyles
@dsyer
dsyer / README.md
Created September 19, 2011 22:10
Simple sketch of Spring Batch jobs copying Oozie example

The Oozie example from an article on InfoQ, but sketched as a Spring Batch state machine instead.

@dsyer
dsyer / foo.textile
Created October 12, 2011 16:39
test

Foo

Text…

A Table:

table one
a b

Done

@dsyer
dsyer / foo.md
Last active September 27, 2015 14:27
markdown test
Left align Right align Center align
This This
This other long column
column column
will will will
be be be
left right center
aligned aligned aligned at the end of the day it's what we asked for
@dsyer
dsyer / .gitignore
Created October 26, 2011 16:28
Dave Syer: Demos for s2gx2011
target/
*/src/main/*/META-INF/
.access_token
.result
.classpath
.project
.DS_Store
.settings/
*.iml
*.iws
@dsyer
dsyer / .gitignore
Created October 27, 2011 13:28
SECOAUTH-145: split spraklr2
target/
*/src/main/*/META-INF/
.access_token
.result
.classpath
.project
.DS_Store
.settings/
*.iml
*.iws
@dsyer
dsyer / .gitignore
Created December 6, 2011 13:17
Chef solo project for installing maven
*~
@dsyer
dsyer / .gitignore
Created January 31, 2012 18:15
Java Palindromes with Spring
target/
*~
#*
*#
*/src/main/*/META-INF/
.classpath
.project
.DS_Store
.settings/
*.iml
@dsyer
dsyer / .gitignore
Created January 31, 2012 18:20
Ruby Palindromes
*~
#*
*.gem
.bundle
Gemfile.lock
pkg/*