-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (56 loc) · 2.2 KB
/
Copy pathindex.html
File metadata and controls
62 lines (56 loc) · 2.2 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
<html>
<head>
<title>Surveymonkey Open Source</title>
</head>
<body>
<div>
<img src="sm.jpg" />
<address>
Contact us <a href="mailto:code@surveymonkey.com">code@surveymonkey.com</a>
</address>
</div>
<div>
<h3><a href="https://github.com/SurveyMonkey/GeventUtil">GeventUtil</a></h3>
<blockquote>
<str>Convenience helpers for working with gevent</str>. <br />
Most notably the gex script runner that allows you to run
pre-existing scripts (nose, fab, paster) with all the gevent's
monkeypatching already called. also included is a subclass of
gevent’s server that allows for graceful server exit upon
receiving a sigHUP with the added bonus of additional behavior
for signalling load balancers at this server is exiting.
</blockquote>
</div>
<div>
<h3><a href="https://github.com/SurveyMonkey/MonkeyTime">MonkeyTime</a></h3>
<blockquote>
<str>fairly boring timing decorator and context
manager</str>. <br /> with the interesting feature it can
facilitate tracking a request's performance not only within a
application but also across a stack of http services
</blockquote>
</div>
<div>
<h3><a href="https://github.com/SurveyMonkey/bdist_res">bdist_res</a></h3>
<blockquote>
<str>bdist_res is a disutils command for packaging up static resources: javascript, css, etc.</str>
</blockquote>
</div>
<div>
<h3><a href="https://github.com/SurveyMonkey/Memojito">Memojito</a></h3>
<blockquote>
<str>Memojito is the update of as series of decorator for creating and managing memos on classes and object instances. </str>
</blockquote>
</div>
<div>
<h3><a href="https://github.com/SurveyMonkey/RSuck">RSuck</a></h3>
<blockquote>
<str>a script that facilitates reverse rsync using
execnet.</str><br /> Useful for when you need bidirectional
comunication between two machines that can only initiate an
ssh connection in a single direction. Good for situation with
unusual security requirements.
</blockquote>
</div>
</body>
</html>