Archive

Archive for the ‘Programming’ Category

VIDEO: On Running Software Projects (Jason Fried)

Sunday, 2 November 2008 Leave a comment
Categories: Programming

Code swarm visualization vidi project

Wednesday, 25 June 2008 Leave a comment
Categories: FLOSS, GNU/Linux, Programming

SVN rocks, enough with the distributed buzz word (oh yeah and Linus will make you convert back to cvs [but please don't!])

Friday, 30 May 2008 Leave a comment

If you’re Mozilla or Apache ok you want Distributed VCS. Else you don’t need it. Really!

Unless Linus can convice you you need GIT. But if you’re like me, after the presentation (if you succeed into not falling asleep because of his so bad jokes) it’s more likely you will start hating DSCM tools which also not the best thing to do. You can just hate GIT and shout that Linus is B O R I N G and last time he checked what humor’s definition is was never.

Categories: Programming

Targeting the everyday user

Saturday, 1 March 2008 Leave a comment

I once wrote this page. I always find it interesting & funny to read myself after some years have passed.

Categories: Programming

How to use the Default Layout from NetBeans and hack your widgets in it

Thursday, 20 December 2007 Leave a comment
Categories: Programming Tags:

Java Low Level GUI links

Thursday, 20 December 2007 Leave a comment
Categories: Programming Tags:

some C fun

Monday, 3 December 2007 Leave a comment


int main()
{
char charptr[30], ch[30];
scanf("%s %*s %s", charptr, ch);
printf("%s %s", charptr, ch);

scanf("%3c", ch);
printf("%s", ch);
system("PAUSE");
}

can’t test cin.scan in windows (as GNU extension is not ported in g++/win32)

Categories: Programming Tags: ,

Python power

Monday, 26 February 2007 Leave a comment

Only when you’re forced to code in Java, C++, C# you understand why only Python is able to allow you to have a real life. Google I hate you for doing GWT in Java. I really do

Categories: Programming

Google’s GWT sample uses Yahoo Search API JSON abilities

Thursday, 21 December 2006 Leave a comment

It is an amazing sample. I guess it also proves Google should stop changing the SOAP API, to AJAX API (not that the easy way of AJAX API currently hurts) but should NOW provide output=json,xml in the URL (a REST way).

REST rocks for one more time, and even Google GWT developers know it (and even propose it) instead of their apis.

PS. and yeah… there is a way, but it is supposed to be secret

Categories: FLOSS, Google, Programming

How to Think Like a Computer Scientist: Learning with Python

Saturday, 2 December 2006 Leave a comment

http://www.ibiblio.org/obp/thinkCSpy/ (NP: Coldplay – Fix You)

Categories: FLOSS, Programming, Python
Follow

Get every new post delivered to your Inbox.

Join 174 other followers