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
package main | |
import ( | |
"github.com/jmckaskill/goldap" | |
"fmt" | |
"os" | |
) | |
func printer (r string) { | |
fmt.Println("out!") |
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
{ | |
"asi" : true, | |
"bitwise" : true, | |
"boss" : false, | |
"browser" : true, | |
"couch" : true, | |
"curly" : true, | |
"debug" : false, | |
"devel" : true, | |
"eqeqeq" : true, |
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
#!/usr/bin/env python | |
import os | |
import re | |
import subprocess | |
import sys | |
modified = re.compile('^(?:M|A)(\s+)(?P<name>.*)') | |
CHECKS = [ |
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
// simple implementation of the mod 7 algorithm described here: | |
// http://blog.tanyakhovanova.com/?p=262 | |
// compile with "go build mod7.go" | |
// then: | |
// | |
// $ echo 1098712349087123409871234908712340917823490187234091827340918273490128734 | ./mod7 | |
// 1 | |
// | |
// time echo 1098712349087123409871234908712340917823490187234091827340918273490128734 | ./mod7 |
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
javascript:window.location=window.location.href+(window.location.href.indexOf("?")==-1?"?":"&")+"__cachebuster="+parseInt(Math.random()*99999999); |
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
#!/usr/bin/env python | |
import math | |
tags = [('admin', 1), ('annotation', 1), ('annotations', 6), ('apache', 1), | |
('authentication', 2), ('backend', 27), ('caching', 1), ('cgi_app', 1), | |
('cherrypy', 1), ('cherrypy-branch', 2), ('client', 3), ('cookies', 1), | |
('CSS', 2), ('dependencies', 4), ('documentation', 8), ('email', 8), | |
('exif', 1), ('fields', 4), ('flash', 2), ('forum', 3), ('fozzy', 1), | |
('frink', 1), ('groups', 3), ('HTML', 2), ('items', 29), |
NewerOlder