Protools' blog

Monday, July 16, 2007

Code Beautifier And Formatter

Well-documented and readable source code is essential for every collaborative project. Logically structured, well organized and nicely formatted, the code can speed up the bug hunting and help to keep the code clean, minimal and still functional. These aspects are particularly important if the code is being developed by a group of developers: in this context a common scheme for source code presentation is necessary. You don’t have to do everything by hand; in fact, there are many tools which can save a lot of time - for you and your co-workers.

Labels:

Friday, June 22, 2007

The top 10 dead (or dying) computer skills

Are your skills in need of upgrading?

Wednesday, May 23, 2007

Douglas Crockford - The Javascript Programming Language

Video lessons about the Javascript language.

Wednesday, April 04, 2007

The Nuts and Bolts of PowerPC Assembly Language

The POWER5 processor is a 64-bit workhorse used in a variety of settings. Starting with this introduction to assembly language concepts and the PowerPC instruction set, this series of articles introduces assembly language in general and specifically for the POWER5. Read more for links to all the parts in the series.

Sunday, March 11, 2007

Those Who Can, Code; Those Who Can't, Architect

"Architects seem invincible to failure and rise within the ranks of their organizations"

Wednesday, March 07, 2007

With Scheme would he have done better?

Funny illustrations on how to resolve a problem. Check the ASM solution for sure.

Monday, January 01, 2007

Google Web Toolkit now open sourced

The new version of GWT has been open sourced with Apache License 2.0.