A couple months back, I threw together my first AngularJS page for SpeechPeek.com. According to git it took me 2 days – which is actually two nights at home. Inconceivable!
Easiest way to create a community meal plan for a loved one, neighbor or stranger in their time of need.
Dramatically improve your students’ speaking and listening abilities through online exercises and personalized feedback.
Design your wedding seating chart online and share it with the people who need it the most.
Android sound manager - silent your phone quickly for work, automatically turn on wifi at home, and create a vibrate profile for other occasions..
Web developer who likes to make simple to use applications and websites.
A couple months back, I threw together my first AngularJS page for SpeechPeek.com. According to git it took me 2 days – which is actually two nights at home. Inconceivable!
We use a hybrid of semantic versioning at work, and tag releases with each deployment to QA. After a production deployment, the QA tags are fairly useless, so I like to clean them up to keep the tags fairly clean.
Here’s a little script that will delete QA tags (which are denoted by a 4th decimal #):
Git branches are cheap and fun… until you have so many you can’t remember which branches have been merged into develop.
Here’s a little script that will find and delete local & remote branches that have been merged into develop or master:
Find the current vnc port:
1
|
|
Then run vinagre to connect to the vnc server:
1 2 |
|
Yet another step-by-step for my own reference.
1 2 |
|
Was getting the above error, and found that I needed to upgrade CentOS default version of sqlite. Pretty simple right?