forked from xsawyerx/telaviv.pm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.old.html
85 lines (71 loc) · 3.09 KB
/
index.old.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<html>
<head>
<title> Tel Aviv Perl Mongers (telaviv.pm) </title>
</head>
<body>
<h2>Hi</h2>
<p>We are still working on the new website, bear with us. :)</p>
<p>All meetings take place at <b>Shenkar College, Anna Franck 12, Ramat Gan, room 323</b>!</br>
We get together at <b>6:30pm</b>, and talks begin at <b>7:00pm</b></p>
<h3>Upcoming meetings</h3>
<b><u>25.05.2011</u></b><br/>
<ul>
<li><i>ABC Path solver, live demo (Shlomi Fish)</i></li>
A short talk of Shlomi's ABC Path Solver, including a demo
<li><i>Unicode considerations in Perl (Meir Guttman)</i></li>
Meir will help us understand how to work with Unicode better
<li><i>Moose!! (Sawyer X)</i></li>
If you don't use Moose, come see why you should! If you do, come help convince others!
</ul>
<br/><br/>
<h3>Previous meetings</h3>
<b><u>30.03.2011</u></b><br/>
<ul>
<li><i>Typography WTF? or "Correct understanding and usage" (Miss Ferret)</i></li>
It's time to bring some color into your life. We'll explain what typography is and why the font we choose matters.<br/>
<li><i>Graphical game development in Perl using Coro (Ran Eilam)</i></li>
You like games? Want to write one? Ran will show us his pet project, a game written in Perl using SDL and co-routines (via the Coro module).<br/>
</ul>
<u>We will also have a round of lightning talks featuring:</u>
<ul>
<li>Ruby for Perl programmers (Ido Kanner)</li>
<li>Analytical Perl, "use" vs. "require" (Sawyer X)</li>
</ul>
<br/><br/>
<b><u>23.02.2011</u></b><br/>
All talks in this meeting are suitable for both advanced and beginners.<br/>
Talks:
<ul>
<li><i>Getting involved in open source, PT. 1 (Gabor Szabo)</i></li>
You might know how to program, you might not, but do you work on open source projects?<br/>
Have you always wanted to? Now you'll learn how to do it!</br>
We'll be taking a real example of an active open source project.<br/><br/>
<li><b>Lightning round!!</b></li>
<ul>
<li><i>There are TOO MANY ways to do it! (Shlomi Fish)</i></li>
(simple problem, a ton of solutions)<br/><br/>
<li><i>Surprise talk (anonymous speaker)</i></li>
(this talk will be so fast, you won't see it coming!)<br/><br/>
</ul>
<li><i>Our local state, my my (Sawyer X)</i></li>
Perl has several ways to define variables (my, local, our, state), and they can get confusing.<br/>
The final showdown will explain how each works, what they really do, and when to use them.<br/>
Yes! Finally!! :)<br/>
</ul>
<br/><br/>
<b><u>26.01.2011</u></b><br/>
This meeting will on web development.<br/>
Talks:
<ul>
<li><i>What the hell is web development? (Sawyer X)</i></li>
A nice, easy, hopefully interesting, understandable introduction to web development.<br/>
(beginner talk)<br/><br/>
<li><i>The web stack (Ilan Arad)</i></li>
A hands-on, discussion-oriented talk on advanced understanding of the web stack, from server-side to client-side.<br/>
(advanced talk)<br/>
</ul>
<br/><br/>
<b><u>29.12.2010</u></b><br/>
<a href="http://img257.imageshack.us/img257/3240/tapm.png" target="_blank">Flyer</a>
</body>
</html>