User:Kd8ikt

From Openmoko

Revision as of 07:50, 30 July 2008 by Kd8ikt (Talk | contribs)

Jump to: navigation, search

much <3 openmoko

James Lutz Cincinnati, Ohio USA

kd8ikt at fuse.net

my useless home hosted webserver ipv6+ipv4
http://we.trekbeyond.org/

call me on my moko 513 476 nine six nine four

Current Projects

bubble level

  • STAGE=planning
    • pygtk ?

using accelerometer input we will make a simple bubble level

Rave shell script

      • not finished***

#!/bin/bash
#DEFINE VARIABLES
echo=e
aux_r=/sys/class/leds/gta02-aux\:red/brightness
pow_b=/sys/class/leds/gta02-power\:blue/brightness
pow_o=/sys/class/leds/gta02-power\:orange/brightness
#vib=/sys/class/leds/neo1973\:vibrator/brightness

#DEFINE RANDOM # GENERATOR FUNCTION
get_rand(){
randy=$RANDOM
RANGE=2
let "randy %= $RANGE"
}

while [ 1 == 1 ]; do

get_rand()
$e $RANGE > $aux_r
get_rand() 
$e $RANGE > $pow_b
get_rand()
$e $RANGE > $pow_o


Personal tools

much <3 openmoko

James Lutz Cincinnati, Ohio USA

kd8ikt at fuse.net

my useless home hosted webserver ipv6+ipv4
http://we.trekbeyond.org/

call me on my moko 513 476 nine six nine four

Current Projects

bubble level

  • STAGE=planning
    • pygtk ?

using accelerometer input we will make a simple bubble level

Rave shell script

      • not finished***

#!/bin/bash
#DEFINE VARIABLES
echo=e
aux_r=/sys/class/leds/gta02-aux\:red/brightness
pow_b=/sys/class/leds/gta02-power\:blue/brightness
pow_o=/sys/class/leds/gta02-power\:orange/brightness
#vib=/sys/class/leds/neo1973\:vibrator/brightness

#DEFINE RANDOM # GENERATOR FUNCTION
get_rand(){
randy=$RANDOM
RANGE=2
let "randy %= $RANGE"
}

while [ 1 == 1 ]; do

get_rand()
$e $RANGE > $aux_r
get_rand() 
$e $RANGE > $pow_b
get_rand()
$e $RANGE > $pow_o