Skip to content

Instantly share code, notes, and snippets.

View farberjd's full-sized avatar

Jason Farber farberjd

View GitHub Profile
<!DOCTYPE html>
<html>
<body>
<p>IP Block</p>
Apparently, this page needs to be longer than 100 characters...weird.
Apparently, this page needs to be longer than 100 characters...weird.
Apparently, this page needs to be longer than 100 characters...weird.
{"bad_ips":["1.1.1.1"]}
@farberjd
farberjd / keybase.md
Last active January 13, 2017 23:54
Verifying Keybase

Keybase proof

I hereby claim:

  • I am farberjd on github.
  • I am farberjd (https://keybase.io/farberjd) on keybase.
  • I have a public key whose fingerprint is 3FFA 6DC2 75C9 BC29 CEA7 3EF1 3B76 4EBB 2EFB 0C73

To claim this, I am signing this object:

@farberjd
farberjd / fib.go
Created October 22, 2015 17:39
fibonni
package main
import "fmt"
import "os"
import "strconv"
func main() {
if len(os.Args) < 2 {
fmt.Println("no")
@farberjd
farberjd / 0_reuse_code.js
Last active August 29, 2015 14:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console