Public Gists by lisa

Gravatar
Thu Nov 05 17:17:43 -0800 2009
1
2
3
MATCH EXTENSIONS
       iptables can use extended packet matching modules. These are loaded in
       two ways: implicitly, when -p or --protocol is specified, or with the
Gravatar
Fri Oct 23 06:47:01 -0700 2009
1
2
3
<?xml version="1.0" ?>
<fittings>
<fitting name="Raquel Smith's Ishtar">
Gravatar
Sun Oct 18 18:52:17 -0700 2009
1
2
3
#define SENSORPIN 0
#define PWMPIN 3
 
Gravatar
Sat Oct 10 19:35:33 -0700 2009
1
2
3
# For http://rubylearning.com/blog/2009/10/08/rpcfn-average-arrival-time-for-a-flight-2/
# I take the lazy approach and assume 12:01am is today, not tomorrow.
 
Gravatar
Thu Dec 11 10:52:17 -0800 2008
1
2
3
require 'socket'
class DaemonTemperature
  include Socket::Constants
Gravatar
Thu Dec 11 10:51:27 -0800 2008
1
2
3
## The Rakefile
require 'RRDtool'
require 'daemon_temperature'