Difference between revisions of "User:Ryan52"

From FreekiWiki
Jump to navigation Jump to search
(link to my fgdb.rb page)
(add a test gnuplot thinghy)
Line 2: Line 2:
  
 
I'm a [[:Category:Coders|Coder]], [[:Category:ASS|ASS]], and [[:Category:Technocrats|Technocrat]] (sort of). I do [[:Category:Distro|Distro]] stuff (or, what's left of it), and was a [[:Category:Build|Build]] instructor.
 
I'm a [[:Category:Coders|Coder]], [[:Category:ASS|ASS]], and [[:Category:Technocrats|Technocrat]] (sort of). I do [[:Category:Distro|Distro]] stuff (or, what's left of it), and was a [[:Category:Build|Build]] instructor.
 +
 +
<gnuplot>
 +
set style fill  solid 1.00 border -1
 +
set notitle
 +
set ylabel ''
 +
set xlabel ''
 +
set xtic rotate by 90
 +
set grid
 +
set xtics (" Sunday" 0, " Monday" 1, " Tuesday" 2, " Wednesday" 3, " Thursday" 4, " Friday" 5, " Saturday" 6)
 +
plot '-' title 'Total' with boxes, '-' title 'Suggested' with boxes, '-' title 'Fees' with boxes
 +
0 0.0
 +
1 0.0
 +
2 0.0
 +
3 0.0
 +
4 0.0
 +
5 0.0
 +
6 4.0
 +
ee
 +
0 0.0
 +
1 0.0
 +
2 0.0
 +
3 0.0
 +
4 0.0
 +
5 0.0
 +
6 4.0
 +
ee
 +
0 0.0
 +
1 0.0
 +
2 0.0
 +
3 0.0
 +
4 0.0
 +
5 0.0
 +
6 0.0
 +
e
 +
</gnuplot>
  
 
[[User:Ryan52/fgdb.rb|my fgdb.rb todo list]]
 
[[User:Ryan52/fgdb.rb|my fgdb.rb todo list]]

Revision as of 16:46, 16 May 2009

I like Git!

I'm a Coder, ASS, and Technocrat (sort of). I do Distro stuff (or, what's left of it), and was a Build instructor.

<gnuplot> set style fill solid 1.00 border -1 set notitle set ylabel set xlabel set xtic rotate by 90 set grid set xtics (" Sunday" 0, " Monday" 1, " Tuesday" 2, " Wednesday" 3, " Thursday" 4, " Friday" 5, " Saturday" 6) plot '-' title 'Total' with boxes, '-' title 'Suggested' with boxes, '-' title 'Fees' with boxes 0 0.0 1 0.0 2 0.0 3 0.0 4 0.0 5 0.0 6 4.0 ee 0 0.0 1 0.0 2 0.0 3 0.0 4 0.0 5 0.0 6 4.0 ee 0 0.0 1 0.0 2 0.0 3 0.0 4 0.0 5 0.0 6 0.0 e </gnuplot>

my fgdb.rb todo list