Archive for the 'programming' Category

Maurice de Chateau: ‘External’ Quartz on JBoss 5.1

Monday, June 11th, 2012

How to include external quartz library into JBOSS 5.1

Maurice de Chateau: ‘External’ Quartz on JBoss 5.1

Monday, June 11th, 2012

How to include external quartz library into JBOSS 5.1

A Baseline for Front-End Developers – Adventures in JavaScript Development

Monday, April 23rd, 2012

What it takes to be a good front-end web developer today, in 2012

A Baseline for Front-End Developers – Adventures in JavaScript Development

Monday, April 23rd, 2012

What it takes to be a good front-end web developer today, in 2012

A Baseline for Front-End Developers – Adventures in JavaScript Development

Monday, April 23rd, 2012

What it takes to be a good front-end web developer today, in 2012

[Perl] part of the Gootkit ddos system – Pastebin.com

Monday, February 27th, 2012

Example of perl exploit script that runs on a compromised web server and provides remote shell, http proxy and DDoS agent. Works on *nix and windows

[Perl] part of the Gootkit ddos system – Pastebin.com

Monday, February 27th, 2012

Example of perl exploit script that runs on a compromised web server and provides remote shell, http proxy and DDoS agent. Works on *nix and windows

[How to Encrypt and Decrypt Strings in JAVA using Standard Java JCE library] Cipher : Java Glossary

Sunday, October 2nd, 2011

Here’s how to encrypt and decrypt a message using CipherOutputStream/ CipherInputStream The methods used are all part of Sun’s JCE. Sun’s JCE documenation is all but useless. You pretty well have to Google the web to find sample code to use these…

[How to Encrypt and Decrypt Strings in JAVA using Standard Java JCE library] Cipher : Java Glossary

Sunday, October 2nd, 2011

Here’s how to encrypt and decrypt a message using CipherOutputStream/ CipherInputStream The methods used are all part of Sun’s JCE. Sun’s JCE documenation is all but useless. You pretty well have to Google the web to find sample code to use these…

How InnoDB performs a checkpoint at Xaprb [by Baron Schwartz {of Perconna, MySQL vendor }

Friday, May 6th, 2011

An article about MySQL InnoDB checkpoint-ing mechanism written by Perconna folks. Read comments as well, several PostgreSQL core committers have participated in the discussion.

“InnoDB’s checkpoint algorithm is not well documented. It is too co…