Tagged Questions

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 - Microsoft StructureMap - …
122
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 author and buy a hard …
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(); List<String> …
9
votes
4answers
164 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 every site you use the …
143
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 checkmark image", and …
5
votes
5answers
175 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 *)); //Initialize the arrays …
2
votes
3answers
193 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 of memory allocated …
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 free. Maybe you can …
0
votes
1answer
41 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 i know that only in …
0
votes
4answers
42 views

Free activity diagram editor

I'm looking for a free activity diagram editor supporting advanced stuff like object flow and actions. Any suggestions?
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 and stored in an …
14
votes
7answers
535 views

C programming : How does free know how much to free?

In C programming, you can pass any kind of pointer you like as an argument to free, how does it know the size of the allocated memory to free? Whenever I pass a pointer to some function, I have to …
0
votes
0answers
50 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-platform …
2
votes
4answers
174 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 fails whilst it may have …
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 webpage every 20 minutes, …

1 2 3 4 5 15 next
15 30 50 per page