Skip to content

Latest commit

 

History

History
257 lines (238 loc) · 6.56 KB

agenda.md

File metadata and controls

257 lines (238 loc) · 6.56 KB
layout title javascripts stylesheets
default
Agenda – EuRuKo 2011
fancybox/jquery.fancybox-1.3.4.pack.js
fancybox/jquery.fancybox-1.3.4.css
<script type="text/javascript"> $(function() { var $body = $('
').hide().appendTo($('body')); $.get('/visitor_info.html', function(data) { $(data).find('#visitor-info-map').appendTo($body); $('a:contains(Visitor Info Map)') .attr('href', '#visitor-info-map') .fancybox({ 'transitionIn': 'elastic', 'transitionOut': 'elastic', 'speedIn': 150, 'speedOut': 100, 'overlayShow': false, 'hideOnContentClick': true }); }); $.get('/speakers.html', function(data) { $(data).find('#speakers li').each(function() { var $this = $(this), name = $this.find('h3').text(), domID = $this.find('a:first').attr('name'), //name.toLocaleLowerCase().replace(/[^a-z]/u, '-'), $div = $('
'), $link = $(''), $toggle = $('.schedule td:contains('+name+')'); $div .attr({ 'class' : 'speaker', id : domID }) .html($this.html()) .appendTo($body); $link .text($toggle.text()) .addClass('speaker-link') .attr('href', '#'+domID) .fancybox({ 'transitionIn': 'elastic', 'transitionOut': 'elastic', 'speedIn': 150, 'speedOut': 100, 'overlayShow': false, 'hideOnContentClick': true }); $toggle.html($link); }); // $(window.document).trigger('euruko:speakers-loaded'); }); }); </script>

Friday

 

### Pre Conference Meetup

c-base logo All people who arrive on friday are invited to the pre conference meetup at c-base. The c-base is an awesome space ship landed in Berlin. We start around 21:00.

You can find it on our Visitor Info Map. The closest subway/S-Bahn station is called "S+U Jannowitzbrücke".

Saturday

Schedule

Time What Speaker
09:00 Registration
09:30 Welcome
09:45 Keynote Yukihiro Matsumoto
10:45 Coffee Break
11:00 Ruby helps us make movies: Guerilla-DI, scripted tools for a modern film pipeline Julik Tarkhanov
11:30 JRuby hacking guide David Calavera
12:00 In the Loop Lourens Naudé
12:30 Lunch
14:30 Games for the Masses: Scaling Rails to the Extreme Jesper Richter-Reichhelm
15:00 BE RESTFUL. BE WEB 2.0. BUT DON'T MIX IT Nick Sutterer
15:30 Actors on Stage Elise Huard
16:00 Longer Break
16:30 The Expression Problem in Ruby: A focus on Traits. Federico Brubacher
17:00 The Revenge of method_missing() Paolo Perrotta
17:30 Lightning Talks
18:30 Dinner Time

Party

Tante Käthe Logo We invite you to party with us and all the EuRuCamp visitors at "Tante Käthe". This location is a pretty unknown jewel of Berlin located right inside the Mauerpark. As hard as it is to find, as fun it will get. There's a barbecue waiting for you, lots of beers and a relaxed atmosphere. Update: There will be no BBQ. We're sorry, but please pick up some food on your way.

Getting to the location might be a bit hard. We try to make it easy for you, by providing the possible routes on our Visitor Info Map. We will also provide flyers with exact directions.

Sunday

Schedule

<script type="text/javascript"> $('.schedule ') </script>
Time What Speaker
10:00 Keynote Paul Campbell
11:00 Coffee Break
11:15 Bridging the gap - Using JavaScript in Rails to write DRY rich client applications Thorben Schröder / Andreas Haller
11:45 Scanning Strings at Supersonic Speed Kornelius Kalnbach
12:15 Your Data, Your Search Karel Minařík
12:45 Lunch
14:45 Tales of the Big White Cloud Pat Allan
15:15 Endless fun with Arduino and Eventmachine Bodo Tasche
15:45 Getting Hands On with Adhearsion Ben Klang / Ben Langfeld
16:15 Longer Break
16:45 sentiment analysis of Twitter messages in Ruby Mateusz Drożdżyński
17:15 Writing your own programming language to understand Ruby better José Valim
17:45 Short Lightning Talks
18:15 Closing, candidates discussion for hosting Euruko 2012
18:30 Dinner Time