TiCalc.org stat checker.

A forum where you can announce your awesome project(s).

Moderator: MaxCoderz Staff

Post Reply
User avatar
elfprince13
Sir Posts-A-Lot
Posts: 234
Joined: Sun 11 Dec, 2005 2:21 am
Contact:

TiCalc.org stat checker.

Post by elfprince13 »

View all the stats for a given author ID# including name, email address and info on all files (s)he has uploaded to ticalc.org. requires Python. I used version 2.4 to make it.

here
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

Nice work, i have seen a few scripts similar to this ... perhaps you could couple it with an image generator and place it in your sig?
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
User avatar
elfprince13
Sir Posts-A-Lot
Posts: 234
Joined: Sun 11 Dec, 2005 2:21 am
Contact:

Post by elfprince13 »

lol..Kerm tried that and they blocked his site. plus I like the wrapper I have now for my sig.
User avatar
KermMartian
Calc Wizard
Posts: 549
Joined: Tue 05 Jul, 2005 11:28 pm
Contact:

Post by KermMartian »

Check out my sig's url. ticalc.org blocking = bah. :(
Edit: oh, apparently I removed it anyway.
Image Image Image
CoBB
MCF Legend
Posts: 1601
Joined: Mon 20 Dec, 2004 8:45 am
Location: Budapest, Absurdistan
Contact:

Post by CoBB »

Did you cache the data? After all, you only need to update them for any given user if the last update was more than a day ago. And you don't even need to do it as a cron job, simply check the difference every time a signature is requested by someone. That way you wouldn't generate noticeable traffic on ticalc.
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

He was updating everytime the image was shown.
User avatar
KermMartian
Calc Wizard
Posts: 549
Joined: Tue 05 Jul, 2005 11:28 pm
Contact:

Post by KermMartian »

coBB: That was the problem - they shut me down before I could implement caching. :/

Edit: *out, not down.
Image Image Image
User avatar
GuillaumeH
Regular Member
Posts: 143
Joined: Fri 17 Dec, 2004 8:30 pm
Contact:

Post by GuillaumeH »

The problem was rather: you didn't implement caching before using it.
User avatar
elfprince13
Sir Posts-A-Lot
Posts: 234
Joined: Sun 11 Dec, 2005 2:21 am
Contact:

Post by elfprince13 »

woot. Just got added to ticalc.org.
User avatar
KermMartian
Calc Wizard
Posts: 549
Joined: Tue 05 Jul, 2005 11:28 pm
Contact:

Post by KermMartian »

...four times. :P :D
Image Image Image
User avatar
elfprince13
Sir Posts-A-Lot
Posts: 234
Joined: Sun 11 Dec, 2005 2:21 am
Contact:

Post by elfprince13 »

kerm_martian wrote:...four times. :P :D
makes it easier for noobs who dont know to look in different categories.
User avatar
anykey
Extreme Poster
Posts: 420
Joined: Mon 31 Jan, 2005 3:36 am
Location: In the matrix
Contact:

Post by anykey »

Is this the script that has no GUI and I had to run using an IDE?
You should see the cool stuff I had going on project CalcStat...
If only I could get wxPython to work on my mac. >:(
I think, therefore iMac
Image
User avatar
elfprince13
Sir Posts-A-Lot
Posts: 234
Joined: Sun 11 Dec, 2005 2:21 am
Contact:

Post by elfprince13 »

probably....just type python it from the command line though.
User avatar
anykey
Extreme Poster
Posts: 420
Joined: Mon 31 Jan, 2005 3:36 am
Location: In the matrix
Contact:

Post by anykey »

I've talked to JMan (I think it was a while ago), and asked him about a system of XML files for each author that includes ALL of the author's information. This means that we can easily create programs for tracking ticalc stats with very few http requests (they were really slowing down my script). It hasn't happened yet, but if we bug JMan enough it will happen!
I think, therefore iMac
Image
Post Reply