Forums
April 26, 2024, 07:45 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Zemke

Pages: [1] 2
1
Leagues General / Activity
« on: May 09, 2022, 10:18 AM »
I assume we all feel activity declining for the last decade. I did the math.



Again without Classic league as it distorts the view.



Zooming in on more recent years.



Here's NNN league activity. Some data is inaccessible unfortunately. I have attained conflicting versions of data, so there are two plots.



These graphs as an attachment:

[attachment=1]
[attachment=2]
[attachment=3]

The script that made these graphs:

Code: [Select]
#!/usr/bin/env python3

from datetime import datetime as dt, timedelta
from functools import reduce
import re

def fmt_dt(s):
  return dt.strptime(s, '%B %d, %Y, %H:%M:%S')
 

with open('tus.tsv', 'r') as f:
  ll = [x.split('\t') for x in f.read().splitlines()]

R = {l[0]: [] for l in ll }
for l in ll:
  start = fmt_dt(l[2])
  end = fmt_dt(l[3])
  g = sum([int(re.sub('[^\d]', '', s)) for s in l[4].split(', ')])
  dur = (end-start).days+2
  R[l[0]].append((start+(timedelta(days=dur/2)), g/dur, 2))

for k,v in R.items():
  R[k].sort()

import matplotlib.pyplot as plt

mx_y = 0
for l,vv in R.items():
  xs = [v[0] for v in vv]
  ys = [v[1] for v in vv]

  plt.plot(xs, ys, 'o-', label=l)

  mx, mx_i = -1, -1
  for i,(x,y) in enumerate(zip(xs, ys)):
    if y > mx:
      mx = y
      mx_i = i
  mx_y = max(mx, mx_y)

  label = "{:.2f}".format(y)
  plt.annotate(round(mx, 1),
               (xs[mx_i],ys[mx_i]),
               textcoords="offset points",
               xytext=(0,5),
               weight='bold',
               color=plt.gca().lines[-1].get_color(),
               ha='center')

plt.yticks(range(0, int(mx_y), 5))
xticks = sorted(list(set([a[0] for b in R.values() for a in b])))
xticks = (reduce(lambda acc, v: acc + [v] if len(acc) == 0 or (v-acc[-1]).days > 300 else acc, xticks, []))
plt.xticks(xticks, [d.strftime("%m/%y") for d in xticks])
plt.grid(True, linewidth=0.5, linestyle='-')
plt.ylabel('games')
plt.xlabel('season mid (month/year)')
plt.title('Average games a day per season')

plt.annotate('https://www.tus-wa.com/leagues/seasons-info/ (May 7, 2022)',
             xy = (1.0, -0.1),
             xycoords='axes fraction',
             ha='right',
             va="center",
             fontsize=10)

plt.tight_layout()
plt.legend()
plt.show()


Data from https://www.tus-wa.com/leagues/seasons-info/ in TSV format:

[attachment=4]

2
General discussion / Crespo’s Worms Tournament 2020
« on: August 23, 2020, 09:57 AM »
Hello everyone,

the 19th edition of CWT is coming up. You can sign up starting September 1 on www.cwtsite.com.

The defending champion is Rafka who has ended Chuvash’s four time winning streak last year.

We’re looking forward to seeing you there.


3
Maps Comments / Map #6557, roperace tony76 by TonY
« on: May 27, 2013, 04:44 PM »
ONL?

4
General discussion / CWT is on Facebook
« on: March 31, 2013, 01:26 PM »
Hey people,

if you've not yet known about it, Crespo's Worms Tournament is on Facebook. https://www.facebook.com/CresposWormsTournament

We're posting stuff related to CWT of course, but also some general fun about Worms every now and then. Like us, if you want to stay up to date.

5
General discussion / Do you remember FNI Tourney Manager (FTM)?
« on: March 10, 2013, 03:55 PM »
Do you remember FNI Tourney Manager (FTM)?
How did you like it?

6
General discussion / Crespo’s Worms Tournament - a sneak peek
« on: July 23, 2012, 05:10 PM »
CWT again?—Not yet, we’re open for applications for CWT 2012 by October the 1st.

Yes, coming this far you got a little opportunity opening the grand drape, sneak in and risk a peek at what we call “the most prestigious tournament of Worms Armageddon”. Well yeah, that’s what’s left from our awesome-being after we were dumped by SPW and Random00, their Elite Addicts Championship 2012 and their sacred prize pool of $400. Come on, last year we had more than half of the CWT participants donating and we still made less. Seriously, good job on the tournament, I really like the way you organize it.

We are competing in the eleventh year of this tournament and just last year we figured out that live streams have a real affection on the people. Maybe you remember CWT live streams of the last year—can’t bring off words that reflect what I felt back then. This year we’re taking it to the next stage. CWT users can have their own channels with a chat and features that will just make live streams even more thrilling. Maybe, if it works well during this year’s CWT, I will some time make it independent from CWT and roll it out to everyone’s access. TUS playoff games live streamed on CWT’s site.—Who knows?

I hope you’re a bit familiar with CWT and its recent websites. You took the step and snuck in to have a look at some pieces—yes, literally pieces—of the new website:


7
Leagues Games Comments / Game #41599, Reported by Zemke
« on: October 17, 2010, 10:45 PM »
:-[

8
Files Comments / File #15: ChatCleaner by TenoriTaiga
« on: June 19, 2010, 09:17 PM »
Such should've been offered long time ago, finally we got it. Thanks, TT. ;)

9
Files Comments / File #2: The Wheat Snooper, by lookias
« on: June 07, 2010, 01:38 AM »
Best Snooper by far.

10
Even the best players can fail, though Chili played really good. :)

11
General discussion / 2vs2 Cup
« on: February 13, 2010, 11:08 AM »
Hi guys,

NNN has just started a 2vs2 Cup. Everything you need to know is here and in the regulations.
I want to repeat that 2vs2 Cup has basically nothing to do with the Open Intermediate League, neither you need to be part of it to sign up for the 2vs2 Cup nor you'll be part of it afterwards.

That's it.  ;)

12
Leagues Games Comments / Game #3721, Reported by PiNK`
« on: February 15, 2009, 04:07 PM »
you grow mate! always a pleasure to play with you :)

13
Leagues Games Comments / Game #3670, Reported by juststaypOsitive
« on: February 13, 2009, 06:09 AM »
i'm exited of the revange :D
if i'm in wormnet when you will play, plz call me to spectate

14
Leagues Games Comments / Game #3460, Reported by sk`mxcode
« on: February 06, 2009, 04:22 PM »
thank you computer :'-(

15
Leagues Games Comments / Game #2938, Reported by dsa
« on: January 18, 2009, 01:23 PM »
sigh.

Pages: [1] 2