Skip to content

Commit

Permalink
Shortened participants of our 2012 Majug survey
Browse files Browse the repository at this point in the history
The full names are not in the repo for privacy reasons.

Modus of declaring the winner: the last two characters of the commit
hash (hex) will be converted to dec and used to determine the winner
position by applying it modulo.

Note: the first line has position zero, so there is an offset of 1.

Formula to determine winner in Groovy
groovy -e 'println "the winner is in line " + ((0xAA % 42) + 1)'
  • Loading branch information
jetztgradnet committed Sep 27, 2012
1 parent 19d63c3 commit e6fdecf
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions verlosung/2012-09-Umfrage-Teilnehmer-short.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
dschm
alles
rkall
thilo
felix
majug
@soth
tobia
S.Hoc
Thoms
Chrsc
maier
@fhop
IcyT@
Rolan
mail@
marku
flaks
meike
reneh
a.klo
uwe@u
rene@
@kevi
thoma
nina.
lists
ts.85
f.kug
th.ga
d.adr
abtmp
jow85
vanth
schmi
jan.d
T.Spe
raine
s.lue
kai_m
sda@e
micha

0 comments on commit e6fdecf

Please sign in to comment.