Miglayout has bug? JPanel doens't grow 2014-04-26 3.6K Miglayout has bug? JPanel doens't grow, but for JButton or JTextField, they can.
Eclipse CDT too many semantic errors 2014-04-22 4.2K If you have too many "semantic error" in eclipse CDT, such like this You can switch it off in…
Found a bug in ndisasm 2014-04-21 3.6K Type this command, ndisasm will hang (I guess it eat up all 4GB address space, disassemble offset starts at 0xfffffff0,…
gdb protocol, "g" command 2014-04-19 4.3K This is the tcpflow dump for the gdb protocol "g" command, it contains all register values. Let's parse it: After…
GKD progress 2014/04/14 2014-04-14 2.8K Still working on the stub. Refactor the whole project and adding one more layer (add debugger stub to support different…
dot in mac and linux produce different kind of ortho edge 2014-04-06 4.3K dot in mac and linux produce different kind of ortho edge. I think the dot version affected it. Here is…
Titan Language Rhapsody 2014-04-06 3.1K Titan Language Rhapsody begin tran; var myCloud as Cloud var vm=myCloud.createVM(cpu=1, mem=2GB, public_ip=dhcp); vm.wait(VM.RUNNING); var trigger1 as Trigger; trigger1.addSensor('cpu>80%, duration>10s');…