Post Tagged with: "Programming"

First results from Java CPN simulator

First results from Java CPN simulator

I’ve compiled my first declarations in my new Java CPN simulator. As proof, I’ve added a erroneous declaration which is displayed with an error while...

Read Full Story »

 
Memory Leaks in Java Code

Memory Leaks in Java Code

I’m working on some Java code I’ve inherited.  I’m doing some speed improvements in critical places, and to test my improvements, I need test...

Read Full Story »

 
Two Protocols, One Wire

Two Protocols, One Wire

It’s not that I hate CPN Tools, but friends do not force friends to write code like the below.  The problem is that I have a couple programs.  They communicate...

Read Full Story »

 
Python

Python

I’ve just started learning Python as I need it for a project.  So far I find the language pretty easy to use; the major caveat being that I know virtually...

Read Full Story »

 
Legacy Code

Legacy Code

This post has 2438 words. Reading it will take approximately 12 minutes.VN:F [1.9.17_1161]Rating: 5.0/5 (1 vote cast)I’m currently working on making CPN Tools,...

Read Full Story »

 
 
 

On my mind…

  • For a status report, I had to figure out how much code I'm maintaining. Turns out it's roughly 390000 lines.
    7 days ago
  • This is becoming a bad habit: had to run to catch the last direct train to Eindhoven.
    8 days ago
 
 

Recent Comments

  • Michael: Forgot to add: in my code in the post, what I'm trying to do is just to get all …
     
  • Michael: Yeah, unless you know you are processing an integer, you can only get an object …
     
  • Danny: Hmmm... is the first solution you explain that much different from the original?…