Skip to content

Commit 8a5b2f4

Browse files
committed
up to 36
1 parent f202e22 commit 8a5b2f4

16 files changed

+173
-26
lines changed

Concurrency.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
##Concurrency
22

3-
1. gevent
4-
gevent is a coroutine-based Python networking library.
5-
Project Source: https://github.com/surfly/gevent
6-
Project Homepage: http://www.gevent.org/
3+
4+
1. pulsar
5+
Event driven concurrent framework for python.
6+
Project Source: https://github.com/quantmind/pulsar
7+
Project Documentation: http://quantmind.github.io/pulsar/

ContentManagementSystem.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ Project Homepage: http://mezzanine.jupo.org/
2222
1. v2ex
2323
Project Babel 2 is an open source software package for creating and supporting communities.
2424
Project Source: https://github.com/livid/v2ex
25+
26+
1. ckan
27+
CKAN is an open-source DMS (data management system) for powering data hubs and data portals.
28+
Project Source: https://github.com/ckan/ckan
29+
Project Homepage: http://ckan.org/
30+

Cool Application.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,14 @@ Project Homepage: https://www.gittip.com/
6161
1. drawille
6262
Drawing in terminal with unicode braille characters.
6363
Project Source: https://github.com/asciimoo/drawille
64+
65+
1. Feedly
66+
Feedly is a Python library, which allows you to build newsfeed and notification systems using Cassandra and/or Redis.
67+
project Source: https://github.com/tschellenbach/Feedly
68+
Project Documentation: https://feedly.readthedocs.org/en/latest/
69+
70+
1. ninja-ide
71+
Ninja-IDE is a cross-platform integrated development environment (IDE) that runs on Linux/X11, Mac OS X and Windows desktop operating systems.
72+
Project Source: https://github.com/ninja-ide/ninja-ide
73+
Project Homepage: http://ninja-ide.org/
74+

DataBaseandRelatedTools.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,11 @@ Project Homepage: http://mongoengine.org/
4545

4646
1. redis-faina
4747
A query analyzer that parses Redis' MONITOR command for counter/timing stats about query patterns.
48-
Project Source: https://github.com/Instagram/redis-faina
48+
Project Source: https://github.com/Instagram/redis-faina
49+
50+
1. PyMySQL
51+
Pure-Python MySQL Client.
52+
Project Source: https://github.com/PyMySQL/PyMySQL
53+
54+
4955

EditorandEditorEnhancements.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,26 @@ Project Documentation: http://jedi.jedidjah.ch/en/latest/
8282

8383
1. JsFormat
8484
JsFormat is a javascript formatting plugin for Sublime Text 2.
85-
Project Source: https://github.com/jdc0589/JsFormat
85+
Project Source: https://github.com/jdc0589/JsFormat
86+
87+
1. hayaku
88+
Fuzzy abbreviations, support for preprocessors (Sass, Less, Stylus) and a lot of other features in easily configurable set of tools for writing CSS faster.
89+
Project Source: https://github.com/hayaku/hayaku
90+
Project Homepage: http://hayakubundle.com/
91+
92+
1. sublime-text-2-ruby-tests
93+
Sublime Text 2 plugin for running ruby tests.
94+
Project Source: https://github.com/maltize/sublime-text-2-ruby-tests
95+
96+
1. SublimeText-Nodejs
97+
nodejs snippets and bindings for Sublime Text 2.
98+
Project Source: https://github.com/tanepiper/SublimeText-Nodejs
99+
100+
1. LaTeXTools
101+
LaTeX plugin for Sublime Text 2 and 3.
102+
Project Source: https://github.com/SublimeText/LaTeXTools
103+
Project Homepage: http://tekonomist.wordpress.com/
104+
105+
106+
86107

Git.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ Project Source: https://github.com/mhagger/git-imerge
1313
Pure-Python Git implementation.
1414
Project Source: https://github.com/jelmer/dulwich
1515
Project Homepage: http://www.samba.org/~jelmer/dulwich/
16+
17+
1. octogit
18+
A free and open source interface to github from the command line.
19+
Project Source: https://github.com/myusuf3/octogit
20+
Project Homepage: http://myusuf3.github.io/octogit/
21+
1622

Image.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ Project Homepage: http://python-imaging.github.io/
88
1. thumbor
99
thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images.
1010
Project Source: https://github.com/thumbor/thumbor
11-
Project Homepage: https://github.com/thumbor/thumbor/wiki
11+
Project Homepage: https://github.com/thumbor/thumbor/wiki
12+
13+
1. kartograph.py
14+
Kartograph is a Python library that generates SVG maps from ESRI shapefiles.
15+
Project Source: http://kartograph.org/docs/kartograph.py/
16+
Project Documentation: http://kartograph.org/docs/kartograph.py/

JobScheduler.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@ Project Source: https://github.com/dbader/schedule
2323
Pure Python RabbitMQ/AMQP 0-9-1 client library
2424
Project Source: https://github.com/pika/pika
2525
Project Documentation: http://pika.readthedocs.org/en/0.9.13/
26+
27+
1. pyres
28+
Resque is a great implementation of a job queue by the people at github.
29+
Project Source: https://github.com/binarydud/pyres
30+
2631

2732

Network.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Network
1+
##Network and Related Tools
22

33
1. requests
44
Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way.
@@ -61,3 +61,15 @@ GRequests allows you to use Requests with Gevent to make asynchronous HTTP Reque
6161
Project Source: https://github.com/kennethreitz/grequests
6262
Project Homepage: https://pypi.python.org/pypi/grequests/
6363

64+
1. gevent
65+
gevent is a coroutine-based Python networking library.
66+
Project Source: https://github.com/surfly/gevent
67+
Project Homepage: http://www.gevent.org/
68+
69+
1. dnsyo
70+
Check your DNS against over 1500 global DNS servers.
71+
Project Source: https://github.com/samarudge/dnsyo
72+
Project Homepage: http://samarudge.github.io/dnsyo/
73+
74+
75+

Other.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,20 @@ Project Source: https://github.com/halgari/clojure-py
3636
Optimizing GPU-meta-programming code generating array oriented optimizing math compiler in Python.
3737
Project Source: https://github.com/Theano/Theano
3838
Project Homepage: http://www.deeplearning.net/software/theano/
39+
40+
1. hy
41+
Hy is a wonderful dialect of Lisp that¡¯s embedded in Python.
42+
Project Source: https://github.com/hylang/hy
43+
Project Documentation: http://docs.hylang.org/en/latest/
44+
45+
1. webgl-lessons
46+
Some lessons in WebGL.
47+
Project Source: https://github.com/gpjt/webgl-lessons
48+
49+
1. zsh-completions
50+
Additional completion definitions for Zsh.
51+
Project Source: https://github.com/zsh-users/zsh-completions
52+
53+
3954

4055

0 commit comments

Comments
 (0)