-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
122 lines (109 loc) · 7.38 KB
/
feed.xml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Ruby Meetup Resources</title>
<meta name="description" content="helpful resources for running a Ruby meetup">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-152x152.png" />
<link href='//fonts.googleapis.com/css?family=Lato:400,500,700' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/main.css">
</head>
<body data-spy="scroll" data-target="#nav">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Blog Name</title>
<subtitle>Blog subtitle</subtitle>
<id>http://blog.url.com/</id>
<link href="http://blog.url.com/"/>
<link href="http://blog.url.com/feed.xml" rel="self"/>
<updated>2014-12-01T13:00:00+13:00</updated>
<author>
<name>Blog Author</name>
</author>
<entry>
<title>Pair Programming Event Guide</title>
<link rel="alternate" href="http://blog.url.com/2014/12/01/pair-programming.html"/>
<id>http://blog.url.com/2014/12/01/pair-programming.html</id>
<published>2014-12-01T13:00:00+13:00</published>
<updated>2014-12-01T17:31:24+13:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><p>A pair-programming event can be a great way to get participants of all skill levels to interact with one and other. The basic idea is to give participants a programming challenge, and have them solve it together in pairs. See the <a href="http://www.doorkeeperhq.com/event-planning/pair-programming-event-guide">Guide to Organizing Pair Programming Events</a> for details.</p>
</content>
</entry>
<entry>
<title>raffler</title>
<link rel="alternate" href="http://blog.url.com/2014/11/26/raffler.html"/>
<id>http://blog.url.com/2014/11/26/raffler.html</id>
<published>2014-11-26T19:10:00+13:00</published>
<updated>2014-11-26T22:11:07+13:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><p><a href="https://github.com/SloveniaRUG/raffler">Raffler</a> provides a way to raffle among attendees of your meetup.</p>
<p>We at <a href="https://github.com/SloveniaRUG">Slovenia Ruby User Group</a> have several things to give away each time, so we made a simple app that raffles <code>n</code> people from everyone who attended on meetup.com. You can just go to <a href="http://raffle.rug.si/">the website</a>, input your meetup.com Group URL Name or ID and select the meetup. Here's an <a href="http://raffle.rug.si/event/209625822">example for our October meetup</a>. You can deselect the people you don't want raffled (like organisers) then input the number of the rewards you have and click <code>Raffle</code>. It's that easy.</p>
<p>BTW PRs are wellcome!</p>
</content>
</entry>
<entry>
<title>robotwars</title>
<link rel="alternate" href="http://blog.url.com/2014/11/26/robotwars.html"/>
<id>http://blog.url.com/2014/11/26/robotwars.html</id>
<published>2014-11-26T19:05:00+13:00</published>
<updated>2014-11-26T19:48:47+13:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><p><a href="https://github.com/ruby-meetup-resources/robotwars">Robotwars</a> gives you a virtual battlefield where you program an AI tank and pit it against your opponents.</p>
<p>To run this for your own meetup, just point people to the github link above, all the instructions are on it. The tricky thing is setting up a server
to host the battles on. When we ran this in Christchurch (New Zealand) we also had a server <a href="https://github.com/danielfone/chchruby-robotwars-server">available here</a>
however, it's not going to work out of the box. Other meetups have had success allowing people to just commit their tanks to a common repo and then pulling them in.</p>
<p>If you happen to want to be a hero and the infrastructure linked to above, make it all Docker'y 'n stuff that would be awesome. However, as is it's pretty usable</p>
<p>Here's a video of one of our battles.</p>
<iframe width="560" height="315" src="//www.youtube.com/embed/GceXQZiKQig" frameborder="0" allowfullscreen=""></iframe>
</content>
</entry>
<entry>
<title>Ruby Warrior</title>
<link rel="alternate" href="http://blog.url.com/2014/11/25/ruby-warrior.html"/>
<id>http://blog.url.com/2014/11/25/ruby-warrior.html</id>
<published>2014-11-25T13:00:00+13:00</published>
<updated>2014-11-26T19:48:47+13:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><p><a href="https://github.com/ruby-meetup-resources/rubywarrior_scoreboard">Rubywarrior Scoreboard</a> is a scoreboard website for ruby-warrior. If you haven't seen
ruby-warrior, well, you play a little @ symbol battling its way past slime, archers and wizards, rescuing captives along the way. Originally created by
Ryan Bates, it's a great learning tool, and more than enough to keep a meetup occupied for a few hours.</p>
<p>The website above needs to be used with the <a href="https://github.com/ruby-meetup-resources/scoreboard_rubywarrior">scoreboard_rubywarrior gem</a> which wraps
Ryans gem and allows posting of results to the webserver. It also posts the code, and runs flog over the code. This is useful as you can see how other
(more experienced) people have approached the problem, and see neater ways of performing the same task.</p>
<p>Hopefully you get as much fun out of it as we did!</p>
</content>
</entry>
</feed>
<footer>
</footer>
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
<script src="/js/main.js"></script>
</body>
</html>