d2jsp
Log InRegister
d2jsp Forums > Other Games > RuneScape > Skill Comp Week 218
Prev1345678Next
Add Reply New Topic New Poll
Member
Posts: 29,966
Joined: Mar 30 2007
Gold: Locked
Trader: Scammer
Warn: 10%
Sep 19 2012 12:05am
Quote (Unico_Dios @ Sep 19 2012 01:00am)
:p

If you notice I'm also too lazy to rewrite it to remove the _'s at the end of names... It converts all spacess, -'s, non-alphanumeric to _'s and when I c/p it adds a space at the end sometimes when I put it in a spreadsheet... So much laziness with this thing -_-


At least you still do it. One of the few decent things still going smoothly from this section.
Member
Posts: 27,804
Joined: Jul 11 2006
Gold: 1,970.00
Sep 19 2012 03:04am
Quote (Unico_Dios @ Sep 19 2012 02:00am)
:p

If you notice I'm also too lazy to rewrite it to remove the _'s at the end of names... It converts all spacess, -'s, non-alphanumeric to _'s and when I c/p it adds a space at the end sometimes when I put it in a spreadsheet... So much laziness with this thing -_-


=TRIM(argument)
Member
Posts: 9,720
Joined: Sep 24 2005
Gold: 237.26
Trader: Trusted
Sep 19 2012 04:12am
Quote (Godel @ Sep 19 2012 04:04am)
=TRIM(argument)


Too lazy :p

I also wrote this thing like 3 years ago and haven't touched any programming in 2 years pretty much... The code could probably be better organized and cut down as well but I really see no need -_-
Member
Posts: 9,720
Joined: Sep 24 2005
Gold: 237.26
Trader: Trusted
Sep 19 2012 02:26pm
Current Dungeoneering Results:
#1 tipt_ - 6,277,870
#2 Miss_Tanky_ - 3,700,908
#3 Frogyz_ - 3,478,344
#4 Godel - 639,506
#5 x_psycho_x17_ - 595,593
#6 sean_ofc_ - 513,368
#7 ITIemories_ - 463,635
#8 TheClevpwnsU_ - 356,127
#9 southpark205_ - 351,350
#10 Lod_kenneth_ - 264,174
Banned
Posts: 5,194
Joined: Aug 5 2012
Gold: 4.21
Warn: 70%
Sep 19 2012 02:48pm
Tipt is a beast. :o
Member
Posts: 7,078
Joined: Nov 16 2011
Gold: Locked
Trader: Scammer
Sep 19 2012 10:48pm
Quote (YouSoCray @ Sep 19 2012 10:48pm)
Tipt is a beast. :o


We'll see; haven't been able to play much + didn't play at all on Tuesday. :)
Plus I heard a rumour that he spent his tokens on exp in the very beginning. I'm still saving mine. :thumbsup:
Member
Posts: 27,804
Joined: Jul 11 2006
Gold: 1,970.00
Sep 20 2012 01:22am
Quote (Unico_Dios @ Sep 19 2012 06:12am)
Too lazy :p

I also wrote this thing like 3 years ago and haven't touched any programming in 2 years pretty much... The code could probably be better organized and cut down as well but I really see no need -_-


Not sure how you collect and store data, but I was referring to an excel function ;)
Member
Posts: 9,720
Joined: Sep 24 2005
Gold: 237.26
Trader: Trusted
Sep 20 2012 01:35am
Quote (Godel @ Sep 20 2012 02:22am)
Not sure how you collect and store data, but I was referring to an excel function ;)


I was going to write it to store into a databse, but not paying for microsoft access and it won't work with open office (as far as I know). Learning XML with java looks like a pain as well and don't feel like relearning vb.net and learning socketing (to look up hiscores online) to do it there (XML seems so much easier in vb) and recoding everything there as well.

So with what I have I just c/p all usernames from an excel spreadsheet and put it into a text document since doing that adds a line feed after each one making it easier to read into java then store that info into a text document with the line feed so easy to c/p back into spreadsheet. Too lazy to modify the spreadsheet :p

Pretty sure to use that function I would have to do something like =TRIM(B3) (with the user with the space at end in B3 of course), which adds another column onto the 11 I already use -_-

column headings atm
Code
in/out 0exp-prev. Forum Name RS Name RS Name Starting EXP RS Name End Exp Exp Difference 0exp  Botting Offense

RS Name - the first one is for what they give me, the 2nd is from copying from start exp text file (to make sure they line up), and 3rd from copying from end exp text file
can probably delete the 0 exp and botting offense at the end since I never pay attention to the 0 exp and very very very rare to actually catch someone botting.
Member
Posts: 27,804
Joined: Jul 11 2006
Gold: 1,970.00
Sep 21 2012 03:29am
Quote (Unico_Dios @ Sep 20 2012 03:35am)
I was going to write it to store into a databse, but not paying for microsoft access and it won't work with open office (as far as I know). Learning XML with java looks like a pain as well and don't feel like relearning vb.net and learning socketing (to look up hiscores online) to do it there (XML seems so much easier in vb) and recoding everything there as well.

So with what I have I just c/p all usernames from an excel spreadsheet and put it into a text document since doing that adds a line feed after each one making it easier to read into java then store that info into a text document with the line feed so easy to c/p back into spreadsheet. Too lazy to modify the spreadsheet :p

Pretty sure to use that function I would have to do something like =TRIM(B3) (with the user with the space at end in B3 of course), which adds another column onto the 11 I already use -_-

column headings atm
Code
in/out 0exp-prev. Forum Name RS Name RS Name Starting EXP RS Name End Exp Exp Difference 0exp  Botting Offense

RS Name - the first one is for what they give me, the 2nd is from copying from start exp text file (to make sure they line up), and 3rd from copying from end exp text file
can probably delete the 0 exp and botting offense at the end since I never pay attention to the 0 exp and very very very rare to actually catch someone botting.


I see. Currently doing Oracle in school. Oracle express is free, if you get into doing something like that, wouldn't be a bad idea maybe ;)
Member
Posts: 9,720
Joined: Sep 24 2005
Gold: 237.26
Trader: Trusted
Sep 21 2012 05:40am
Quote (Godel @ Sep 21 2012 04:29am)
I see. Currently doing Oracle in school. Oracle express is free, if you get into doing something like that, wouldn't be a bad idea maybe ;)


I'd have to see if it's compatible. I was reading a long while back open office database wasn't compatible with java for some reason or another.
Go Back To RuneScape Topic List
Prev1345678Next
Add Reply New Topic New Poll