-
As you know, emacs rocks. This blog post give us an "Emacs Sitemap" for the newbies, and I stress...(edited content...)
Read More -
-
Preludio
L'ultima volta che ho provato Ruby 猫 stato nell'aprile del 2005. Avevo sviluppato un paio di progetti di test in RubyOnRails, che allora era gi脿 produttivo. Ruby era affascinante, ma la libreria base mi sembrava ancora in stato embrionale e lo abbandonai. RubyOnRails non mi 猫 mai sembrato avesse un vantaggio competitivo rispetto a framwork come CakePHP o Python Django.
Read MoreRedis + Ruby + Your Code = Code Zauker!
Jan 26, 2012 路 5 min read en software-projects featured knowledgebase software 路 code-zauker project redis ruby site 路When Google Code was shut down, I have the lucky to read this article on how it worked. The article give you a
bunch of Google-Go code. Because Go-language is too small and unusual for my brain, I took the idea and reimplemented it using Ruby and聽Redis.
And because my nickname is Daitangio, I decided to call the project like the Daitarn3 antagoinst: the Code Zauker![1]
The beta gem is聽available聽here
Read MoreReplacing on entiere set of files is hard in Emacs. But I find the correct mumbo-magic procedure, and gifted it to you:
Read MoreIn a nutshell, xargs is an alternative to fully expanded shell for loops. Given the right options, xargs can be made to exhibit for-loop-like behavior. But out of the box, it is a way to pipe a bunch of arguments to a single command in one fell swoop.
In 聽A small primer on xargs聽you will find a deep explanation on xargs usage. The article teach me a bunch of tricks I am not aware of (and I know Unix from '93....yes, 1993...).This can save a great deal of compute time if you are piping a long list of arguments to a command rather than iterating over them one at a time.
Read MoreForceBindIP is a freeware Windows application that will inject itself into another application and alter how certain Windows Sockets calls are made, allowing you to force the other application to use a specific network interface / IP address. This is useful if you are in an environment with multiple interfaces and your application has no such option for binding to a specific interface.
via ForceBindIP - Bind any Windows application to a specific interface.Using iPhone/Android Tethering features, you can end up with a
Read MoreIn the last seven months I learned git, working for a dozen of projects. On some of them I was the master&commander, on others I only set up the streams and let the young Jedi find the way to the delivery. Via trial and error I find out a bunch of userful commands.
Read More