Public Gists by zaach

Gravatar
Thu Oct 29 08:58:01 -0700 2009
1
2
3
(* a simple echo server in ocaml
* -----------------------------
* uses a high level networking function, similar to SocketServer
Gravatar
Wed Sep 09 11:31:11 -0700 2009
1
2
file_cache_path "/tmp/chef-solo"
cookbook_path "/tmp/chef-solo/cookbooks"
Gravatar
Tue Jun 30 17:20:41 -0700 2009
1
2
3
require 'socket'
 
@socket =IO.popen('nc pwn2.ddtek.biz 11511', 'w+')
Gravatar
Tue Jun 02 14:14:57 -0700 2009
1
2
3
content narwhal-xpc content/
resource narwhal-xpc resources/
 
Gravatar
Wed May 13 21:30:40 -0700 2009
1
2
3
Rocket Noodles
 
Rice noodles (or ramen noodles)
Gravatar
Wed Apr 29 17:41:08 -0700 2009
1
2
3
Leaks in window 0xa790ebc0:
[+] [leaked object] (915e7f20) = [HTMLAnchorElement]
 [ ] baseURI = true
Gravatar
Sat Jan 31 02:05:02 -0800 2009
1
2
3
Let's make a list of Sinatra-based apps!
 
Apps:
Gravatar
Mon Jan 19 11:02:03 -0800 2009
1
2
3
# Explaining redirection and file descriptors in C
# I only had a vague notion of the process, and it
# had been a year since I had worked with C!
Gravatar
Mon Jan 19 10:53:23 -0800 2009
1
2
3
/**************************
* Pipe Example *
* *
Gravatar
Mon Dec 29 22:44:31 -0800 2008
1
2
3
// Ubiquity Google calculator script
// by Zach Carter http://zaa.ch
// MPL, MIT licensed 2008
Gravatar
Mon Dec 29 21:50:28 -0800 2008
1
2
3
#!/bin/bash
 
cd $1
Gravatar
Mon Sep 22 14:18:34 -0700 2008
1
2
3
<script>
// callback function
function getip(json){
Gravatar
Mon Sep 22 13:58:02 -0700 2008
1
2
3
import os
import cgi