(polski) Monitoring podstawowych parametrów JVM z... Sorry, this entry is only available in polski.

Readmore

How to get some first result rows of a SQL query [sql] -- Oracle select a.* from (select rownum row_num, t.* from t_table t ) a where a.row_num <= N -- DB2 select * from t_table fetch first 10 rows only -- Informix select...

Readmore

IBM i vademecum and free iSeries account I found some time ago hosting based on the iSeries, where you can create a free account and try how to be an AS/400 Green Screen operator :) I have found also a pretty good introductory reference...

Readmore

twitter

Popularity of programming languages

Category : it

Interesting table: http://www.tiobe.com/content/paperinfo/tpci/index.html

Language of the year award for C – interesting :)