forked from square/square.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repos.json
53 lines (53 loc) · 1.78 KB
/
repos.json
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
{
"repos": {
"PythonSoccer": ["Python"],
"mockredis": ["Python"],
"meetupslides": ["Python"],
"MadTweet": ["Mozilla"],
"linuxgrowl": ["Mozilla"],
"PersonalPasswordManager": ["Python"],
"pipelog": ["Ruby"],
"DatabaseSampler": ["Ruby"]
},
"github_usernames": {
"PythonSoccer": "MadanThangavelu",
"mockredis": "MadanThangavelu",
"meetupslides": "MadanThangavelu",
"MadTweet": "MadanThangavelu",
"linuxgrowl": "MadanThangavelu",
"PersonalPasswordManager": "HackingHabits",
"pipelog": "HackingHabits",
"DatabaseSampler": "HackingHabits"
},
"custom": [
{
"name": "Wifi proximity networking app",
"homepage": "https://play.google.com/store/apps/details?id=com.meetupslides.stratworking&hl=en",
"html_url": null,
"description": "Search for your friends who are scanned by your wifi radio on your android phone",
"categories": ["Android"]
},
{
"name": "Ancient Vedas",
"homepage": "http://www.ancientvedas.com/",
"html_url": null,
"description": "A website to learn vedas using audio snippets hosted using soundcloud api",
"categories": ["Websites"]
},
{
"name": "HackingHabits blog",
"homepage": "http://www.hackinghabits.com/",
"html_url": null,
"description": "An infrequently written personal technical blog",
"categories": ["Websites"]
},
{
"name": "Django-Haystack",
"homepage" : null,
"html_url" : "https://github.com/toastdriven/django-haystack/commits?author=MadanThangavelu",
"description": "Modular search for Django",
"categories": ["Python"]
}
],
"repo_ordering": ["python", "Ruby", "Mozilla", "Javascript", "Android", "Websites"]
}