Tagged Questions

0
votes
2answers
24 views

cron + evolution data server + msync returning libebook-WARNING

Ok, i got a working synchronisation between mobile and evolution using opensync and the lib-evo2 module. issueing msynctool --sync w880i --filter-objtype note --filter-objtype e …
15
votes
4answers
367 views

How can I make my Ruby on Rails 2.3.4 application “Rails 3-ready”

I'm developing an application with Ruby on Rails that I want to maintain for at least a few years, so I'm concerned about the next version coming up soon. Going from Rails 1 to Ra …
1
vote
1answer
62 views

Right way to create custom pgsql types in django

What is the right way to create custom pgsql types for django application so that each time database is created with syncdb, all custom types are created prior to creating any tabl …
3
votes
8answers
269 views

How to refactor rapidly evolving code?

I have some research code that's a real rat's nest, with code duplication everywhere, and clearly needs to be refactored. However, the code base is evolving as I come up with new …
1
vote
14answers
828 views

Computer simulation of the Evolution process.

Does anybody know about the scientifically based computer simulation of the Evolution process on Earth? Have the attempts been made to come up with such simulation, and what is th …
3
votes
5answers
167 views

SVN - Software to Produce Graphs, Stats and pretty pictures concerning the evolution of a system

Hi All, I have a google code project which I used SVN to update. I am about to submit the project as the deliverable for a thesis on producing resource intensive applications on a …
0
votes
1answer
143 views

shell script to reset Evolution passwords

I posted the following question to the Ubuntu forum and no success yet. I realize this is less of a programming issue and more of an Evolution/Ubuntu issue, but given that I want …
7
votes
16answers
748 views

Why wasn’t code “managed” from the start?

Note that this is not about the .NET CLR that Microsoft is thrusting into the atmosphere to evangelize the concept of managed code. Most of you know that managed code has been arou …
-1
votes
8answers
365 views

Why didn’t OS design incorporate “managed” memory from the start? [closed]

Leaving responsibility of memory management in the hands of any 3rd party programmer must have been a well considered (and feared) aspect when many of today's popular operating sys …
2
votes
11answers
345 views

Absence of property syntax in Java

C# has syntax for declaring and using properties. For example, one can declare a simple property, like this: public int Size { get; set; } One can also put a bit of logic into t …
1
vote
9answers
349 views

For how long does a fresh out-of-school novice programmer “stays a novice” ?

Suppose that you have a student who went through the traditional path of an IT/CS degree without significant experience beyond school projects and maybe an internship. That person …
4
votes
5answers
223 views

What’s the best way to handle coexistence of the “int enum” pattern with java enums as an API evolves?

Suppose you're maintaining an API that was originally released years ago (before java gained enum support) and it defines a class with enumeration values as ints: public class Vit …
10
votes
7answers
1k views

What Happened To Java (Specifically The Language)?

Back in 2000 (when .NET was unleashed upon us IIRC) it was an innovative cutting edge language (last time I used it was 2003). From what I read though, Sun has only evolved the la …