The evolution tag has no wiki summary.
0
votes
0answers
27 views
Parallel differential evolution with cuda
I know how to implement differential evolution in C and I'm familiar with basics of programming with cuda. However, I need some help with its parallelization. flow chart:cudaDei (source: An Improved ...
0
votes
0answers
52 views
How to combine evolutions with Hibernate DDL auto generation in Play 2.0 Framework
Is it possible to generate database schema automatically with Hibernate (hibernate.hbm2ddl.auto) + execute some evolution scripts to provide test data?
Whenever setting hibernate.hbm2ddl.auto ...
-2
votes
1answer
34 views
Ant Evolution Project [closed]
I am trying to create an evolution simulator. I have everything for one type of ant done, apart from the fact the breeding does not work. Here is my code:
Main:
package com.ncom.evo.src;
import ...
1
vote
0answers
77 views
PHP: Can a object “evolve” into an object of one of it's child classes?
Assume we have a parent class and a child class. The parent class checks some parameters and decides that the child class would be better suited to handle the given request - is there a way to ...
1
vote
2answers
366 views
How to handle Play Framework 2 database evolutions in production
It seems that whenever I change my models, Play Framework asks me to run a script that deletes my entire schema and recreates it. Obviously this won't work for production, so what is the proper way ...
0
votes
0answers
57 views
How to visualize graph evolution over time on a website?
I'm trying to visualize a large graph data set using Sigma.js. Although the tool works great, I don't know how to visualize the evolution of data over time. Specifically, my dataset represents ...
0
votes
0answers
43 views
How to download attachments Evolution client [closed]
I want to download attachments to a specific folder using filters.
For example.
Create a filter WHEN I receive mails from foo@foo.com THEN download all attachments (or in the best case just .txt ...
-2
votes
2answers
339 views
Artificial intelligence that evolves in Python [closed]
So I've been thinking of creating a program similar to this in Python. The problem is that I know next to nothing about AI. Right now I'm reading up on genetic algorithms and neural networks and such, ...
-1
votes
1answer
111 views
modx evolution external database
I have 3 seperate modx evolution website. All 3 websites are completely different and therefore run off a seperate database. However for the news and events pages of each website i would like them to ...
0
votes
0answers
162 views
Unable to install Evolution email client on redhat
I downloaded the Evolution 3.5.91 from the official website at:
http://projects.gnome.org/evolution/download.shtml
unzip the file and untarred the file.
There are two major problems
(1) the README ...
3
votes
1answer
224 views
How to apply evolutions manually and mark as resolved on play framework 2
Is it to possible mark evolutions as applied in playframework 2?
Scenario: I had to change an already applied evolution file because it was incompatible with H2 causing the remaining evolutions not ...
0
votes
2answers
68 views
The for statement not working with pygame
I've wanted to do some work with evolution simulation. The first part was to make independently moving squares on pygame. This seems to work except one slight hitch! When using the for statement line ...
0
votes
1answer
804 views
How to use database evolutions in Production mode?
Currently, my evolutions are used in two ways (in a Play!2 app):
They are used to define the structure of the database
They are used to populate the database with some default values.
The Downs ...
0
votes
0answers
65 views
Convert Inclusive Price to Exclusive Price With Decimal - Report Builder
I don't know SQL/XML (still studying it) but my boss asked me to do change a display on a report and for the last couple of days I've been reading up about it.
They want to display ...
1
vote
1answer
340 views
Play Framework 2.0 - Changes to database evolutions not being detected
I am currently trying to fix a faulty database evolution script--in fact, my first one (1.sql) for the web application. I applied the fix to the file, but the unfixed file is the one being run in both ...
0
votes
0answers
113 views
ModX Evolution: phx:session doesn't work properly
Good day, I have a problem with a phx modifier - phx:session
<?php
return $_SESSION[$options];
?>
In the beginning of template I have a snippet [!sessions!]
<?php
if ...
0
votes
1answer
199 views
Play 2 evolutions apply blob and bytea for test and production
I created a bean under play 2.0 and evolutions would create a 1.sql DDL for me.
This is the entity contains blob type:
@Entity
@Table(name="image_info")
public class ImageInfo extends Model {
...
0
votes
0answers
257 views
Unable to use evolution after ubuntu update
When upgrading from Ubuntu 11.04 to 11.10 evolution asked me to convert my email account to the new format (maildir).
Now I'm unable to see message: on startup, everything seems to be fine but when I ...
1
vote
1answer
449 views
Regenerate evolution scripts in play 2
I am still developing first version of my application on play 2. How could I regenerate evolution scripts?
0
votes
2answers
611 views
Play 2.0 - creating database tables programmatically in evolutions kingdom
Imagine a program which operates large hierarhical datasets. The program stores each new such dataset in a dedicated table. The table is created accordingly to what data types the dataset has in it. ...
7
votes
1answer
725 views
Play 2.0 - rolling an evolution back
This question might seem stupid, but I cannot find any instruction on how to roll back an evolution in Play 2.0. Google only finds pages which say that the "Downs" section of an evolution file is used ...
1
vote
1answer
130 views
For persistent data in Terracotta, how to evolve classes?
We are considering Terracotta for our next project. I am intrigued by its potential to provide data persistence without the need for a separate DBMS. (See also On using Terracotta as a persistence ...
0
votes
2answers
168 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
1answer
176 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 ...
2
votes
1answer
218 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 ...
0
votes
3answers
534 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 ...
1
vote
0answers
918 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 ...
5
votes
2answers
1k 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, ...
6
votes
3answers
206 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 ...
2
votes
1answer
170 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 ...
0
votes
1answer
436 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 ...
1
vote
2answers
62 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 ...
0
votes
0answers
373 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 ...
5
votes
1answer
213 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, ...
5
votes
8answers
506 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 ...
11
votes
12answers
485 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 ...
0
votes
1answer
277 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
267 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 ...
1
vote
2answers
108 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 ...
29
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 ...
3
votes
5answers
2k views
SVN - Software to Produce Graphs, Stats and pretty pictures concerning the evolution of a system [duplicate]
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 ...
7
votes
16answers
972 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 ...
1
vote
1answer
2k 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 ...
6
votes
9answers
588 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 ...
2
votes
13answers
2k 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 ...
5
votes
5answers
402 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 ...
16
votes
7answers
2k views
What Happened To Java (Specifically The Language)? [closed]
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 ...