Name: Anonymous 2010-08-21 2:36
How would you go by getting the average posts per minute on a 4chan board.
Im retarded when it comes to math sometimes but this is what i think I got closest to.
get the last 10 post numbers on a image board with the difference in time between the latest post and the post before it, then store each time in an array, this would then come out as 9 results. Then get the average of the array would get the average time for every post.... but only between the time span of post 1-10. So here i am stuck.
Im retarded when it comes to math sometimes but this is what i think I got closest to.
get the last 10 post numbers on a image board with the difference in time between the latest post and the post before it, then store each time in an array, this would then come out as 9 results. Then get the average of the array would get the average time for every post.... but only between the time span of post 1-10. So here i am stuck.