Skip to content

Commit 5ce87de

Browse files
committed
update to 43
1 parent 73312f6 commit 5ce87de

14 files changed

+131
-17
lines changed

Audio.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ A RESTful API to your music collection.
2424
Project Source: https://github.com/tooxie/shiva-server
2525
Project Documentation: https://pypi.python.org/pypi/shiva
2626

27+
1. dejavu
28+
Audio fingerprinting and recognition in Python.
29+
Project Source: https://github.com/worldveil/dejavu
30+
Project Homepage: http://willdrevo.com/fingerprinting-and-audio-recognition-with-python.html
31+

BigDataandCloud.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ Project Homepage: http://gethue.com/
4343
Falcon is a high-performance Python framework for building cloud APIs and web app backends.
4444
Project Source: https://github.com/racker/falcon
4545
Project Homepage: http://falconframework.org/
46+
47+
1. gae-boilerplate
48+
Google App Engine Boilerplate gets your project off the ground quickly using the Google App Engine platform.
49+
Project Source: https://github.com/coto/gae-boilerplate
50+
Project Homepage: http://appengine.beecoss.com/
51+

ContentManagementSystem.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ A Django-based CMS with a focus on extensibility and concise code.
1414
Project Source: https://github.com/feincms/feincms
1515
Project Homepage: http://www.feincms.org/
1616

17-
1817
1. wagtail
1918
A new Django content management system
2019
Proeject Source: https://github.com/torchbox/wagtail
@@ -33,4 +32,8 @@ Project Source: https://github.com/livid/v2ex
3332
CKAN is an open-source DMS (data management system) for powering data hubs and data portals.
3433
Project Source: https://github.com/ckan/ckan
3534
Project Homepage: http://ckan.org/
36-
35+
36+
1. june
37+
June is a forum.
38+
Project Source: https://github.com/pythoncn/june
39+

Cool Application.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,11 @@ Project Source: https://github.com/kovidgoyal/calibre
9090
Anki for desktop computers.
9191
Project Source: https://github.com/dae/anki
9292
Project Homepage: http://ankisrs.net/
93+
94+
1. poclbm
95+
PyOpenCL bitcoin miner.
96+
Project Source: https://github.com/m0mchil/poclbm
97+
98+
1. uscode
99+
The United States Code.
100+
Project Source: https://github.com/divegeek/uscode

DataBaseandRelatedTools.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Project Source: https://github.com/PyMySQL/PyMySQL
5353

5454
1. wal-e
5555
WAL-E is a program designed to perform continuous archiving of PostgreSQL WAL files and base backups.
56-
Project Source: https://github.com/wal-e/wal-e
56+
Project Source: https://github.com/wal-e/wal-e
5757

58-
59-
58+
1. twissandra
59+
Twissandra is an example project, created to learn and demonstrate how to use Cassandra.
60+
Project Source: https://github.com/twissandra/twissandra

Devops.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,27 @@ Project Documentation: https://github.com/lra/mackup/tree/master/doc
190190

191191
1. pidcat
192192
Colored logcat script which only shows log entries for a specific application package.
193-
Project Source: https://github.com/JakeWharton/pidcat
193+
Project Source: https://github.com/JakeWharton/pidcat
194+
195+
1. reviewboard
196+
An extensible and friendly code review tool for projects and companies of all sizes.
197+
Project Source: https://github.com/reviewboard/reviewboard
198+
Project Homepage: http://www.reviewboard.org/
199+
200+
1. plop
201+
Plop is a stack-sampling profiler for Python.
202+
Project Source: https://github.com/bdarnell/plop
203+
204+
1. carbon
205+
Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.
206+
Project Source: https://github.com/graphite-project/carbon
207+
208+
1. planout
209+
PlanOut is a library and interpreter for designing online experiments.
210+
Project Source: https://github.com/facebook/planout
211+
Project Homepage: http://facebook.github.io/planout/
212+
213+
1. cuckoo
214+
Cuckoo Sandbox is an automated dynamic malware analysis system.
215+
Project Source: https://github.com/cuckoobox/cuckoo
216+
project Homepage: http://www.cuckoosandbox.org/

EditorandEditorEnhancements.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,14 @@ Project Homepage: http://guillermooo.bitbucket.org/Vintageous/
110110
1. Stino
111111
Stino is a Sublime Text plugin, which provides an Arduino-like environement for editing, compiling and uploading sketches.
112112
Project Source: https://github.com/Robot-Will/Stino
113+
114+
1. editorconfig-sublime
115+
Helps developers maintain consistent coding styles between different editors.
116+
project Source: https://github.com/sindresorhus/editorconfig-sublime
117+
118+
1. mcedit
119+
MCEdit is an open-source, BSD-licenced world editor for the viral indie hit Minecraft.
120+
Project Source: https://github.com/mcedit/mcedit
121+
Project Homepage: http://www.mcedit.net/
122+
113123

Git.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ A free and open source interface to github from the command line.
1919
Project Source: https://github.com/myusuf3/octogit
2020
Project Homepage: http://myusuf3.github.io/octogit/
2121

22+
1. hg-git
23+
This is the Hg-Git plugin for Mercurial, adding the ability to push and pull to/from a Git server repository from Hg.
24+
Project Source: https://github.com/schacon/hg-git
25+
project Homepage: http://hg-git.github.io/
2226

Network.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,8 @@ HTTP client mocking tool for Python, it's like ruby's FakeWeb for python.
8181
Project Source: https://github.com/gabrielfalcao/HTTPretty
8282
Project Homepage: http://falcao.it/HTTPretty/
8383

84-
84+
1. mininet
85+
Mininet emulates a complete network of hosts, links, and switches on a single machine.
86+
Project Source: https://github.com/mininet/mininet
87+
Project Homepage: http://mininet.org/
88+

Other.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ Project Homepage: http://numba.pydata.org/
1212
1. fn.py
1313
Functional programming in Python.
1414
Project Source: https://github.com/kachayev/fn.py
15-
16-
1. anim_encoder
17-
anim_encoder creates small JavaScript+HTML animations from a series on PNG images.
18-
Project Source: https://github.com/sublimehq/anim_encoder
1915

2016
1. Topaz
2117
Topaz is an implementation of the Ruby programming language, written in Python, using the RPython VM toolchain.
@@ -38,7 +34,7 @@ Project Source: https://github.com/Theano/Theano
3834
Project Homepage: http://www.deeplearning.net/software/theano/
3935

4036
1. hy
41-
Hy is a wonderful dialect of Lisp that¡¯s embedded in Python.
37+
Hy is a wonderful dialect of Lisp that's embedded in Python.
4238
Project Source: https://github.com/hylang/hy
4339
Project Documentation: http://docs.hylang.org/en/latest/
4440

@@ -54,4 +50,9 @@ Project Source: https://github.com/zsh-users/zsh-completions
5450
Javascript implementation of JVM.
5551
Project Source: https://github.com/nurv/BicaVM
5652
Project Homepage: http://www.surf-the-edge.com/
53+
54+
1. bitey
55+
Import LLVM bitcode directly into Python and use it as an extension module.
56+
Project Source: https://github.com/dabeaz/bitey
57+
5758

0 commit comments

Comments
 (0)