| bio | website | cool-kas.blogspot.com |
|---|---|---|
| location | Indonesia | |
| age | 27 | |
| visits | member for | 2 years, 8 months |
| seen | Apr 30 at 11:02 | |
| stats | profile views | 28 |
A self-proclaimed good programmer striving to be a great programmer. One of the founder of Sangkuriang, a company doing software development. A programmer mainly doing Java in work, but also like c++, and taken a great interest in Erlang. Trying to specialize in parallel programming and distributed system.
|
Feb 13 |
awarded | Nice Answer |
|
Jan 2 |
awarded | Enthusiast |
|
Dec 14 |
answered | how to move from local development to production? |
|
Dec 14 |
awarded | Commentator |
|
Dec 14 |
comment |
how to move from local development to production? is it possible in your case, that instead of being pushed to, (A) pulls changes from somewhere else? |
|
Dec 7 |
comment |
Web design agency using Git for development Quite difficult for me to understand your explanation, but maybe the fault is entirely mine. What I get is that you have 2 hub, a live hub and proof hub. A live hub is the 'production' hub, the hub than actually runs and accessed by your users. A proof hub is the hub for development, where you put changes from developers. You are trying to synchronize between live hub and proof hub so that when you test changes from developers, you would test is again real, updated data from users, am I getting it right? |
|
Dec 7 |
awarded | Yearling |
|
Dec 6 |
answered | Git pull and push dont`t work |
|
Dec 5 |
answered | JAVA: pointers equivalent |
|
Dec 5 |
answered | Pointer Dereferencing Problems |
|
Nov 14 |
comment |
TCP Broadcast preserve 1 main host, ignoring the rest I don't want to do load balancing, since the shadows server isn't there to backup main server. It's there for other purpose such as testing newly build main server for regression, logging what message come and go, etc |
|
Nov 14 |
comment |
TCP Broadcast preserve 1 main host, ignoring the rest @EJP are you suggest that there's no way without moving to UDP? |
|
Nov 13 |
asked | TCP Broadcast preserve 1 main host, ignoring the rest |
|
Aug 31 |
accepted | Will Java Bouncy Castle Always Throw Exception when decrypt Plain text |
|
Aug 30 |
comment |
Will Java Bouncy Castle Always Throw Exception when decrypt Plain text thank you for your answer. If you don't mind, can I as any link for the reference? |
|
Aug 30 |
asked | Will Java Bouncy Castle Always Throw Exception when decrypt Plain text |
|
Aug 28 |
revised |
installing sun-java6-jdk on ubuntu 10.04 64 bit os adding an alternative to install JDK |
|
Jul 29 |
answered | java php communication |
|
Jul 27 |
answered | Problems with JSCH and multithreaded java app |
|
Jul 26 |
comment |
How to use multithreading/concurrency in my Java code @JessicaMyers maybe you could interrupt all other thread using Thread.interrupt(). For more explanation, see stackoverflow.com/questions/1680525/… |