Using GitHub WebHook to create a self-updating Node.js web app that automatically pulls code and restarts when you push to the repository.
Articles by grapeot
Reading Notes: the Power of Habit
Key takeaways from "The Power of Habit": identify key procedures, build automatic routines with cue-routine-reward cycles, and cultivate willpower for lasting change.
Inspiration Fragments
科研心得:麻利与急躁的区别在于预判问题,做事前想清楚为什么,多和导师合作者讨论,不要闷头搞,写paper和写代码都要多读别人的工作。
Update on Beamer Writer: Online Compiling with WriteLaTeX and Error Messages
Beamer Writer update: online compiling via WriteLaTeX integration and improved error messages for faster LaTeX presentation workflow.
Automatic Email Notification on Github Pushes
A simple PHP script to send automatic email notifications when someone pushes to your GitHub project, using GitHub's post-receive web hooks with JSON payload parsing.