The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
37 views

Creating forum software - looking for the best way to go about 1 thing

Alright, so I enjoy making forum software with PHP and MySQL, though there's one thing that has always troubled me, and one thing only; The main page of the forums, where you view the list of the ...
-1
votes
1answer
95 views

Stable php api framework/CMF/CMS [closed]

I'm searching for a php API that will not change much and that will be supported a long time. I will use a framework or CMS depending on the case of my future works, so it's nice to have both. Here's ...
2
votes
1answer
163 views

Matlab's fsolve converges *but* seems to give wrong solution

I am trying to solve a system of non linear equations using fsolve; lets say F(x;lambda) = 0, where lambda is a vector of parameters, and x the vector I want to solve for. I am using Matlab's ...
1
vote
1answer
23 views

spotting the point at which data stabilises using standard Bash utilities

I have a set of data (two columns of CSV numbers) which varies quite a bit initially and then stabilises around a certain number. I'm trying to spot the point at which the graph first seems to ...
0
votes
1answer
371 views

Stability of Merge sort [closed]

Is merge sort stable? I read it in a book which says merge sort is stable as long as the merge operation implemented properly. Is that true? Please explain it with an example.
1
vote
1answer
44 views

Metric for Image Instability for Mobile Photo Capture [Stability Detection]

As you've read on the title, I have a project on photo capture on mobile devices. I am supposed to detect if the real-time input to the camera of a mobile device is stable or not. But so far, all I've ...
0
votes
0answers
158 views

How Stable is bluestacks Android Emulator for Production Environment

We are planing developing an Application for Touch-Screens (incl. Multitouch activities). Now we have the question: how stable is the bluestacks in the Production Environment... Thanks for your ...
2
votes
2answers
62 views

What happened to dead java thread in linux?

I got a NullPointerException in my project and I would like to evaluate what is the sevirity of this issue. The exception is thrown just before the thread finished its task and going to die anyway. My ...
0
votes
1answer
134 views

Image plane and perspective transformation / camera stabilization

Lately I have been looking into the geometry of image processing. What I am trying to accomplish is this : Imagine there is two pictures of a scene. I want to convert second picture to the first ...
5
votes
2answers
199 views

Implement master-slave

Running on Ubuntu. Program is in C++. I have 2 process running on different hosts , when one is master and one is slave (don’t have any priority between them, just that only one handle request.). Only ...
0
votes
1answer
155 views

Why is this MergeSort implementation not stable?

I found several mergesort algorithms in the net and pasted together this one. it carries the indices along to keep the information where the element was before. but it turns out, that when i feed in ...
7
votes
1answer
350 views

c++: strategies for stability of floating point arithmetic

Can anyone recommend any C++ libraries/routines/packages that contain strategies for maintaining the stability of various floating point operations? Example: suppose you would like to sum across a ...
0
votes
0answers
82 views

Unity 3.5 stability [closed]

We had some crashes using Unity 3.5 on Win7 64bit. Do you know any stable 3.5.x version? (Otherwise we have tons of fun with it.)
2
votes
1answer
169 views

How to order this computation for numerical stability?

I'm trying to compute a vector, whose sum is 1 and whose elements are defined as such: v[i] = exp(tmp[i])/exp(tmp).sum() The problem is that the value in the exponential may be large (between -10^2 ...
3
votes
2answers
341 views

WP7 application crashes when being frequently activated / deactivated

I noticed that, if in WP7 application I press Start key then quickly Back key to return to the app, and very quickly repeat these steps many times, the application ends up being crashed (it exits ...
-1
votes
1answer
128 views

JSF 2.0 stability issues

Recently we are planning to migrate from JSF1.2 to JSF2.0.Our web application uses RF3.3 and deployed on JBoss Server. However over few months I have heard JSF2.0 is not stable and still JSF 1.2 is ...
2
votes
1answer
243 views

Time-Based Simulation Independent of Frame Rate

How would you account for an event during which time is very important? Most games use frames and the simulations take place in time steps. What if an event occurred that needed a specific time to ...
4
votes
2answers
448 views

How mature is the current Open Dylan implementation?

Open Dylan looks really interesting. However before I would use it in real development, I would like to know how mature the implementation is. I know that Dylan itself is an old language and it has ...
1
vote
1answer
133 views

Why is my Android phone more stable than my Windows desktop? [closed]

My Android phone has never crashed as far as I know in the two years I have had it. My Windows desktop crashes at last once a month. Why is the Android phone more stable than the Windows desktop?
1
vote
1answer
221 views

What Selenium version is currently the most stable?

My project's tests were written when Selenium 2.0a_ (Alpha versions) were available, and I want to upgrade Selenium to a more recent version. One good reason for this is that the old version does not ...
0
votes
1answer
37 views

sort and stability

I would like to know why merge sort is stable and quick sort is not. I know if the relative order is preserved all the time then it's stable. shouldn't merge sort still do tie breaking? will it be ...
0
votes
2answers
1k views

For Complete ERP Development: CakePHP or CodeIgniter?

I'm new here, but I assure you that I've read the other question/answers related to my question of which is better and I have to say they are outdated. CakePHP 2.0 is out and it seems to be a major ...
5
votes
3answers
486 views

What are the best ways to crash Android apps?

What are the best ways to cause Android apps to crash? We are trying to make our app as rock solid as possible. For my own contribution, if you have an app that uses network services, go into your ...
4
votes
3answers
553 views

64-bit JVM as good as 32-bit for mission critical workloads? [closed]

I asked the same question in a different way and the question was closed : Java: 64 bit or 32 bit This is my 2nd try at getting an objective answer(s). We were contemplating moving our product to ...
1
vote
1answer
151 views

Using the Websocket Protocol

An opinion question: do you think it's safe already to use WebSockets what with the changing protocols? If not, when do you reckon the protocols will be finished? Thanks!
2
votes
6answers
219 views

Smart Garbage Collection?

You can garbage collect in Java simply by calling System.gc() but sometimes this "stalls" the application. Is it a bad idea to garbage collect like this and avoid stalls: new Thread(new Runnable() { ...
0
votes
4answers
51 views

Is it good practice to make additional ckecks in code for internal use only?

Is there sence to check all arguments and other conditions in code, if I know, I never pass wrong argument and it should work fine ( say I already made some checks outside of that code ). Example: ...
0
votes
1answer
157 views

Unstable query in SQL Server

I am using SQL Server 2008-R2 Express Edition. I wrote the query shown below to generate number sequences from 1 to @n. In testing it (purely in a query window), I found that if I significantly ...
7
votes
1answer
1k views

ArrayList.Sort should be a stable sort with an IComparer but is not?

A stable sort is a sort that maintains the relative ordering of elements with the same value. The docs on ArrayList.Sort say that when an IComparer is provided the sort is stable: If comparer is ...
1
vote
3answers
664 views

Is NHibernate 3.0 built-in Linq provider stable?

Can i depend on NHibernate 3.0 built-in Linq provider to perform complex queries contain aggregate functions such as Max and Min and contains string operations such as Contains, StartsWith, or ...
0
votes
1answer
59 views

How can I speed up the front end of a web application?

We have an application that pulls in about 50 records from a database with about 13 data points for each record. Each record needs to be reviewed for accuracy, sometimes edited, and then 'approved' ...
0
votes
2answers
311 views

How reliable are modern databases in the presence of disk errors? [closed]

InterBase had an architecture that caused disk-writes to leave the database in an always-consistent state -- 97 things every software architect should know, p87 Is this property finally common ...
0
votes
2answers
230 views

How many nested tags in HTML can you have before it crashes a browser?

I had a thought earlier today regarding nested HTML tags and how browsers render them: <html xmlns="http://www.w3.org/1999/xhtml" {or whichever html version} xml:lang="en" lang="en"> ...
3
votes
5answers
238 views

Python Sorting Question

i need to sort the following list of Tuples in Python: ListOfTuples = [('10', '2010 Jan 1;', 'Rapoport AM', 'Role of antiepileptic drugs as preventive agents for migraine', '20030417'), ('21', '2009 ...
-2
votes
3answers
971 views

Hard evidence that Linux is more stable than windows? [closed]

I am trying to convince management to switch from SQL Server, to MySQL on Linux. This is very much a windows house, and management seems very wary of using Linux. Can anyone provide hard facts ...
2
votes
1answer
311 views

reasons why GcTimeLimit might not be erroring out?

I have a web service in Java, contained in Jetty. I'm using Sun's Java 6 with the default ParallelGC, and I have the following command-line options turned on: "-verbose:gc -XX:+PrintGCTimeStamps ...
5
votes
7answers
506 views

What's the stability of VS2010 like?

I'm talking about VS 2010 Professional/Ultimate RTM (not express versions). Google doesn't show much other than stuff about the beta 2 and RC versions. Will it run OK on a Core 2 Duo E6550 2.33GHz ...
1
vote
1answer
495 views

Measuring network performance tool in c#

I am about to develop a Network measurement tool. The objective is to make a tool, which can measure the responsetime in between a client and a server machine (from the client side). It is s ...
2
votes
4answers
227 views

How stable is VS2010 beta 2?

Would you use it to build a project? (C++, in particular) Is it at all legal?
5
votes
5answers
4k views

Stability in sorting algorithms

I m very curious, why stability is or is not important in sorting algorithms? Any ideas?
4
votes
9answers
214 views

Stable System Vs Better Design

In may Daily Job i come across this Dilemma : "Stable System Vs Better Design" In routine job when i am fixing some module, When i see bad design -> Badly written code -> Badly Written Algorithm ...
2
votes
2answers
384 views

Is the June 2009 WPF Toolkit Safe to Use in Applications that will be Shipped Out to Customers?

Is the June 2009 WPF Toolkit safe to use in applications that will be shipped out to customers? I'm seriously concerned that my application will crash three days prior to release. This concern ...
3
votes
2answers
192 views

WPF Stability in VS2008 Express

I'm having trouble with stability in the xaml editor. Restart VS 25 times a day has become tedious. Are there strategies that would minimize the problem or an open source alternative that provides a ...
1
vote
3answers
660 views

What is a good standard metric for stability in a web application?

We currently facing some stability issues with our develop web application product. This product was built in part by our partner contractor, and we want to have a good standard metric for stability. ...
0
votes
1answer
225 views

VB6 app vanishes without a trace: will switching between PCode and Native Code make a difference?

I know that this subject has been done to death on news groups and there are forum posts for Africa - but I wanted the option of you experts on stack overflow :) Our VB6 app occasionally just ...
9
votes
10answers
521 views

What are the things you would like improved in the Ruby language?

I read somewhere that Ruby is the love-child of Smalltalk and LISP, with Miss Perl as the Nanny. I have a lot of respect for Ruby's parents, but I'm not sure I like the influence Miss Perl had on the ...
1
vote
4answers
126 views

Stability of web development packages?

Well this migh get urgent soon. My experiences with web-frameworks was that they are relative "unstable". Not that they crash but that there are quite a few changes which then force one to reprogram ...
7
votes
6answers
2k views

Stability of .NET serialization across different framework versions

A project I'm working on requires serializing a data structure before shutting down and restores its state from this serialized data when it start up again. Last year, we were building for .NET 1.1, ...