Skip to content

Commit 73312f6

Browse files
committed
up to 40
1 parent 4f97724 commit 73312f6

10 files changed

+76
-23
lines changed

Cool Application.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,11 @@ Odoo is a suite of open source Business apps.
8282
Project Source: https://github.com/odoo/odoo
8383
Project Homepage: https://www.odoo.com/
8484

85-
86-
87-
88-
89-
85+
1. calibre
86+
calibre is an e-book manager. It can view, convert, edit and catalog e-books in all of the major e-book formats.
87+
Project Source: https://github.com/kovidgoyal/calibre
88+
89+
1. anki
90+
Anki for desktop computers.
91+
Project Source: https://github.com/dae/anki
92+
Project Homepage: http://ankisrs.net/

EditorandEditorEnhancements.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,7 @@ Vintageous is a vi/Vim editing package for Sublime Text 3.
107107
Project Source: https://github.com/guillermooo/Vintageous
108108
Project Homepage: http://guillermooo.bitbucket.org/Vintageous/
109109

110-
111-
110+
1. Stino
111+
Stino is a Sublime Text plugin, which provides an Arduino-like environement for editing, compiling and uploading sketches.
112+
Project Source: https://github.com/Robot-Will/Stino
113+

Image.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ This is an interactive D3js-based viewer which brings matplotlib graphics to the
2020
Project Source: https://github.com/jakevdp/mpld3
2121
Project Homepage: http://mpld3.github.io/
2222

23+
1. apitrace
24+
Tools for tracing OpenGL, Direct3D, and other graphics APIs.
25+
Project Source: https://github.com/apitrace/apitrace
26+
Project Homepage: http://apitrace.github.io/
27+

JobScheduler.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ Project Documentation: http://pika.readthedocs.org/en/0.9.13/
2626

2727
1. pyres
2828
Resque is a great implementation of a job queue by the people at github.
29-
Project Source: https://github.com/binarydud/pyres
29+
Project Source: https://github.com/binarydud/pyres
3030

31-
32-
31+
1. kombu
32+
Kombu is a messaging library for Python.
33+
Project Source: https://github.com/celery/kombu
34+
Project Documentation: http://kombu.readthedocs.org/en/latest/
35+

Other.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ Project Source: https://github.com/gpjt/webgl-lessons
4848

4949
1. zsh-completions
5050
Additional completion definitions for Zsh.
51-
Project Source: https://github.com/zsh-users/zsh-completions
52-
51+
Project Source: https://github.com/zsh-users/zsh-completions
5352

54-
53+
1. BicaVM
54+
Javascript implementation of JVM.
55+
Project Source: https://github.com/nurv/BicaVM
56+
Project Homepage: http://www.surf-the-edge.com/
5557

StaticWebGenerator.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ A Python Static Website Generator.
1515
Project Source: https://github.com/hyde/hyde.
1616
Project Homepage: http://hyde.github.io/
1717

18-
19-
18+
1. nikola
19+
A static website and blog generator.
20+
Project Source: https://github.com/getnikola/nikola
21+
Project Homepage: http://getnikola.com/

Testing.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ python test framework for web applications.
3434
Project Source: https://github.com/cobrateam/splinter
3535
Project Homepage: http://splinter.cobrateam.info/
3636

37+
1. sixpack
38+
Sixpack is a language-agnostic a/b-testing framework.
39+
Project Source: https://github.com/seatgeek/sixpack
40+
Project Homepage: http://sixpack.seatgeek.com/
3741

ToolandUtilities.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,24 @@ Project Documentation: https://github.com/mailgun/flanker/blob/master/docs/User%
200200
1. itsdangerous
201201
Various helpers to pass trusted data to untrusted environments.
202202
Project Source: https://github.com/mitsuhiko/itsdangerous
203-
Project Homepage: https://pythonhosted.org/itsdangerous/
204-
203+
Project Homepage: https://pythonhosted.org/itsdangerous/
204+
205+
1. Printrun
206+
Pure Python 3d printing host software
207+
Project Source: https://github.com/kliment/Printrun
208+
209+
1. pdfminer
210+
PDFMiner is a tool for extracting information from PDF documents.
211+
Project Source: https://github.com/euske/pdfminer
212+
Project Homepage: https://euske.github.io/pdfminer/
213+
214+
1. qtile
215+
A small, flexible, scriptable tiling window manager.
216+
Project Source: https://github.com/qtile/qtile
217+
Project Homepage: http://qtile.org/
218+
219+
1. doge
220+
doge is a simple motd script based on the slightly stupid but very funny doge meme. It prints random grammatically incorrect statements that are sometimes based on things from your computer.
221+
Proejct Source: https://github.com/thiderman/doge
222+
Project Documentation: https://pypi.python.org/pypi/doge/
223+

UsefulAPI.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Project Homepage: http://www.pythonforfacebook.com/
2828
PyFacebook is a Python client library for the Facebook API.
2929
Project Source: https://github.com/sciyoshi/pyfacebook
3030

31-
32-
3331
1. Django-facebook
3432
Facebook open graph api implementation using the Django web framework in python.
3533
Project Source: https://github.com/tschellenbach/Django-facebook
@@ -42,7 +40,10 @@ Project Homepage: https://wikipedia.readthedocs.org/en/latest/
4240

4341
1. python-instagram
4442
Python Client for Instagram API.
45-
Project Source: https://github.com/Instagram/python-instagram
46-
47-
43+
Project Source: https://github.com/Instagram/python-instagram
4844

45+
1. praw
46+
A python package that allows for simple access to reddit's API.
47+
Project Source: https://github.com/praw-dev/praw
48+
Project Documentation: https://praw.readthedocs.org/en/v2.1.16/
49+

WebFrameworkandRelatedTool.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,19 @@ Django model mixins and utilities.
9090
Project Source: https://github.com/carljm/django-model-utils
9191
Project Documentation: https://django-model-utils.readthedocs.org/en/latest/
9292

93+
1. django-schedule
94+
A calendaring/scheduling application.
95+
Project Source: https://github.com/thauber/django-schedule
96+
97+
1. django-deployment-workshop
98+
Code and configuration used in my Django Deployment Workshop.
99+
Project Source: https://github.com/jacobian/django-deployment-workshop
100+
101+
1. django-suit
102+
Modern theme for Django admin interface.
103+
Project Source: https://github.com/darklow/django-suit
104+
Project Homepage: http://djangosuit.com/
105+
93106
1. gargoyle
94107
Gargoyle is a platform built on top of Django which allows you to switch functionality of your application on and off based on conditions.
95108
Project Source: https://github.com/disqus/gargoyle
@@ -215,4 +228,3 @@ Jinja2 is a template engine written in pure Python. It provides a Django inspire
215228
expressions and an optional sandboxed environment.
216229
Project Source: https://github.com/mitsuhiko/jinja2
217230
Project Homepage: http://jinja.pocoo.org/
218-

0 commit comments

Comments
 (0)