-
Notifications
You must be signed in to change notification settings - Fork 3
/
community.html
175 lines (164 loc) · 7.57 KB
/
community.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
---
layout: page
---
<header class="major container 75%">
<h2>North Alabama Open Source Software</h2>
</header>
<div class="major container 85%" style="background-color:white">
<section class="feature">
<span class="image2"><img src="images/geohuntsville.jpg" alt="" /></span>
<div class="content2">
<h3>Geo Huntsville</h3>
<p>
GEOHuntsville is a non-profit initiative with over 300 volunteers in
the geospatial community working in close collaboration to advance the
geospatial tradecraft, as well as to bring awareness to our geospatial
capabilities and attract collaborative investments in geospatial technology.
<br/><a href="https://github.com/ngageoint/geoq/wiki/Geo-Huntsville">Source Code</a>
</p>
</div>
</section>
<section class="feature">
<span class="image2"><img src="images/lita.png" alt="" /></span>
<div class="content2">
<h3>Lita Ignore Me</h3>
<p>
lita-ignore-me is a Lita extension that allows a user to tell the robot that
he or she wishes to be ignored unless addressing the robot directly. This
means that routes that are triggered that are not commands are not executed.
<br/><a href="https://github.com/tessellator/lita-ignore-me">SourceCode</a>
</p>
</div>
</section>
<section class="feature">
<span class="image2"><img src="images/lita.png" alt="" /></span>
<div class="content2">
<h3>Lita Review Me</h3>
<p>
A lita handler that helps with code review without getting in the way.
The handler rotates, in order, through a list of names to provide a "reviewer"
for some unit of work.
<br/><a href="https://github.com/iamvery/lita-reviewme">Source Code</a>
</p>
</div>
</section>
<section class="feature">
<span class="image2"><img src="images/pic03.jpg" alt="" /></span>
<div class="content2">
<h3>Malfunction</h3>
<p>
Malfunction is a set of tools for cataloging and comparing malware at a
function level. Uses Radare2 internally for finding function locations.
Written in Python 3. Currently only works on Linux based systems.
<br/><a href="https://github.com/Dynetics/Malfunction">SourceCode</a>
</p>
</div>
</section>
<section id="nwalsdev" class="feature">
<span class="image2"><img src="images/pic03.jpg" alt="" /></span>
<div class="content2">
<h3>Northwest Alabama Software Developers</h3>
<p>
<a href="http://nwalsdev.herokuapp.com/">NWALSDEV</a> is a
weekly lunch and monthly meetup in The Shoals, Alabama. Check
the website for events, and come learn from one another!
<br>
<a href="http://nwalsdev.herokuapp.com/">Homepage</a>
<br>
<a href="https://github.com/jakesen/nwalsdev">SourceCode</a>
</p>
</div>
</section>
<section class="feature">
<span class="image2"><img src="images/packetsender.png" alt="" /></span>
<div class="content2">
<h3>PacketSender</h3>
<p>
Packet Sender is an open source utility to allow sending and receiving TCP
and UDP packets. The mainline branch officially supports Windows, Mac, and
Desktop Linux (with Qt). Other places may recompile and redistribute Packet
Sender. Packet Sender is free and licensed GPL v2 or later.
<br/><a href="https://packetsender.com/">Homepage</a>
</p>
</div>
</section>
<section class="feature">
<span class="image2"><img src="images/pakyow.png" alt="" /></span>
<div class="content2">
<h3>Pakyow</h3>
<p>
A Ruby framework for building the modern web, designed to deliver
modern realtime features in a traditional backend-driven architecture.
Build websites and apps your users will love, using simple processes
that will keep you smiling.
<br/><a href="https://pakyow.org">Homepage</a>
<br/><a href="https://github.com/pakyow">Source Code</a>
</p>
</div>
</section>
<section class="feature">
<span class="image2"><img src="images/respokeblue.png" alt="" /></span>
<div class="content2">
<h3>Respoke</h3>
<p>
Respoke is a new web communications API for voice, video, messaging and data
sharing in your app with just a few lines of code. Respoke’s client library
and backend cloud platform do all the heavy lifting like endpoint discovery,
call signaling and media transport so that you can focus on building a great
customer experience.
<br/><a href="https://www.respoke.io/">Homepage</a>
</p>
</div>
</section>
<section class="feature">
<span class="image2"><img src="images/sensorhub.png" alt="" /></span>
<div class="content2">
<h3>OpenSensorHub</h3>
<p>
OpenSensorHub (OSH) is an open standards, open source software platform to support
virtually any sensor, actuator, or process through the deployment of distributed,
interactive sensor hubs. OSH supports both server and client development.
<br/><a href="https://opensensorhub.org">Homepage</a>
<br/><a href="https://github.com/opensensorhub/">Source Code</a>
<br/><a href="http://docs.opensensorhub.org">Documentation</a>
</p>
</div>
</section>
<section class="feature">
<span class="image2"><img src="images/pic03.jpg" alt="" /></span>
<div class="content2">
<h3>SubShell</h3>
<p>
SubShell is a python command shell used to control and execute commands
through HTTP requests to a webshell. SubShell acts as the interface to
the remote webshells.
<br/><a href="https://bitbucket.org/jvest/subshell">Source Code</a>
</p>
</div>
</section>
<section class="feature">
<span class="image2"><img src="images/pic03.jpg" alt="" /></span>
<div class="content2">
<h3>TinyShell</h3>
<p>
TinyShell is a python command shell used to control and excute commands
through HTTP requests to a webshell. TinyShell acts as the interface to
the remote webshells.
<br/><a href="https://bitbucket.org/jvest/tinyshell">Source Code</a>
</p>
</div>
</section>
<section class="feature">
<span class="image2"><img src="images/pic03.jpg" alt="" /></span>
<div class="content2">
<h3>Pay Down Calc</h3>
<p>
Pay Down Calc is an open-source mortgage and amortization calculator with charts and graphs.
It supports a variety of extra-payment options to help you plan your loan.
<br/>
<br/><a href="https://paydowncalc.com">Homepage</a>
<br/><a href="https://github.com/dannagle/PayDownCalc">Source Code</a>
</p>
</div>
</section>
</div>