📜 ⬆️ ⬇️

GitHub Reflog v1.4.20

Welcome to The GitHub Reflog - a weekly chronicle of great GitHub repositories and open community activities. You can find previous issues in the Reflog Archive or in the Archive of the Russian-language version of Reflog .

This week we welcome GiHub's simplejson Python module and code samples for The Joy of Clojure !

This week's recommended repository


maccman / spine
Spine is a micro MVC framework for building JavaScript applications. Although there is a similar concept in Backbone.js , Spine still has several key differences. It offers class inheritance, controllers, a model system with full ORM, and support for HTML5 local repositories.
Spine comes with a demo todo-system and the application "Contact Manager" , showing its capabilities. The real power of JavaScript is the Holla project.

image

')
Check out the elegant documentation to learn more.

This week's amazing repository


aarongough / flea

Flea is a mini-Lisp interpreter written in Ruby, similar to Scheme's syntax. Obviously it is not intended for serious use in production for a variety of reasons. The goal of the project is to simply demonstrate the versatility of dynamic languages ​​such as Ruby.

For installation:
$ gem install flea 


Remarkable repositories


anchepiece / statuspanic :
A clone of the infamous Status Board written in PHP. Able to show histograms, weather widgets and timers.
Visit the examples to see it in action.

hanwen / go-fuse :
Native FUSE bindings for the Go programming language. For Go-fuse strive to achieve the fastest possible work. Support for individual file systems is not enabled (for now), but there are examples of the implementation of zipfs and unionfs.

gmarik / vundle :
Real plugin manager for VIM. Inspired by the popular pathogen for VIM and bundler for Ruby, Vundle gives you the ability to search, install, update and customize your scripts, all in an interactive mode.

Perspective repositories


boxedice / python-daemon :
A simple "demonizer" of Python classes. This project allows your Python application to continue to run in the background, like a daemon. It also includes scheduling, standard PID, supports Unix, Linux, and OS X.

88mph / wpadmin :
A command line administration tool for WordPress, written in PHP. Currently can manage user accounts and setting values. In the near future, you can post messages and create pages directly from your terminal.
There is a small todo list, so requests for pull are welcome.

disqus / mule :
Fully distributed Python test run framework built on Celery. Carefully, he is now experiencing a very active development and is far from a stable version. When it is ready, it will be out of the box to support xunit, multiprocessing, and unittest2.

seppo0010 / redislite :
Local SQLite-style database for Redis to replace SQL. The project is licensed under BSD and is at an early stage of development, but will be extremely useful on completion. Definitely not to be overlooked.

dbyrne / 4clojure :
An interactive tutorial in the form of a website for beginners to learn Clojure (similar to Try Redis ). There is still something to be done, so look at the task pages if you want to help.

Feedback is welcome! Send your questions, suggestions, and anonymous tips to reflog@kennethreitz.com. Email for communication about the Russian version: alone.amper+reflog@gmail.com

============

More news about open source projects you can get on The Changelog and github / explore

============

PS With the permission of Kenneth Reitz , I made a Russian fork of Github Reflog. Now regularly translation will be published in Habré, as well as here and here . For the same links, you can read translations of previous releases. I highly recommend them to see, there are many interesting and useful projects.
Error messages and typos in PM are welcome).

Enjoy your githabing!

Source: https://habr.com/ru/post/117895/


All Articles