-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (71 loc) · 3.57 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Indy Scala by indyscala</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/indyscala">View On GitHub</a></li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Indy Scala</h1>
<p></p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/indyscala">indyscala</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
</div>
<h3>About</h3>
<p>A group of people who get together to talk about Scala, learn Scala,
and enjoy the camaraderie of other Scala enthusiasts.</p>
<p>This group is open to anyone who wishes to join. We've got a diverse
group with many different programming languages represented.</p>
<p>You can also find us in <b>#indyscala</b> on the
<a href="https://freenode.net/">freenode IRC network</a>.</p>
<h3>Meetings</h3>
<ul>
<li>2014-07 - <a href="https://github.com/indyscala/sbt-tips">SBT Tips</a>
(<a href="/meetings/2014-07/sbt-tips/slides.html">slides</a>)
and <a href="https://github.com/http4s/http4s">http4s</a>
<a href="https://github.com/http4s/http4s/blob/develop/build.sbt">build</a>
<a href="https://github.com/http4s/http4s/tree/develop/project">files</a></li>
<li>2014-06 - <a href="http://www.youtube.com/watch?v=ecekSCX3B4Q">Scala - The Simple Parts</a> Martin Odersky video</li>
<li>2014-05 - <a href="https://github.com/indyscala/scala-spring-info">Scala and Spring</a></li>
<li>2013-08 - <a href="https://github.com/indyscala/cassandra-demo">Cassandra and Akka</a></li>
<li>2013-07 - Energy Monitoring with Scala on the Raspberry Pi</li>
<li>2013-06 - Iterees</li>
<li>2013-05 - <a href="https://github.com/indyscala/scala-koans">Koans - Part 2</a></li>
<li>2013-04 - <a href="https://github.com/indyscala/scala-koans">Koans - Part 1</a></li>
<li>2013-03 - Scala Template libraries</li>
<li>2013-02 - no meeting</li>
<li>2013-01 - Macros and <a href="https://github.com/bfritz/indyscala-string-interpolation">String Interpolation</a>
</li>
<li>2012-12 - <a href="https://github.com/bfritz/indyscala-dropwizard">Dropwizard</a> and <a href="https://github.com/mattdeboard/clj-intro">Clojure</a>
</li>
<li>2012-11 - no meeting</li>
<li>2012-10 - Informal meeting alongside <a href="http://indystartuplab.org/">Indy Startup Lab</a></li>
<li>2012-09 - no meeting</li>
<li>2012-08 - <a href="http://my.depauw.edu/univ/reu/projects.html">DePauw Scala-to-JavaScript compiler</a>, <a href="https://github.com/rossabaker/indyscala-anorm">Anorm</a> and <a href="https://github.com/bfritz/indyscala-slick">Slick</a></li>
</li>
</ul>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>