Public Gists by felipec

gist: 218093 git-cc script
Gravatar
Sun Oct 25 07:44:47 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
@authors = {}
Gravatar
Mon Sep 21 09:17:35 -0700 2009
1
2
3
#!/bin/bash
 
# Silly little script to replace CaMELCaSInG to lower_casing
Gravatar
Tue Feb 17 07:14:01 -0800 2009
1
2
3
Alias /cgit /var/www/cgit-files/cgit.cgi
<Directory "/var/www/cgit-files/">
        AllowOverride None
Gravatar
Mon Feb 16 02:55:34 -0800 2009
1
2
3
sb="/opt/scratchbox"
user="$USER"
 
Gravatar
Tue Sep 30 16:31:59 -0700 2008
1
2
3
#!/bin/sh
 
download_dir=/tmp/sb
Gravatar
Sun Sep 28 13:01:23 -0700 2008
1
2
3
#ifndef TRANS_H
#define TRANS_H
 
Gravatar
Wed Sep 17 16:26:28 -0700 2008
1
2
3
#!/bin/bash
 
## contents of ubinize.cfg
Gravatar
Mon Sep 08 13:25:18 -0700 2008
1
2
3
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/fb.h>