Using Git on your Android.
Yes. Because we are nerds. How? There's no quick easy way yet. People have been discussing their own ways on how to go around this. You may wanna...
I'm an Animal Communicator and a Reiki Master passionate about living a life that's meaningful while enjoying programming, violin, practical shooting and archery.
Yes. Because we are nerds. How? There's no quick easy way yet. People have been discussing their own ways on how to go around this. You may wanna...
You've been a ruby on rails developer for so long. You create migrations and never run into trouble. Suddenly you have multiple changes on your migration and you're...
Problem #1: psql (9.1.5, server 9.2.2) WARNING: psql version 9.2, server version 9.2. Some psql features might not work. Type "help" for...
In Ruby, you can simply negate an expression by using "!" abc = 'abc' !abc #=> false Similarly, abc = 'abc' !abc #=> false !!abc #=> true Ruby's double-bang negates the negated statement, which...