Stas's blog

Saturday, January 15, 2011

jakarta regexp vs java.util.regex

›
Have never really been thinking about which library to use for regular expression, it always was java.util.regex by default. But I found th...
2 comments:
Tuesday, November 30, 2010

All you need to know about QuickSort

›
It would be true to say that Quicksort is one of the most popular sorting algorithms. You can find it implemented on the most of the languag...
3 comments:
Monday, October 11, 2010

JCaptcha, SecureRandom & performance

›
Personally, I'm not big fan of JCaptcha library and recently was lucky enough to find another problem there. The problem is related most...
2 comments:
Tuesday, August 17, 2010

ConcurrentHashMap revealed

›
Java 1.5 introduced some new cool concurrency stuff which is located in java.util.concurrent package. There are lots of good things there i...
13 comments:
Tuesday, May 25, 2010

Some hints for writing secure code

›
Security and data protection are becoming now more and more popular topics. We are coming into the world where too much information is trans...
Monday, April 5, 2010

Killing the private (and protected)

›
Recently on one forum I've found topic which released from memory my C++ days. That was topic about using "private" modifier o...
6 comments:
Wednesday, March 31, 2010

Public key infrastructure

›
Some time ago I was asked to create presentation for my colleagues which describes Public Key Infrastructure, its components, functions, how...
3 comments:
Tuesday, March 23, 2010

Mac in 1984

›
Was looking for some presentations on Web and found one made by Steve Jobs in 1984. The reaction of people there is just amazing, I have nev...
Thursday, March 4, 2010

Redirecting or error output to variable in shell

›
Spent couple of painful hours trying to do that. And eventually, here is the code which will output standard output into the file and error ...
Monday, March 1, 2010

Java bridge methods explained

›
Bridge methods in Java are synthetic methods, which are necessary to implement some of Java language features. The best known samples are c...
3 comments:
‹
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.