0
votes
0answers
6 views
realistic free TTS program
I have tried Festival, espeak, and MBROLA, but the voices are mediocre at best, and no where near as realistic as current commercial systems. For example this demo: http://www.acap …
0
votes
2answers
20 views
HIbernate Free Query
hi. I would like to query using hibernate given a particulay query string
I did it like this:
session = HibernateUtil.getSessionFactory().openSession();
session.beginTransaction() …
1
vote
6answers
59 views
Free merge tools
I think, this can be programming question. I need free merge tool, in order to compare differences in 2 directories. I used Beyond Compare and Araxis Merge, but this tools are not …
9
votes
4answers
162 views
Do you have to pay for GNU GPL software that is “for sale”?
I've seen some software (a Joomla component, to be exact) for sale on a web site. The web site says it is licensed under the GNU GPL2. However it also says you need to pay for ever …
0
votes
1answer
38 views
I need help on Ext Js license
I need an advice from an expert of licenses because i've never understand anything about licenses:).
I want to build a free web application and i've chosen Ext Js to do this, but …
0
votes
0answers
46 views
Free .NET 2.0 Cover Flow User Control
I'm looking for a free User Control that provides functionality similar to that in Apple's Cover Flow. I'm aware of FluidKit, but I want something that targets .NET 2.0 for cross-p …
1
vote
4answers
67 views
C# Large Data backup strategy to free database
The application we have takes large amount of data most of which is called transactions which is mostly clock in and clock out information of employees,most of which is processed a …
0
votes
4answers
41 views
Free activity diagram editor
I'm looking for a free activity diagram editor supporting advanced stuff like object flow and actions. Any suggestions?
2
votes
3answers
192 views
malloc and free
I am new to C I am trying to get comfortable with malloc + free. I have coded following test but for some reason the memory isn't freed completely (top still indicates about 150MB …
1
vote
1answer
24 views
Is it possible to write a webpage-checking script and run it from a free server?
Hello everybody!!!
I am sorry if my question is silly and not at the right place.
I know it's possible to write a script (in any programming language) that would check some webpa …
5
votes
5answers
174 views
C: Correctly freeing memory of a multi-dimensional array
Say you have the following ANSI C code that initializes a multi-dimensional array :
int main()
{
int i, m = 5, n = 20;
int **a = malloc(m * sizeof(int *));
//In …
1
vote
3answers
56 views
Free UML drawing library for .NET
Hello,
I'm looking for a free .NET (C#) library which i can use in my program and simply draw UML diagrams (especially class diagram). I tried to used Netron Diagramming Library …
0
votes
1answer
30 views
How to auto-sync Header in Visual Studio ?
Do you know if there is a build-in feature or free add-in for Microsoft Visual Studio 2008 that easily generates C-Headers and keeps them in sync with their .c counterparts?
I have …
0
votes
4answers
104 views
Free CDN - content delivery network (specifically for hosting jQuery)
Does anyone know of a good/free CDN? We're hosting a small web app and want to load the Jquery JavaScripts from a CDN. Advice would be appreciated.
2
votes
1answer
29 views
Can you reccomend some free web services to play with?
Hi,
I am studying usage of web services nowadays.
Can anyone recommend some free web services I can use to practice?
Thanks!
