Skip to content

Commit ba6217c

Browse files
committed
update to 45
1 parent 5ce87de commit ba6217c

13 files changed

+95
-8
lines changed

Audio.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ Project Documentation: https://pypi.python.org/pypi/shiva
2828
Audio fingerprinting and recognition in Python.
2929
Project Source: https://github.com/worldveil/dejavu
3030
Project Homepage: http://willdrevo.com/fingerprinting-and-audio-recognition-with-python.html
31+
32+
1. youku-lixian
33+
Youku download script.
34+
Project Source: https://github.com/iambus/youku-lixian
3135

BigDataandCloud.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,12 @@ Google App Engine Boilerplate gets your project off the ground quickly using the
4949
Project Source: https://github.com/coto/gae-boilerplate
5050
Project Homepage: http://appengine.beecoss.com/
5151

52+
1. goagent
53+
a gae proxy
54+
Project Source: https://github.com/goagent/goagent
55+
Project Homepage: https://code.google.com/p/goagent/
56+
57+
1. libcloud
58+
Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
59+
Project Source: https://github.com/apache/libcloud
60+
Project Documentation: http://libcloud.apache.org/

Cool Application.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,12 @@ Project Source: https://github.com/m0mchil/poclbm
9898
1. uscode
9999
The United States Code.
100100
Project Source: https://github.com/divegeek/uscode
101+
102+
1. isso
103+
Isso is a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for Disqus.
104+
Project Source: https://github.com/posativ/isso
105+
Project Homepage: http://posativ.org/isso/
106+
107+
1. resume
108+
PDF/HTML resum¨¦ generator.
109+
Project Source: https://github.com/mwhite/resume

DataProcessing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@ Project Source: https://github.com/bitly/data_hacks
2222
1. fuzzywuzzy
2323
Fuzzy string matching like a boss.
2424
Project Source: https://github.com/seatgeek/fuzzywuzzy
25+
26+
1. snownlp
27+
Python library for processing Chinese text.
28+
Project Source: https://github.com/isnowfy/snownlp
29+
30+
1. jieba
31+
Chinese text segmentation.
32+
Project Source: https://github.com/fxsjy/jieba
33+
Online Demo Address: http://jiebademo.ap01.aws.af.cm/

Devops.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,13 @@ Project Homepage: http://facebook.github.io/planout/
214214
Cuckoo Sandbox is an automated dynamic malware analysis system.
215215
Project Source: https://github.com/cuckoobox/cuckoo
216216
project Homepage: http://www.cuckoosandbox.org/
217+
218+
1. firefly
219+
game server distributed framework.
220+
Project Source: https://github.com/9miao/firefly
221+
Project Homepage: http://firefly.9miao.com/
222+
223+
1. simmetrica
224+
Lightweight framework for collecting and aggregating event metrics as timeseries data.
225+
Project Source: https://github.com/o/simmetrica
226+

EditorandEditorEnhancements.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,7 @@ MCEdit is an open-source, BSD-licenced world editor for the viral indie hit Mine
120120
Project Source: https://github.com/mcedit/mcedit
121121
Project Homepage: http://www.mcedit.net/
122122

123+
1. SublimeXiki
124+
Xiki plugin for Sublime Text 2.
125+
Project Source: https://github.com/lunixbochs/SublimeXiki
123126

Git.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,12 @@ Project Homepage: http://myusuf3.github.io/octogit/
2323
This is the Hg-Git plugin for Mercurial, adding the ability to push and pull to/from a Git server repository from Hg.
2424
Project Source: https://github.com/schacon/hg-git
2525
project Homepage: http://hg-git.github.io/
26-
26+
27+
1. gittle
28+
Gittle is a high-level pure-python git library.
29+
Project Source: https://github.com/FriendCode/gittle
30+
31+
1. GitPython
32+
GitPython is a python library used to interact with Git repositories.
33+
Project Source: https://github.com/gitpython-developers/GitPython
34+

Image.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ Project Homepage: http://mpld3.github.io/
2424
Tools for tracing OpenGL, Direct3D, and other graphics APIs.
2525
Project Source: https://github.com/apitrace/apitrace
2626
Project Homepage: http://apitrace.github.io/
27+
28+
1. colorific
29+
Automatic color palette detection.
30+
Project Source: https://github.com/99designs/colorific
2731

Other.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ Project Homepage: http://www.surf-the-edge.com/
5555
Import LLVM bitcode directly into Python and use it as an extension module.
5656
Project Source: https://github.com/dabeaz/bitey
5757

58+
1. Adafruit-Raspberry-Pi-Python-Code
59+
Project Source: https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code
5860

Science.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,18 @@ Project Homepage: http://networkx.github.io/
3737

3838
1. pybrain
3939
The Python Machine Learning Library.
40-
Project Source: https://github.com/pybrain/pybrain
40+
Project Source: https://github.com/pybrain/pybrain
4141

42+
1. ramp
43+
Rapid Machine Learning Prototyping in Python.
44+
Project Source: https://github.com/kvh/ramp
45+
Project Documentation: http://ramp.readthedocs.org/en/latest/
46+
47+
1. DeepLearningTutorials
48+
Deep Learning Tutorial notes and code.
49+
project Source: https://github.com/lisa-lab/DeepLearningTutorials
50+
Project Documentation: http://deeplearning.net/tutorial/
51+
4252
1. pylearn2
4353
Pylearn2 is a library designed to make machine learning research easy.
4454
Project Source: https://github.com/lisa-lab/pylearn2
@@ -65,11 +75,6 @@ tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis
6575
Project Source: https://github.com/sloria/TextBlob
6676
Project Homepage: http://textblob.readthedocs.org/en/dev/
6777

68-
1. jieba
69-
Chinese text segmentation.
70-
Project Source: https://github.com/fxsjy/jieba
71-
Online Demo Address: http://jiebademo.ap01.aws.af.cm/
72-
7378
1. statsmodels
7479
Statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation and inference for statistical models.
7580
Project Source: https://github.com/statsmodels/statsmodels
@@ -80,3 +85,4 @@ The Python Cryptography Toolkit.
8085
Project Source: https://github.com/dlitz/pycrypto
8186
Project Homepage: https://www.dlitz.net/software/pycrypto/
8287

88+

0 commit comments

Comments
 (0)