-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (59 loc) · 1.66 KB
/
Copy pathindex.html
File metadata and controls
66 lines (59 loc) · 1.66 KB
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
---
layout: default
title: "Rohit What?"
punch: "ROW-hit see-vah-pruh-SAADH"
published: true
---
<section >
<h4>Blog Posts</h4>
<ul class="posts">
{% for post in site.categories.blog %}
<li>
<div>
<a href="{{ post.url }}" >{{ post.title }}</a>
<span style = "font-size:0.7em">{{ post.date | date_to_string }}</span>
</div>
</li>
{% endfor %}
</ul>
<h4>Activities</h4>
<ul class="posts">
<li>
<div>
<a href="http://kaggle.rohits.me/" > Rohit Sivaprasad </a> - Profile @ kaggle.com
</div>
</li>
<li>
<div>
<a href="http://www.datatau.com/" > DataTau </a> <br> Started a Hacker News for Data Science.
</div>
</li>
<li>
<div>
<a href="http://maas.rohits.me/" >Memes As A Service </a> <br> First time hacking on Ruby/Rails code.
</div>
</li>
<li>
<div>
<a href="http://bl.ocks.org/rsivapr/6108940/" >Mini-project: Influence </a> <br> An extension of John Conway's Life in JavaScript
</div>
</li>
</ul>
<h4> Press </h4>
<ul class="posts">
<li>
<div>
<a href="http://venturebeat.com/2013/12/13/datatau-launches-as-a-hacker-news-for-data-scientists/" >
DataTau launches as a Hacker News for data scientists
</a>
</div>
</li>
<li>
<div>
<a href="http://phpmagazin.de/Memes-as-a-Service-auf-Geek-Site-of-the-Week-169846" >
Memes as a Service auf der Geek Site of the Week
</a>
</div>
</li>
</ul>
</section>