User Tools

Site Tools


event:2k6

2k6 meetings

2k6
organizer: ruza
johny
date/time: first Friday of each month, 18:00
place: bar Legenda
stream: N/A

About meetings

2600 meetings (or shortly “2k6”) are regular meetings on the first Friday of each month, 6pm organized worldwide where everybody who is interested in computer security and the impact of technology on society is welcome, from both sides of the fence, no matter what your age or level of skill and experience.

When: Next 2k6 meeting is at ~~NEXTDAY:first fri~~, 18:00

Where: Prague 2k6 meetings takes place since 2003 in Legenda pub in the centre of Prague. Ask for a place reserved for “2k6” or “Mr.Cahyna”. The place reserved is most probably located in “salonek” (at your right hand at the entrance) or at “zahradka” in the courtyard during the summer.

Expect that about 10-15 people attend each meeting.

Questions?

If you still have questions you can try to ask on brmlab IRC chat.

2k6_dates_for_dokuwiki_calendar.sh

#!/bin/ksh93
 
year=2015
for month in jan feb mar apr may jun jul aug sep oct nov dec
do
   #printf "%(%D)T\n" "first friday in ${month} ${year}"
   printf "  * %(%d.%m.%Y)T 18:00 [[http://meetings.2600.cz/|2k6]]\n" "first friday in ${month} ${year}"
done
 
exit 0

2k6_dates_for_dokuwiki_calendar_bash.sh

#!/bin/bash
y=2022
for m in $(seq 1 12); do 
   echo "  * $(date +"%Y-%m-%d" -d "$y-$m-$(cal -v -m $m $y|sed -n 's/^Fr[ ]*\([0-9]*\).*/\1/p')") 18:00 [[http://meetings.2600.cz/|2k6]]"
done
exit 0
event/2k6.txt · Last modified: 2022/11/04 15:16 by mrkva