Skip to content

Instantly share code, notes, and snippets.

View thecolorblue's full-sized avatar

Brad Davis thecolorblue

  • University Heights, Ohio
View GitHub Profile
@tuxdna
tuxdna / TheMatrix.scala
Last active December 31, 2015 05:48 — forked from FaKod/gist:1331556
The Neo4j Matrix Example with Neo4j-Scala
package graph
/**
* The Matrix Example
* http://wiki.neo4j.org/content/The_Matrix
*/
import collection.JavaConversions._
import org.neo4j._
import org.neo4j.graphdb._
@weaver
weaver / password-test.js
Created August 10, 2010 20:52
Hash passwords for storage. #nodejs
var assert = require('assert'),
sys = require('sys'),
pwd = require('password'),
vows = require('vows');
vows.describe('Password').addBatch({
'The default method': method(pwd),
'The bcrypt method': method(pwd.bcrypt),
'The sha512 method': method(pwd.sha512)
}).export(module);
.mouse, #preview{
position: absolute;
background-repeat: no-repeat;
height: 22px;
min-width: 15px;
z-index: 100;
}
.mouse{
background-image: url('../images/cursor.png');