Difference between revisions of "User:Ryan52"

From FreekiWiki
Jump to navigation Jump to search
(add a test gnuplot thinghy)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
I like [[Git for dummies|Git]]!
+
Hi. I like [[Git for dummies|Git]]!
  
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]]. I did [[:Category:Distro|Distro]] stuff in the past and was a [[:Category:Build|Build]] instructor.
  
<gnuplot>
+
[[User:Ryan52/todo|todo list]]
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]]
+
[[Gift_Coding_Tasks|todo list for new contributors]]

Latest revision as of 14:01, 30 June 2012

Hi. I like Git!

I'm a Coder, ASS, and Technocrat. I did Distro stuff in the past and was a Build instructor.

todo list

todo list for new contributors