Welcome to the fourth edition of GitHub Reflog, a weekly chronicle of great GitHub repositories and community activities. Previous editions are available in the Reflog archive .
This great project received quite a few mentions in the press this week, and has already become an integral part of my toolkit. Sshuttle calls itself the VPN of the Poor. It allows you to connect to a remote computer as an unprivileged user and redirect each port of that network to your local computer. After switching on, all traffic is redirected through the server. If the server has access to the network for machines to which your machine does not have access, then now you can access them as if they were on your local network. ')
Port forwarding with OpenSSH is not new, but sshuttle transmits all ports, not just the ones you specify. On the server, it depends on OpenSSH.
@Asarazan has found a great new application for GitHub this week. He and his group, Bristol 7's, decided to publish their EP under a Creative Commons license. In the spirit of open source, it was decided to publish it on GitHub!
The repo includes the final mixes as well as separate audio tracks for remixes. Requests for pool are welcome!
Remarkable repositories
jonromero / music-as-data : This Clojure project offers a programming environment for creating music sequences. It allows you to access data sequences and apply live transformations to them. Visit the project page to learn more.
37signals / pow : This new project from 37 Signals is a non-configurable development server for applications. Once you run it with a super-simple installer, go to ~ / pow, and make a symbolic link to your application directory. And it's all! Applications are now available locally at appname.dev .
DanielWaterworth / raphters : This is a new C framework for developing web applications. Yes, you read that correctly. If you are a C fan and have always dreamed of creating a modern web application in your favorite language, Raphters is a good place to start. It provides a simple API for handling cookies, sessions, and templates. Applications can be deployed using FastCGI.
Perspective repositories
cldwalker / Tux : Tux is a Ruby command line interface for Sinatra. It gives you a simple interface to interact with all parts of your application from the command line. It can directly call helpers and views, or generate its own data for request / response.
ender-js / Ender.js : This new JavaScript module is actually a collection of 8 minimalistic utilities in one: klass, qwery, bonzo, bean, script.js, reqwest, emile, and underscore.js. Occupying only 8 KB, Ender.js combines all these powerful modules into one elegant API. Features: class system, custom selector engine, DOM manipulation, event system, asynchronous dependency loading, simple animations, and a robust API for extensions.
============================================== PS Should I translate Reflog regularly?