Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
8answers
2k 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 Rails 2 was such a big ...
15
votes
7answers
2k 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 language exceedingly ...
11
votes
11answers
411 views

Program Evolution and Broken Tests

Maintaining unit tests is difficult. I am sure that we all have experienced a time when a seemingly small change to the system under test caused dozens of unit tests to fail. Sometimes these failures ...
7
votes
17answers
946 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 around for quite some ...
6
votes
9answers
489 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 variations on the ...
5
votes
3answers
194 views

C language evolves

1) What is the newest version of C language? 2) How is GCC complying to it? 3) For an old C programmer, what is the main differences of the new language? I'm asking this because I learned these days ...
5
votes
8answers
396 views

How to determine web application end of life?

This question could bring a lot of opinions to the table, but what I will like to get is a set of measures that will help me and my company determine the end of life of a product that we sell. We ...
4
votes
14answers
3k 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 the result?
4
votes
5answers
322 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 VitaminType { public ...
3
votes
1answer
100 views

SOAP web service evolution

Are there any guidelines/tutorials as to how to handle the evolution of a SOAP web service? I can see that changing existing methods or types would probably not work, but can I just add new methods, ...
3
votes
5answers
937 views

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

Possible Duplicate: Is there a tool that can display a SVN repository visually ( i.e. pretty charts )? I have a google code project which I used SVN to update. I am about to submit the ...
3
votes
11answers
1k 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 the property, like ...
2
votes
1answer
87 views

Normalizing a Phylogenetic Tree in R

When working with phylogenetic tree data in R (specifically when working with "phylo" or "phylo4" objects) it would be useful to normalize branch lengths so that certain taxa (the ones that evolve ...
2
votes
2answers
388 views

CSS support in the Evolution e-mail client

This question may be more appropriate for another SE site, if so apologies. Basically we are writing an HTML email template. It's just a simple table layout with some td styling and text styling (a's, ...
1
vote
1answer
140 views

Is there a library similar to PyCogent, but in Java (or Scala)?

I'm writing a biological evolution simulator. Currently, all of my code is written in Python. For the most part, this is great and everything works sufficiently well. However, there are two steps ...
1
vote
2answers
48 views

extension like django-evolution

i am in search for a extension that is similar to django_-volution. The requirement is to alter the database, whitout deleting the wohle data. I don't know, but for me, this is something so ordinary ...
1
vote
2answers
85 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 event ...
1
vote
1answer
212 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 tables (so that tables ...
0
votes
3answers
61 views

How to document .Net code evolution using Visual Studio for educational purposes

So that versions can be easily compared with nicely colored diff etc. In eclipse I can use local history and it would probably do the job, albeit it saves version with every save, so it would also ...
0
votes
0answers
43 views

Why is this django evolution breaking (for reviewboard)?

Help. I'm trying to upgrade reviewboard from 1.5.1 to 1.6.3. Part of this involves running a command rb-site upgrade /path/to/reviewboard which in turn uses Django evolutions (the stored evolutions ...
0
votes
0answers
17 views

eodev (part of paradisEO) input & output points

Does anybody know where in EO lib (in source, in function, in something else), I can input data from my parsers, and where I can take output data for my generators? Thanks
0
votes
0answers
9 views

Making an extension for gnome evolution

I try to make the helloworld example on http://live.gnome.org/Evolution/Extensions I have my shared librairy but i don't know how to add it in evolution. Sorry for my english.
0
votes
0answers
19 views

Open Source Projects that are using 3rd party web services

Can anyone please point me to a open source project that is using a 3rd party web-service / hosted service and has test suites in there. Actually my team will be starting a similar project using some ...
0
votes
1answer
55 views

Finding Sum of Branch Lengths in a Phylo / Phylo4 object in R

The problem I am working on right now requires that, given a phylogenetic tree object in R and a particular tip of that tree, I need to find the sum of all the branch lengths up to that tip. Finding ...
0
votes
3answers
182 views

How to send 'Mark as Important' mail using rails

I need your views as i don't know is it possible or not. I want some emails send by my application should 'Mark as Important' so that when end user receive this mail in there Evolution/Outlook they ...
0
votes
0answers
444 views

How to remove evolution from debian but keep gnome [closed]

Well it's in the title I did try this: aptitude unmarkauto gnome-desktop-environment gdm-themes gnome-themes-extras gnome-games libpam-gnome-keyring gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg ...
0
votes
1answer
245 views

Custom User Fields in MODx Evolution 1.0- OnWUsrFormRender

I'm trying to add custom user fields to the Web Users Manager area in MODx Evolution 1.0 via a custom plugin. I'm in the early stages and can't get the 'OnWUsrFormRender' hook to do anything. Any ...
0
votes
1answer
83 views

Django Evolution: How do I add a new field at a specific position?

Hey, is there a way to tell Django Evolution to add a new field to a database table at a specific position, similar to the AFTER statement of (My)SQL? I have a table with some columns and I want to ...
0
votes
0answers
278 views

Compiling Evolution e-mail client/PIM in Mac OS X?

Does anyone know how to compile and use the GNOME Evolution e-mail/PIM software under Mac OS X 10.6? Are there any known issues with this arrangement? If there is a step-by-step guide that would be ...
0
votes
1answer
224 views

evolution plugin for crm integration via webservices

I have built a webservice into my companies self developed CRM system that we are in the process of integrating Outlook to the CRM for calendar sync and recording of emails related to clients. I want ...
0
votes
1answer
177 views

Is it possible developing a evolution (mail client) plugin in Java?

I have to write a plugin for Evolution and I'm studying the different possibilities. The documentation says that eplugin feature is independent from the language you choose but I've only seen ...
0
votes
1answer
862 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 to automate the ...
0
votes
9answers
544 views

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

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 graduates, goes to ...