Skip to content

Commit 140e163

Browse files
committed
up to 50
1 parent 5de767f commit 140e163

11 files changed

+87
-7
lines changed

Audio.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@ Project Homepage: http://willdrevo.com/fingerprinting-and-audio-recognition-with
3131

3232
1. youku-lixian
3333
Youku download script.
34-
Project Source: https://github.com/iambus/youku-lixian
34+
Project Source: https://github.com/iambus/youku-lixian
35+
36+
1. cherrymusic
37+
CherryMusic is a music streaming server based on CherryPy and jPlayer.
38+
Project Source: https://github.com/devsnd/cherrymusic
39+
Project Homepage: http://www.fomori.org/cherrymusic/
3540

BigDataandCloud.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,11 @@ Project Documentation: http://libcloud.apache.org/
6363
Deploy django apps to Amazon EC2 with ONE command.
6464
Project Source: https://github.com/gcollazo/Fabulous
6565
Project Homepage: http://elweb.co/
66+
67+
1. pyes
68+
pyes is a pythonic way to use ElasticSearch since 2010.
69+
Project Source: https://github.com/aparo/pyes
70+
Project Documentation: https://pypi.python.org/pypi/pyes/
71+
72+
6673

Book.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ Online Book Address: http://www.packtpub.com/building-machine-learning-systems-w
2929
Sublime Text 2 setup used in the Ruby on Rails Tutorial.
3030
Project Source: https://github.com/mhartl/rails_tutorial_sublime_text
3131
Online Book Address: http://www.railstutorial.org/
32+
33+
1. scientific-python-lectures
34+
Lectures on scientific computing with python, as IPython notebooks.
35+
Project Source: https://github.com/jrjohansson/scientific-python-lectures
3236

Cool Application.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,8 @@ RoboBrowser is a simple, Pythonic library for browsing the web without a standal
127127
Project Source: https://github.com/jmcarp/robobrowser
128128
Project Documentation: http://robobrowser.readthedocs.org/
129129

130-
130+
1. p2pool
131+
Peer-to-peer Bitcoin mining pool.
132+
Project Source: https://github.com/forrestv/p2pool
133+
Project Homepage: http://p2pool.in/
134+

DataBaseandRelatedTools.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,8 @@ Project Source: https://github.com/bitly/asyncmongo
6767
Python Thrift driver for Apache Cassandra.
6868
Project Source: https://github.com/pycassa/pycassa
6969
Project Documentation: http://pycassa.github.io/pycassa/
70+
71+
1. sqlalchemy
72+
The Python SQL Toolkit and Object Relational Mapper.
73+
Project Source: https://github.com/zzzeek/sqlalchemy
7074

Devops.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,21 @@ Project Source: https://github.com/yandex-load/yandex-tank
231231
1. littlechef
232232
Cook with Chef without a Chef Server.
233233
Project Source: https://github.com/tobami/littlechef
234-
234+
235+
1. pythonz
236+
Python installation manager supporting CPython, Stackless, PyPy and Jython.
237+
Project Source: https://github.com/saghul/pythonz
238+
239+
1. radon
240+
Various code metrics for Python code.
241+
Project Source: https://github.com/rubik/radon
242+
Project Documentation: https://radon.readthedocs.org/en/latest/
243+
244+
1. ranger
245+
A vim-inspired filemanager for the console.
246+
Project Source: https://github.com/hut/ranger
247+
248+
1. salmon
249+
A simple monitoring system.
250+
Project Source: https://github.com/lincolnloop/salmon
251+

EditorandEditorEnhancements.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,17 @@ Project Source: https://github.com/SublimeText/CTags
132132
Synchronize your SublimeText configuration.
133133
Project Source: https://github.com/socketubs/Sublimall
134134
Project Homepage: http://sublimall.org/
135-
135+
136+
1. TrailingSpaces
137+
A Sublime Text 2 and 3 plugin that allows you to highlight trailing spaces and delete them in a flash.
138+
Project Source: https://github.com/SublimeText/TrailingSpaces
139+
140+
1. SublimeLinter3
141+
Interactive code linting framework for Sublime Text 3.
142+
Project Source: https://github.com/SublimeLinter/SublimeLinter3
143+
Project Documentation: http://www.sublimelinter.com/en/latest/
144+
145+
1. DashDoc
146+
DashDoc provides integration of Dash into Sublime Text.
147+
Project Source: https://github.com/farcaller/DashDoc
148+

Image.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ Project Homepage: http://apitrace.github.io/
2828
1. colorific
2929
Automatic color palette detection.
3030
Project Source: https://github.com/99designs/colorific
31+
32+
1. starwars-dot-gif
33+
Python script to generate gifs from star wars.
34+
Project Source: https://github.com/LindseyB/starwars-dot-gif
3135

ToolandUtilities.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,5 +282,13 @@ Project Homepage: http://readerisdead.com/
282282
1. pyrasite
283283
Inject code into running Python processes.
284284
Project Source: https://github.com/lmacken/pyrasite
285-
Project Homepage: http://pyrasite.com/
286-
285+
Project Homepage: http://pyrasite.com/
286+
287+
1. DissidentX
288+
DissidentX is a censorship resistance tool.
289+
Project Source: https://github.com/bramcohen/DissidentX
290+
291+
1. manage.py
292+
Human friendly CLI builder.
293+
Project Source: https://github.com/Birdback/manage.py
294+

ToolsWeb.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ Project Source: https://github.com/tarekziade/boom
5454
WeasyPrint converts web documents (HTML with CSS, SVG, ¡­) to PDF.
5555
Project Source: https://github.com/Kozea/WeasyPrint
5656
Project Homepage: http://weasyprint.org/
57+
58+
1. centrifuge
59+
Simple real-time messaging in web applications.
60+
Project Source: https://github.com/FZambia/centrifuge
61+

0 commit comments

Comments
 (0)