-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
executable file
·77 lines (70 loc) · 4.58 KB
/
resources.html
File metadata and controls
executable file
·77 lines (70 loc) · 4.58 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
67
68
69
70
71
72
73
74
75
76
77
---
layout: default
title: Resources
---
<h1>Resources</h1>
<div class='page left'>
<h2>APIs</h2>
<ul>
<li>Google APIs - <a href='http://code.google.com/more/table/'>http://code.google.com/more/table/</a></li>
<li>Facebook - <a href='http://developers.facebook.com/'>http://developers.facebook.com/</a></li>
<li>Dropbox - <a href='https://www.dropbox.com/developers'>https://www.dropbox.com/developers</a></li>
<li>Imgur - <a href='http://api.imgur.com/'>http://api.imgur.com/</a></li>
<li>Flickr - <a href='http://www.flickr.com/services/api/'>http://www.flickr.com/services/api/</a></li>
<li>Tumblr - <a href='http://www.tumblr.com/docs/en/api/v2'>http://www.tumblr.com/docs/en/api/v2</a></li>
<li>Twitter - <a href='https://dev.twitter.com/'>https://dev.twitter.com/</a></li>
<li>Youtube - <a href='https://developers.google.com/youtube/'>https://developers.google.com/youtube/</a></li>
<li>Amazon - <a href='http://goo.gl/fWpXz'>http://goo.gl/fWpXz</a></li>
<li>Last.fm - <a href='http://www.last.fm/api'>http://www.last.fm/api</a></li>
<li>RSS - <a href='http://feedburner.google.com/fb/a/myfeeds'>http://feedburner.google.com/fb/a/myfeeds</a></li>
<li>Reddit - <a href='https://github.com/reddit/reddit/wiki/API'>https://github.com/reddit/reddit/wiki/API</a></li>
<li>Delicious - <a href='http://delicious.com/developers'>http://delicious.com/developers</a></li>
<li>Pinterest - <a href='http://tijn.bo.lt/pinterest-api'>http://tijn.bo.lt/pinterest-api</a></li>
<li>Twilio Text/Voice - <a href='http://www.twilio.com/'>http://www.twilio.com/</a></li>
<li>New York Times - <a href='http://developer.nytimes.com/'>http://developer.nytimes.com/</a></li>
<li>Bing Search - <a href='http://bing.com/toolbox/bingdeveloper/'>http://bing.com/toolbox/bingdeveloper/</a></li>
<li>ESPN - <a href='http://developer.espn.com'>http://developer.espn.com</a></li>
<li>Rice University API and Resources - <a href='http://goo.gl/3QS91'>http://goo.gl/3QS91</a></li>
</ul>
<h2>Tech Talk Resources</h2>
<ul>
<li><a href="/webdev">Web Dev Crash Course</a></li>
<li><a href="https://github.com/SalvatoreT/Reddit-Pic-Randomizer">Example Hackathon Project - Reddit Picture Randomizer</a></li>
</ul>
<h2>Frameworks</h2>
<ul>
<li>Google Apps Engine - <a href='http://code.google.com/appengine/'>http://code.google.com/appengine/</a></li>
<li>Django Python Framework - <a href='https://www.djangoproject.com/'>https://www.djangoproject.com/</a></li>
<li>PHP/MySQL - <a href='http://php.net/manual/en/book.mysql.php'>http://php.net/manual/en/book.mysql.php</a></li>
<li>Ruby on Rails - <a href='http://rubyonrails.org/'>http://rubyonrails.org/</a></li>
<li>Backbone.js - <a href='http://documentcloud.github.com/backbone'>http://documentcloud.github.com/backbone</a></li>
<li>Node.js - <a href='http://nodejs.org'>http://nodejs.org</a></li>
</ul>
</div>
<div class='page right'>
<h2>Mobile</h2>
<ul>
<li>Android - <a href='http://developer.android.com/sdk/index.html'>http://developer.android.com/sdk/index.html</a>
<li>IPhone SDK (IOS) - <a href='https://developer.apple.com/devcenter/ios/index.action'>https://developer.apple.com/devcenter/ios/index.action</a>
<li>Titanium Appcelerator - <a href='http://www.appcelerator.com/'>http://www.appcelerator.com/</a>
</ul>
<h2>Frontend/UI</h2>
<ul>
<li>Processing - <a href='http://processing.org/'>http://processing.org/</a> (has mobile libraries for Android as well)
<li>Adobe Flex - <a href='http://www.adobe.com/products/flex.html'>http://www.adobe.com/products/flex.html</a>
<li>Jquery - <a href='http://jquery.com'>http://jquery.com</a>
<li>Bootstrap, from Twitter - <a href='http://twitter.github.com/bootstrap'>http://twitter.github.com/bootstrap</a>
<li>Html5 Boilerplate - <a href='http://html5boilerplate.com'>http://html5boilerplate.com</a>
</ul>
<h2>Backend</h2>
<ul>
<li>Redis Key-Value Store- <a href='http://redis.io/'>http://redis.io/</a></li>
<li>MongoDB - <a href='http://www.mongodb.org/'>http://www.mongodb.org/</a></li>
</ul>
<h2>Misc</h2>
<ul>
<li>Amazon EC2 - <a href='http://aws.amazon.com/ec2/'>http://aws.amazon.com/ec2/</a></li>
<li>Rackspace Hosting - <a href='http://rackspace.com'>http://rackspace.com</a></li>
<li>Heroku Deployment Framework - <a href='http://www.heroku.com'>http://www.heroku.com</a></li>
</ul>
</div>