Wow hasan.we4tech.com configured

just few minutes back i have configured hasan.we4tech.com my blog domain.

thank you NetNeuron for configuring DNS stuff..

following code where required on httpd.conf to map hasan.we4tech.com on somewhereindhaka.net server

ServerAdmin hasan@somewherein.net
DocumentRoot d:/apache2triad/htdocs/hasan_blog
ServerName    hasan.we4tech.com
ErrorLog    logs/hasan.we4tech.com-error_log
CustomLog    logs/hasan.we4tech.com-access_log common

ServerAdmin hasan@somewherein.net
DocumentRoot d:/apache2triad/htdocs/
ServerName    somewhereindhaka.net
ErrorLog    logs/hasan.we4tech.com-error_log
CustomLog    logs/hasan.we4tech.com-access_log common

Buggy Google code

i was trying to create a project for more than 30 minutes… but could not get it done…
it was again and again returning the same error page…

Buggy google code...

** Last update: i could make it ;)

Closure in java

many known java ppl
“Gilad Bracha, Neal Gafter, James Gosling and Peter von der Ahé”
have posted a proposal for adding closure to java language… this change may be added to JDK 7

http://blogs.sun.com/roller/resources/ahe/closures.pdf or
http://gafter.blogspot.com/2006/08/closures-for-java.html

Gafter: http://gafter.blogspot.com/2006/08/whats-point-of-closures.html
Bracha: http://blogs.sun.com/roller/page/gbracha?entry=achieving_closure
van der Ahé: http://blogs.sun.com/roller/page/ahe?entry=full_disclosure

http://www.javalobby.org/java/forums/t77733.html

(Thank you harald kuhr)

To whom never worked with closure:

http://martinfowler.com/bliki/Closure.html

Example in ruby:

[1,2,4,5].each { |item| puts item }

Example in java (proposed)

Before closure:

void doit(API api) {
api.doRun(new Runnable(){
public void run() {
snippetOfCode();
}
});
}

After closure:

void doit(API api) {
api.doRun(() { snippetOfCode(); });
}

my tweets

 

August 2006
S S M T W T F
« Jul   Sep »
 1234
567891011
12131415161718
19202122232425
262728293031  

Flickr Photos

@kamalapur over bridge

@kamalapur station

cox's bazaar trip oct 09

cox's bazaar trip oct 09

cast ur vote!

More Photos
Follow

Get every new post delivered to your Inbox.