User:Glennj: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
mNo edit summary
 
(27 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{mylang|Perl|Intermediate}}
{{mylang|Perl|Intermediate}}
{{mylang|AWK|Intermediate}}
{{mylang|AWK|Intermediate}}
{{mylang|JavaScript|Intermediate}}
{{mylang|UNIX Shell|Intermediate}}
{{mylang|UNIX Shell|Intermediate}}
{{mylang|Ruby|wannabe}}
{{mylang|Ruby|Intermediate}}
{{mylangend}}
{{mylangend}}


I'm a programmer at Alcatel-Lucent, 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/


I spent a lot of time adding [[Tcl]] solutions. I'm now pecking away at [[AWK]] and [[Ruby]]. I'm just learning Ruby, so hopefully I'm getting the idioms right.
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/
* [[Loop Structures]] vs. [[:Category:Iteration]]
* [[: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

== pages I created ==
* [[Date Manipulation]],
* [[True/False Values]],
* [[Loop/For with step]],
* [[RCHQ9+/Ruby]],
* [[RCBF/Ruby]],
* [[RCSNUSP/Ruby]],
* [[Loop over multiple arrays simultaneously]]
* [[Raster graphics operations/Ruby]]
* [[JScript]]
* [[Repeating a string]]

== scrolling big blocks ==
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">...