Wednesday, April 29, 2009

Rename all files in one folder

This is a little tip for you, and a remider for me :P
bash $ for i in *;do mv $i `echo $i | sed 's/pattern/newpattern/'`; done

Sunday, April 26, 2009

Ubuntu 9.04

Have you noticed a image on the right of this blog saying that Ubuntu 9.04 is out?!
Well it is, so go and check it out, it has a lot of new stuff, is has a faster boot time than ever, and it's free, and open source!

So move your bottoms and download it!

Tuesday, April 14, 2009

CodeCodex

Good site that i found the other day when i was searching some solutions for some code i was doing at work.

CodeCodex is a online shared code repository for people that don't want to reinvent the whe

(I love quoting site descriptions)

What is CodeCodex?

CodeCodex is a wiki for finding and improving code. Stop reinventing the wheel. Use CodeCodex to:
Browse and use pre-written code.
Learn new algorithms and methods for common programming tasks.
Use code in your own projects and submit new code for the community.
Improve performance of code in the repository and the organization of the library.

What's different about CodeCodex?

CodeCodex isn't just another code repository; it's a place where developers can actively engage with others to improve quantity and quality of the library. CodeCodex is the first online code library that captures the infinitely iterative nature of a wiki and uses it to constantly increase the quality of the library.

http://codecodex.com/
http://codecodex.com/wiki/index.php?title=Category:Java (Java category)

If you're into software coding you can help improving this site sending your own solution and algorithms!