User:Glennj: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
Line 8: Line 8:
{{mylangend}}
{{mylangend}}


I'm a programmer at HP, working in Ottawa, Canada.
I'm a programmer at [http://www.pythian.com/ The Pythian Group], working in Ottawa, Canada.


A rudimentary home page at http://purl.org/net/glennj/
A rudimentary home page at http://purl.org/net/glennj/
Line 17: Line 17:
* [[OpenGL]] => http://ruby-opengl.rubyforge.org/
* [[OpenGL]] => http://ruby-opengl.rubyforge.org/
* [[:Category:Tk]] => [[:Category:Ruby/Tk]] http://www.ruby-doc.org/stdlib/libdoc/tk/rdoc/index.html
* [[:Category:Tk]] => [[:Category:Ruby/Tk]] http://www.ruby-doc.org/stdlib/libdoc/tk/rdoc/index.html
* [[RCRPG]]


== new pages ==
== pages I created ==
* [[Date Manipulation]],
* [[Date Manipulation]],
* [[True/False Values]],
* [[True/False Values]],

Revision as of 14:53, 3 May 2013

My Favorite Languages
Language Proficiency
Tcl Advanced
Perl Intermediate
AWK Intermediate
JavaScript Intermediate
UNIX Shell Intermediate
Ruby Intermediate

I'm a programmer at The Pythian Group, working in Ottawa, Canada.

A rudimentary home page at http://purl.org/net/glennj/

Most of my contributions have been for Tcl and Ruby. I'm looking a JavaScript to see what it can do on Windows (so I don't have to learn VBScript)

Ruby tasks to work on

pages I created

scrolling big blocks

examples of scrolling:

horizontal

<pre style='width: full; overflow: scroll'>...

vertical

<pre style="height: 40ex; overflow: scroll">...