-
BWolf version 1.1 has been relased!
I am happy to announce to all the world I have just relased the first stable release of BWolf.
Read More -
The trends of this october are about some upcoming products. A clear analisys of <a href="http://www.roughlydrafted.com/Sept05.Quark.html"
Read More -
Use the sed -i command
sed -i.BAK 's|foo|bar|g' files # -i does in-place replacement perl -pi.bak -e 's|foo|bar|g' files # or perl -pi.bak -e 's|foo|bar|g' `find /pathname -name "filespec"`
Perl is the preferred way, but on some production system you must use the old good sed. For some tips on sed take a look to its faq. Another very powerful command is xargs. Xargs is a rapid聽 way to process files containing spaces, using聽 a聽 combo with find:
Read More -
Dynamic languages troubles
Jan 30, 2008 路 3 min read en blog-objectsrootcom 路 again ant api arc build business car code complex database design easy eclipse example fix hard hosting http ibm import java lion microsoft perl php plugin project projects python ruby simple small smalltalk software sql system tools trouble ui unix war web world 路I have read http://www.manageability.org/blog/stuff/chandler-failure and I think it is very danger way of exposing concepts.
Read More -
ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code.
via ack -- better than grep, a power search tool for programmers.ack is written purely in Perl, and takes advantage of the power of Perl's regular expressions.
Read More -
YASnippet is a template system for emacs. It allows you to type a abbrevation and automatically expand the abbreviation into function templates.
Bundled language templates includes: C, C++, C#, Perl, Python, Ruby, SQL, LaTeX, HTML, CSS and more.
Read More