8

Introducing DataCT

Comments:
Threaded Linear
#1
PRLV

I got tired of scrolling through the stats section of every vlr event ever to compare players, so i built this website to help me:
https://prlfive.pythonanywhere.com/
HOW TO USE? very simple, head over to the stats section, enter player name and event and you get the stats of that player for that event. you can even graph and compare players visually if you want.

Disclamer: idk what im doing tbh, this is the first time ive built anything like this, so expect bugs! and do give feedback on any cool features you might want

Edit: fixed the float precision overflow bug, all values are being rounded off to 2 significant figures

#2
CrackedDuelist
3
Frags
+

Nice try buddy! I noticed a bug that when i was checking for champs 23 stats, Jinggg's rar first came to be 0.6 but then when i called that stat again from then on the rar was showing 0.6000000000000001 probably some error in double float or regarding precision

#3
CrackedDuelist
0
Frags
+

ig you are using python so as far as i remember these sort of errors occur in it

#4
w1atrak
0
Frags
+

Not really a bug, but yeah it should be formated when displayed to the user

#6
CrackedDuelist
0
Frags
+

i mean yeah, but data should remain consistent no? maybe if some day he wants to implement all this somewhere else, it could give different values

#7
w1atrak
1
Frags
+

"should remain consistent"
Actually no, floating point arithmetic will never be perfect in computers and standard allows some deviation
It can be different on different architectures or even programming languages

https://en.m.wikipedia.org/wiki/Floating-point_arithmetic

#10
CrackedDuelist
0
Frags
+

ik what float is, and how 0.2+0.1 != 0.3, but when you have a site to host data it has to be accurate and consistent

#15
w1atrak
0
Frags
+

Easier said than done

#14
PRLV
0
Frags
+

yeah its a very weird issue, its only affecting the KPR and RAR columns for specific players at specific events, trying to fix it

#17
PRLV
1
Frags
+

nvm fixed it im really stupid

#18
CrackedDuelist
0
Frags
+

nah, doing anything creative and building stuff is a sign of a good and smart mind

#5
w1atrak
1
Frags
+

Cool site, very handy

#8
Fluxcicide
1
Frags
+

Very cool site !

#9
AleAlejandro
-6
Frags
+

Virus link don't click

#11
bonkashi
0
Frags
+

awesome site bro good work

#12
CrackedDuelist
0
Frags
+

good point, i was also wondering that

#13
bonkashi
0
Frags
+

just edited because i cant read and realised it acc has been inverted already lmao

#16
veljko
0
Frags
+

this is cool as fuck

#19
K4ziuHa
-5
Frags
+

!!!virus link!!!

#20
mysc_
0
Frags
+

why "DataCT"?

#24
PRLV
0
Frags
+

idk just wanted a name

#21
CrackedDuelist
0
Frags
+

Hey dude, I am here to trouble you again. When you are calling some stats and then reload the site, browser asks for form resubmission which when clicked yes creates a duplicate row, which can't be deleted and shows "Could not uniquely identify row to delete".

#22
PRLV
1
Frags
+

fixed it, forgot to set redirects after post

#23
CrackedDuelist
2
Frags
+

you have done a very good job in this project

  • Preview
  • Edit
› check that that your post follows the forum rules and guidelines or get formatting help
Sign up or log in to post a comment