Skip to content

Instantly share code, notes, and snippets.

View zachu90's full-sized avatar

Przemysław Zach zachu90

View GitHub Profile
@zachu90
zachu90 / README.md
Created May 25, 2017 15:00 — forked from plugnburn/README.md
Zen.js - reactive nano-framework in 50 lines of JS

Zen.js

It seems that perfection is attained not when there is nothing more to add, but when there is nothing more to take away.

Antoine de Saint Exupéry

Zen.js is tiny attempt to create the Zen of reactive in-memory storage on the JS client-side environment.

How to obtain

@zachu90
zachu90 / slack-svn-hook.py
Created January 31, 2017 14:35 — forked from glensc/slack-svn-hook.py
Subversion integration with Slack
#!/usr/bin/python
# Script for Subversion integration with Slack
#
# Uses slackweb module:
# https://github.com/satoshi03/slack-python-webhook
# 1. Save this file in /usr/bin as slack-svn-hook
# 2. Make it executable:
# chmod +x /usr/bin/slack-svn-hook
# 3. Put this line at the end of file of your_svn_repo/hooks/post-commit: