1
vote
6answers
52 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
151 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
30 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 …
190
votes
66answers
8k views
Most useful free .NET libraries?
I have used a lot of free .NET libraries, some from Microsoft itself!
Which ones have you found the most useful?
Dependency Injection/Inversion of Control
Unity Framework - Micr …
5
votes
5answers
162 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 …
2
votes
3answers
184 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
4answers
64 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
0answers
39 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 …
0
votes
4answers
38 views
Free activity diagram editor
I'm looking for a free activity diagram editor supporting advanced stuff like object flow and actions. Any suggestions?
119
votes
96answers
8k views
What are some good free programming books?
I know of a couple, but I would like to build a list up for some nice holiday reading.
(If there is a book on here you read for free, and really liked, make sure to support the au …
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 …
141
votes
64answers
5k views
Where can one find free software icons / images?
This may not be directly related to programming, but I always find it hard to get quality icons that can be used for software.
I currently have the need for some type of "green ch …
2
votes
4answers
172 views
Is there a way to determine if free() would fail?
Is there a way to determine if free() would fail if ever called on a certain memory block pointer?
I have the following situation: a thread having access to a shared resource fail …
0
votes
4answers
76 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!
