Determine if a file is binary using GIT
Sometimes it’s nice to know if a file is a binary file or a text file from the command line (Such as when building an api to display files stored in a git re...
Sometimes it’s nice to know if a file is a binary file or a text file from the command line (Such as when building an api to display files stored in a git re...
This article will talk about how to configure your environment to develop Titanium/Appcelerator apps withouth having to install another IDE (Appcelerator Tit...
Setting the hostname in CentOS 6 used to done with:
A large number of angular.js watchers are usually the source of slowdowns in angular build applications. When using `` or $scope.$watch(...) angular will cre...
Rarely someone would need to use postMessage across nested iframes in cross domain scenario, but I came across this the other day: