User:Glennj: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
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/


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)
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)

Currently working on [[Reports:Tasks_not_implemented_in_UNIX_Shell]], having discovered "type variables" in [[ksh93]] that enable OO programming in Korn shell.


== Ruby tasks to work on ==
== Ruby tasks to work on ==
* [[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]],
Line 32: Line 33:


== scrolling big blocks ==
== scrolling big blocks ==
examples of scrolling: [[Happy Number#Ruby|horizontal]], [[N-Queens#Ruby|vertical]]
examples of scrolling:

[[Happy Number#Ruby|horizontal]]
<pre><pre style='width: full; overflow: scroll'>...</pre>

[[N-Queens#Ruby|vertical]]
<pre><pre style="height: 40ex; overflow: scroll">...</pre>

Latest revision as of 16:37, 19 September 2014

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)

Currently working on Reports:Tasks_not_implemented_in_UNIX_Shell, having discovered "type variables" in ksh93 that enable OO programming in Korn shell.

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">...