Skip to content

Instantly share code, notes, and snippets.

View mmbrian's full-sized avatar

Mohsen Mansouryar mmbrian

View GitHub Profile
@staltz
staltz / introrx.md
Last active May 3, 2024 13:00
The introduction to Reactive Programming you've been missing
@alcides
alcides / post-receive.sh
Created April 10, 2010 11:37
Post-reveive hook to update the git repository and restart apache on WebFaction
#!/bin/sh
git --git-dir /home/burocratik/webapps/mrg/mrgsite/.git --work-tree /home/burocratik/webapps/mrg/mrgsite reset --hard
PATH=/home/burocratik/webapps/mrg/apache2/bin:$PATH
restart