Sébastien RoccaSerra
|
Registered User
|
I've been a professional programer since 2000. Depending on my tasks, I code in Java and Javascript or C++ and Lua everyday. I also enjoy coding in Lisp and Smalltalk every week or so, and automate tasks with Ruby or Python scripts. My current personnal project is a class-based OOP lib for Lua. |
|
Nov 24 |
comment |
Want to learn to write 2d games Flixel is great, perfect for 2D games. You can use FlashDevelop, but also FlexBuilder or even just your favourite text editor like Emacs: just use the free Flex SDK command line tools. If you go the text editor + command line way though, you'll have to use a build system like Make, Ant, or Rake. |
|
Nov 9 |
answered | How to best install Rhino on OSX 10.6 Snow Leopard |
|
Oct 30 |
comment |
Readable way of knowing if there is at least one difference between two Map<Long, Integer> in Java ? Thanks, that's interesting. In my case though, the maps are really small (ten elements or so), and shared once in a while by value over HTTP. So equals is just what I need. |
|
Oct 30 |
comment |
Readable way of knowing if there is at least one difference between two Map<Long, Integer> in Java ? No reason at all, I guess I need some rest! Thanks. |
|
Oct 30 |
comment |
Readable way of knowing if there is at least one difference between two Map<Long, Integer> in Java ? It works, I need some sleep I guess. Thanks. |
|
Oct 30 |
asked | Readable way of knowing if there is at least one difference between two Map<Long, Integer> in Java ? |
|
Oct 12 |
awarded | ● Good Answer |
|
Sep 29 |
awarded | ● Popular Question |
|
Aug 26 |
awarded | ● Yearling |
|
Aug 7 |
revised |
How do you become a programmer? added 62 characters in body |
|
Aug 7 |
answered | How do you become a programmer? |
|
Aug 7 |
comment |
Useful Vim features Thanks. Too bad, this page was really useful. |
|
Jul 15 |
comment |
Looking for an HQL builder (Hibernate Query Language) Thanks, it's what I needed. I added a projection on the id field in the first criteria: bonuses.setProjection(Property.forName("id")); Is it required / good practice / bad practice ? Why ? Thanks again. |
|
Jul 5 |
awarded | ● Popular Question |
|
Jun 23 |
awarded | ● Good Answer |
