User:DanBron: Difference between revisions

From Rosetta Code
Content added Content deleted
(reorg)
(add 68.167.16.218)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{mylangbegin}}
{{mylang|J|Primary}}
{{mylang|Perl|Secondary}}
{{mylang|APL|Secondary}}
{{mylangend}}


== who i am ==
== who i am ==


Line 6: Line 13:
* [[Special:Contributions/12.3.123.65|12.3.123.65]]
* [[Special:Contributions/12.3.123.65|12.3.123.65]]
* [[Special:Contributions/64.131.185.25|64.131.185.25]]
* [[Special:Contributions/64.131.185.25|64.131.185.25]]
* [[Special:Contributions/68.167.16.218|68.167.16.218]]


(keep in mind these are shared IPs, so not all the edits may be mine).
(keep in mind these are shared IPs, so not all the edits may be mine).
Line 19: Line 27:
Tasks I can remember creating (i.e. the ones I created around the time I wrote the sentence you're reading right now):
Tasks I can remember creating (i.e. the ones I created around the time I wrote the sentence you're reading right now):


* [[SEDOL]]. See also [[wp:SEDOL#In_J|the J example on Wikipedia]]).
* [[SEDOL]]. See also [[wp:SEDOL#In_J|the J example on Wikipedia]].
* [[Zig Zag]]. If you're reading the J examples, and think they look like line noise, skim through [[Talk:Zig Zag#reading_the_J_examples|my exposition on the ZigZag algorithm]]. Several of other [non-J] solutions on that page were derived from the explanation).
* [[Zig Zag]]. If you're reading the J examples, and think they look like line noise, skim through [[Talk:Zig Zag#reading_the_J_examples|my exposition on the ZigZag algorithm]]. Several of other [non-J] solutions on that page were derived from the explanation).
* [[Sierpinski_triangle|Sierpinski's triangle]] and [[Sierpinski_carpet|carpet]].
* [[Sierpinski_triangle|Sierpinski's triangle]] and [[Sierpinski_carpet|carpet]].
Line 29: Line 37:
== what i'll do ==
== what i'll do ==


Tasks and solutions:
My personal todo list:


* Add J solution to [[Monty_Hall_simulation]]. Perhaps base it on [http://www.jsoftware.com/jwiki/Essays/The_Monty_Hall_Problem the corresponding Essay on the J wiki].
* Add J solution to [[Monty_Hall_simulation]]. Perhaps base it on [http://www.jsoftware.com/jwiki/Essays/The_Monty_Hall_Problem the corresponding Essay on the J wiki].
* Add more J solutions to [[Pascal's Triangle]]. I already added one based on the choose function, so the next would be an iterative summation solution, and the last would be 1D convolution (i.e. polynomial product).
* On the topic of simulations, maybe write up a new task based on [http://www.jsoftware.com/pipermail/general/2005-August/024064.html this thread] in the J forums
* On the topic of simulations, maybe write up a new task based on [http://www.jsoftware.com/pipermail/general/2005-August/024064.html this thread] in the J forums

* Figure out if I can add interwikis to the on the [http://www.jsoftware.com/jwiki/ J Wiki].
Administrivia and evangelism:

* Figure out if I can add interwikis to the [http://www.jsoftware.com/jwiki/ J Wiki].
* Figure out how to add syntax highlighting for J.
* Figure out how to add syntax highlighting for J.


Line 41: Line 53:
* [http://www.mediawiki.org/wiki/Extension_talk:SyntaxHighlight_GeSHi SyntaxHighlight_GeSHi]
* [http://www.mediawiki.org/wiki/Extension_talk:SyntaxHighlight_GeSHi SyntaxHighlight_GeSHi]
* [http://www.mediawiki.org/wiki/Support_desk MediaWiki's support desk]
* [http://www.mediawiki.org/wiki/Support_desk MediaWiki's support desk]
* [http://qbnz.com/highlighter/geshi-doc.html#language-files GeSHi documentation]
* [http://geshi.svn.sourceforge.net/viewvc/geshi/tags/RELEASE_1_0_7_22/geshi-1.0.X/src/geshi/ Example GeSHi highlighters]

Latest revision as of 15:49, 6 December 2010

My Favorite Languages
Language Proficiency
J Primary
Perl Secondary
APL Secondary


who i am

Hi. I'm DanBron. I never log in, but I've edited from several IPs. The ones I can remember right now are:

(keep in mind these are shared IPs, so not all the edits may be mine).

I'm also known as DanBron on Wikipedia and DanBron on the J wiki.

why i'm here

As you can probably tell from my edits, I'm a fan of J. You can often find me on the J Forums; I post from j AT bron DOT us (and that's the best way to contact me, too).

what i've done

Tasks I can remember creating (i.e. the ones I created around the time I wrote the sentence you're reading right now):

Other tasks or solutions I've liked:

what i'll do

Tasks and solutions:

Administrivia and evangelism:

  • Figure out if I can add interwikis to the J Wiki.
  • Figure out how to add syntax highlighting for J.

what I need

In re: my todo list, if anyone knows the best way to add syntax highlighting support for J, either here or on Wikipedia (Wikimedia, Wiki Commons, etc), please let me know 1 2. Possibly useful links: