-
Notifications
You must be signed in to change notification settings - Fork 3
/
applications.html
115 lines (91 loc) · 3.32 KB
/
applications.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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title>BUGswarm Developers</title>
<link rel="stylesheet" href="bootstrap/bootstrap.css" type=
"text/css">
<link rel="stylesheet" href="css/this.css" type="text/css">
<link rel="stylesheet" href=
"js/google-code-prettify/prettify.css" type="text/css">
<script src="http://code.jquery.com/jquery-1.5.2.js" type=
"text/javascript">
</script>
<script src="js/google-code-prettify/prettify.js" type=
"text/javascript">
</script>
<script src="js/application.js" type="text/javascript">
</script>
<script src="js/google-analytics.js" type="text/javascript">
</script>
</head>
<body>
<!-- NAVIGATION-->
<div class="topbar">
<div class="topbar-inner">
<div class="container">
<h3><a id="banner" href="index.html" name=
"banner"><img src="images/bs_logo.png"></a></h3>
<ul class="nav">
<li class="dropdown nav-dropdown">
<a href="documentation.html" class=
"dropdown-toggle">Documentation</a>
<ul class="dropdown-menu">
<li><a href=
"configuration_api.html">Configuration</a></li>
<li><a href=
"participation_api.html">Participation</a></li>
</ul>
</li>
<li><a href="tools.html">Tools</a></li>
<li><a href="libraries.html">Libraries</a></li>
<li><a href="tutorial.html">Tutorial</a></li>
<li><a href="applications.html">Applications</a></li>
<li><a href="hardware.html">Hardware</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div><!-- CONTAINER-->
<div class="container">
<div class="page-header">
<a href="index.html">Home</a> → Applications
</div><!-- Header-->
<h1>Applications</h1>
<p>Below are some of the applications people have built using
BUGswarm. If you've created something you feel is worthy of
display, <a href="mailto:[email protected]">share it with
us!</a></p><!-- BUGstats-->
<h2><a href=
"https://gist.github.com/6f3593466869402988a4">BUGstats</a></h2>
<div class="row">
<div class="span3 columns">
<a href="bugstats.html"><img src="images/bugstats.png"
height="100" class="app-image"></a>
</div>
<div class="span13 columns">
<p>An application for monitoring hardware statistics on
your BUG. Makes use of BUGswarm's <a href=
"https://github.com/buglabs/bugswarm-api/tree/master/javascript">
JavaScript library</a> and Python.</p>
</div>
</div>
<div class="page-header"></div><!-- HNTR-->
<h2><a href="https://gist.github.com/1265034">HNTR</a></h2>
<div class="row">
<div class="span3 columns">
<a href="https://gist.github.com/1265034"><img src=
"images/hntr.jpg" height="100" class="app-image"></a>
</div>
<div class="span13 columns">
<p>A shared shopping list for the oncoming winter. Makes
use of BUGswarm's <a href=
"https://github.com/buglabs/bugswarm-api/tree/master/javascript">
JavaScript library</a>.</p>
</div>
</div>
<div class="page-header"></div>
</div>
</body>
</html>