Difference between revisions of "User:Jayt"

From NetHackWiki
Jump to navigation Jump to search
(What I'm up to)
(Scorecard: that's right, i've been away ascending in the tourney! :D)
Line 30: Line 30:
 
I'm all ready to go with the source upload, but it's late where I am, and with a couple of minutes delay between each page upload, it will take many hours. Hopefully nobody is planning to make great use of the Recent Changes page tomorrow morning! --[[User:Jayt|Jayt]] 23:18, 21 June 2006 (UTC)
 
I'm all ready to go with the source upload, but it's late where I am, and with a couple of minutes delay between each page upload, it will take many hours. Hopefully nobody is planning to make great use of the Recent Changes page tomorrow morning! --[[User:Jayt|Jayt]] 23:18, 21 June 2006 (UTC)
 
:Phew, all done. Currently investigating a few files generated at compile time. --[[User:Jayt|Jayt]] 21:11, 22 June 2006 (UTC)
 
:Phew, all done. Currently investigating a few files generated at compile time. --[[User:Jayt|Jayt]] 21:11, 22 June 2006 (UTC)
 +
 +
== Scorecard ==
 +
 +
{|class="prettytable"
 +
!Date!!Char!!Score!!Turns!!Conducts
 +
|-
 +
|2004/02/29||Val Hum Mal Law||5167362||85417||aw
 +
|-
 +
|2004/06/08||Wiz Elf Fem Cha||5014828||62397||aw,ps
 +
|-
 +
|2004/11/30||Pri Elf Mal Cha||3566624||73989||aw,ps,s
 +
|-
 +
|2004/12/08||Tou Hum Mal Neu||9245501||74318||aw,s
 +
|-
 +
|2004/12/17||Kni Hum Mal Law||4394088||56715||aw,p,ps,s
 +
|-
 +
|2004/12/18||Bar Hum Fem Neu||8916782||118767||aw,s
 +
|-
 +
|2004/12/27||Sam Hum Mal Law||4142714||50476||aw,s
 +
|-
 +
|2005/01/19||Arc Hum Mal Law||2564564||35709||aw,p,ps,s
 +
|-
 +
|2005/01/22||Ran Elf Mal Cha||3638114||51113||aw,ps,s
 +
|-
 +
|2005/01/28||Cav Dwa Fem Law||3879664||42900||aw,ps,s
 +
|-
 +
|2005/02/15||Rog Hum Mal Cha||2518054||40832||aw,ps,s
 +
|-
 +
|2005/02/20||Mon Hum Fem Neu||2725664||31920||aw,ps
 +
|-
 +
|2005/02/23||Hea Gno Mal Neu||3239812||46553||aw,p,ps,s
 +
|-
 +
|2005/03/17||Val Dwa Fem Law||3315062||43018||aw,g,p,ps,vg,w,s
 +
|-
 +
|2005/10/21||Wiz Elf Mal Cha||3348070||52493||aw,g,p,ps,w,s
 +
|-
 +
|2006/02/26||Bar Hum Mal Cha||2902394||42906||ps,s
 +
|-
 +
|2006/06/28||Wiz Hum Mal Neu||1607752||22910||p,ps,s
 +
|}
 +
 +
* aw = artifact wishless
 +
* g = genocideless
 +
* p = polyless
 +
* ps = polyselfless
 +
* vg = vegan
 +
* w = wishless
 +
* s = survivor (I know, not a real conduct)

Revision as of 21:45, 28 June 2006

Hi fellow Hackers! Now that this wiki has some proper admins, I feel better about spending time contributing to it (before, we had spam attacks and couldn't do anything about them). Hopefully this will develop into a solid resource for dungeoneers the world over! --Jayt 23:24, 4 June 2006 (UTC)


Here are my thoughts on completeness

Source wikification script

#!/usr/bin/python
#Usage: ./wikify.py sourcefile.c > sourcefile.c.wiki
import sys
f = open(sys.argv[1])
i=1
print 'Below is the full text to src/' + sys.argv[1] + ' from NetHack \
3.4.3. To link to a particular line, write [[' + sys.argv[1] + \
'#line123|[[' + sys.argv[1] + '#line123]]]], for example.'

for line in f.readlines():
        print ' <span id="line' + str(i) + '">' + \
(str(i) + '.').ljust(6)+line.rstrip("\n")+'</span>'
        i += 1

--Jayt 18:39, 12 June 2006 (UTC)

Updated to output better wikicode. --Jayt 21:56, 13 June 2006 (UTC)


What I'm up to

I'm all ready to go with the source upload, but it's late where I am, and with a couple of minutes delay between each page upload, it will take many hours. Hopefully nobody is planning to make great use of the Recent Changes page tomorrow morning! --Jayt 23:18, 21 June 2006 (UTC)

Phew, all done. Currently investigating a few files generated at compile time. --Jayt 21:11, 22 June 2006 (UTC)

Scorecard

Date Char Score Turns Conducts
2004/02/29 Val Hum Mal Law 5167362 85417 aw
2004/06/08 Wiz Elf Fem Cha 5014828 62397 aw,ps
2004/11/30 Pri Elf Mal Cha 3566624 73989 aw,ps,s
2004/12/08 Tou Hum Mal Neu 9245501 74318 aw,s
2004/12/17 Kni Hum Mal Law 4394088 56715 aw,p,ps,s
2004/12/18 Bar Hum Fem Neu 8916782 118767 aw,s
2004/12/27 Sam Hum Mal Law 4142714 50476 aw,s
2005/01/19 Arc Hum Mal Law 2564564 35709 aw,p,ps,s
2005/01/22 Ran Elf Mal Cha 3638114 51113 aw,ps,s
2005/01/28 Cav Dwa Fem Law 3879664 42900 aw,ps,s
2005/02/15 Rog Hum Mal Cha 2518054 40832 aw,ps,s
2005/02/20 Mon Hum Fem Neu 2725664 31920 aw,ps
2005/02/23 Hea Gno Mal Neu 3239812 46553 aw,p,ps,s
2005/03/17 Val Dwa Fem Law 3315062 43018 aw,g,p,ps,vg,w,s
2005/10/21 Wiz Elf Mal Cha 3348070 52493 aw,g,p,ps,w,s
2006/02/26 Bar Hum Mal Cha 2902394 42906 ps,s
2006/06/28 Wiz Hum Mal Neu 1607752 22910 p,ps,s
  • aw = artifact wishless
  • g = genocideless
  • p = polyless
  • ps = polyselfless
  • vg = vegan
  • w = wishless
  • s = survivor (I know, not a real conduct)