active questions tagged free - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T10:29:44Z http://stackoverflow.com/feeds/tag/free http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1865540/free-java-projects-online-and-download 0 Free java projects Online and download Pandiya Chendur 2009-12-07T07:26:24Z 2009-12-08T08:35:31Z <p>Hai Guys, If any one know any site where i can download sample java projects</p> http://stackoverflow.com/questions/1856552/is-is-possible-to-sign-a-java-applet-for-free 1 Is is possible to sign a java applet for free? Nathan 2009-12-06T20:46:35Z 2009-12-07T00:34:17Z <p>I made a weird applet which allows you to paint with your voice. Obviously it requires access to the microphone, but Java applets are not allowed access unless they are signed. As far as I can tell its difficult and involves cryptography, and, though its not clear, I think that I'm expected to pay MONEY to Verisign as well. This all seems like a lot of paranoid innovation stifling bullsh** to me and I figure I'm not the first person to think so.</p> <p>Is there just some way to bypass this "for educational or testing purposes?" or maybe turn off the security in my browser? or sign the applet for free? </p> <p>I'm on Ubuntu 9.04 with Firefox 3.0.15 and Java 1.6.0</p> http://stackoverflow.com/questions/1854580/is-there-a-good-open-hosting-or-free-web-hosting-for-comercial-use-full-site-t 0 Is there a good "open" hosting or free web hosting for comercial use (full site testing)? [closed] janoChen 2009-12-06T06:49:38Z 2009-12-06T06:53:19Z <p>I'm just starting my site project, so I don't want to pay yet. Right now I'm using Sqweebs Hosting <a href="http://www.sqweebs.com/" rel="nofollow">here</a>. It's the best free hosting I've ever use but sometimes is kinda slow. Do you know others?</p> http://stackoverflow.com/questions/59791/free-online-private-svn-repositories 22 Free Online Private SVN repositories Dan 2008-09-12T19:19:43Z 2009-12-04T19:21:43Z <p>Can people recommend an good free online SVN repository?</p> <p>I found <a href="https://opensvn.csie.org/" rel="nofollow">OpenSVN.csie.org</a> but the message in red is a bit scary.</p> http://stackoverflow.com/questions/1847022/im-looking-for-a-cross-platform-python-library-that-can-play-mp3-and-ogg-and-sup 0 I'm looking for a cross-platform Python library that can play MP3 and OGG and support ALSA or similar. DaVince 2009-12-04T13:42:50Z 2009-12-04T14:45:18Z <p>There are several different audio libraries, however, none of them meet my exact needs: <br>- It needs to be cross-platform. <br>- It needs to be able to use the ALSA, PulseAudio or any other common default mixer under Linux. <br>- It needs to be able to autodetect the sample frequency. <br>- It needs to be (fairly) simple in usage, if instead someone can give me an extra script that will MAKE it easier for me that's accepted too. <br>- The only functionality I need is play/pause, seeking is a nice bonus. <br>- It needs to be able to play MP3 and OGG. No other formats are important to me. <br> <br>The libraries I've tried so far: <br>PyGame - doesn't support detecting the song's frequency <br>PyAudiere - promising, but only loads OSS in Linux, with which I have serious mixing problems <br>Built-in modules - don't support MP3 and OGG as far as I'm aware <br>PyMedia - promising, but complicated. Also couldn't find out what mixing devices it uses. <br>PySonic - relies on a closed-source library. <br>PyQt4.phonon - promising, but wouldn't play anything. Got the following error:</p> <blockquote>gst_element_make_from_uri: assertion `gst_uri_is_valid (uri)' failed</blockquote> <p>Any help on this would be appreciated.</p> http://stackoverflow.com/questions/662956/most-useful-free-net-libraries 191 Most useful free .NET libraries? Binoj Antony 2009-03-19T16:30:53Z 2009-12-03T23:53:32Z <p>I have used a lot of free .NET libraries, some from Microsoft itself! Which ones have you found the most useful?</p> <p><strong>Dependency Injection/Inversion of Control</strong></p> <ol> <li><a href="http://msdn.microsoft.com/en-us/library/dd140117.aspx" rel="nofollow">Unity Framework</a> - Microsoft</li> <li><a href="http://sourceforge.net/projects/structuremap" rel="nofollow">StructureMap</a> - Jeremy Miller</li> <li><a href="http://www.castleproject.org/container/index.html" rel="nofollow">Castle Windsor</a></li> <li><a href="http://ninject.org/" rel="nofollow">NInject</a></li> <li><a href="http://www.springframework.net/" rel="nofollow">Spring Framework</a></li> <li><a href="http://code.google.com/p/autofac/" rel="nofollow">Autofac</a></li> <li><a href="http://mef.codeplex.com/" rel="nofollow">Managed Extensibility Framework</a></li> </ol> <p><strong>Logging</strong></p> <ol> <li>Logging Application Block - Microsoft</li> <li><a href="http://logging.apache.org/log4net/" rel="nofollow">Log4Net</a> - Apache</li> <li><a href="http://code.google.com/p/elmah/" rel="nofollow">Error Logging Modules and Handlers(ELMAH)</a></li> <li><a href="http://www.nlog-project.org/" rel="nofollow">NLog</a></li> </ol> <p><strong>Compression</strong></p> <ol> <li><a href="http://www.icsharpcode.net/OpenSource/SharpZipLib/" rel="nofollow">SharpZipLib</a></li> <li><a href="http://www.codeplex.com/dotnetzip" rel="nofollow">DotNetZip</a></li> <li><a href="http://www.codeplex.com/YUICompressor" rel="nofollow">YUI Compressor</a> (CSS and JS compression/minification)</li> </ol> <p><strong>Ajax</strong></p> <ol> <li><a href="http://www.codeplex.com/AjaxControlToolkit" rel="nofollow">Ajax Control Toolkit</a> - Microsoft</li> <li><a href="http://www.codeplex.com/AjaxPro" rel="nofollow">AJAXNet Pro</a></li> </ol> <p><strong>ORM</strong></p> <ol> <li><a href="http://www.hibernate.org/343.html" rel="nofollow">NHibernate</a></li> <li><a href="http://www.castleproject.org/activerecord/index.html" rel="nofollow">Castle ActiveRecord</a></li> <li><a href="http://subsonicproject.com/" rel="nofollow">Subsonic</a></li> </ol> <p><strong>Charting/Graphics</strong></p> <ol> <li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=130F7986-BF49-4FE5-9CA8-910AE6EA442C&amp;displaylang=en" rel="nofollow">Microsoft Chart Controls for ASP.NET 3.5 SP1</a></li> <li><a href="http://code.msdn.microsoft.com/mschart" rel="nofollow">Microsoft Chart Controls for Winforms</a></li> <li><a href="http://zedgraph.org/wiki/index.php?title=Main%5FPage" rel="nofollow">ZedGraph Charting</a></li> <li><a href="http://www.nplot.com/" rel="nofollow">NPlot</a> - Charting for ASP.NET and WinForms</li> </ol> <p><strong>PDF Creators/Generators</strong></p> <ol> <li><a href="http://pdfsharp.com/PDFsharp/" rel="nofollow">PDFsharp</a></li> <li><a href="http://itextsharp.sourceforge.net/" rel="nofollow">iTextSharp</a></li> </ol> <p><strong>Unit Testing/Mocking</strong></p> <ol> <li><a href="http://www.nunit.org/" rel="nofollow">NUnit</a> </li> <li><a href="http://ayende.com/projects/rhino-mocks.aspx" rel="nofollow">Rhino Mocks</a></li> <li><a href="http://code.google.com/p/moq/" rel="nofollow">Moq</a></li> <li><a href="http://www.typemock.com/" rel="nofollow">TypeMock.Net</a></li> <li><a href="http://www.codeplex.com/xunit" rel="nofollow">xUnit.net</a> </li> <li><a href="http://www.mbunit.com/" rel="nofollow">mbUnit</a></li> </ol> <p><strong>Automated Web Testing</strong></p> <ol> <li><a href="http://seleniumhq.org" rel="nofollow">Selenium</a></li> <li><a href="http://watin.sourceforge.net/" rel="nofollow">Watin</a></li> </ol> <p><strong>URL Rewriting</strong></p> <ol> <li><a href="http://urlrewriter.net/" rel="nofollow">url rewriter</a></li> <li><a href="http://www.urlrewriting.net/" rel="nofollow">UrlRewriting.Net</a></li> <li><a href="http://urlrewriter.codeplex.com" rel="nofollow">Url Rewriter and Reverse Proxy</a> - Managed Fusion</li> </ol> <p><strong>Unclassified</strong></p> <ol> <li><a href="http://www.lhotka.net/" rel="nofollow">CSLA Framework</a> - Business Objects Framework</li> <li><a href="http://www.aforgenet.com/framework/" rel="nofollow">AForge.net</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/dd203099.aspx" rel="nofollow">Enterprise Library 4.1</a> - Logging, Exception Management, Validation, Policy Injection</li> <li><a href="http://filehelpers.sourceforge.net/" rel="nofollow">File helpers library</a></li> <li><a href="http://www.componentfactory.com/free-windows-forms-controls.php" rel="nofollow">Krypton</a> - Free winform controls</li> <li><a href="http://www.itu.dk/research/c5/" rel="nofollow">C5 Collections</a> - Collections for .NET</li> <li><a href="http://quartznet.sourceforge.net/" rel="nofollow">Quartz.NET</a> - Enterprise Job Scheduler for .NET Platform</li> <li><a href="http://www.codeplex.com/sourcegrid/" rel="nofollow">Source Grid</a> - A Grid control</li> <li><a href="http://www.yoda.arachsys.com/csharp/miscutil/" rel="nofollow">MiscUtil</a> - Utilities by Jon Skeet</li> <li><a href="http://incubator.apache.org/lucene.net/" rel="nofollow">Lucene.net</a> - Text indexing and searching</li> <li><a href="http://www.codeplex.com/Json" rel="nofollow">Json.NET</a> - Linq over JSON</li> <li><a href="http://www.codeplex.com/Flee" rel="nofollow">Flee</a> - expression evaluator</li> <li><a href="http://devexpress.com/" rel="nofollow">Devexpress</a> - free controls</li> <li><a href="http://www.postsharp.org/" rel="nofollow">PostSharp</a> - AOP</li> <li><a href="http://www.ikvm.net/" rel="nofollow">IKVM</a> - brings the extensive world of Java libraries to .NET.</li> </ol> <p>Title of the question taken from <a href="http://www.ikvm.net/" rel="nofollow">here</a>.</p> <p>[EDIT]<br /> Please provide links to these free libraries as well. Once we have a huge list of this, it can be arranged in categories! Please do not mention .NET Applications/EXEs here.</p> http://stackoverflow.com/questions/1828334/free-web-service-to-determine-ip-address-zip-code 1 Free web service to determine IP address zip code Nissan Fan 2009-12-01T19:31:02Z 2009-12-03T17:49:21Z <p>Does anyone know of a free web service to determine the zip code of an IP address?</p> http://stackoverflow.com/questions/110574/does-anybody-know-of-a-tabbed-ftp-client 0 Does anybody know of a tabbed FTP client? Umber Ferrule 2008-09-21T08:58:01Z 2009-12-02T19:00:02Z <p>Am I the only person who has the need to view multiple directories at once (usually on the same remote server, but sometimes other ones too)? Disconnecting and reconnecting is driving me crazy.</p> <p>Preferably a free tool, but I'm getting to the stage where I'll try anything!</p> <p>Can you have multiple FireFTP tabs in Firefox? Alternatively, I've thought of using <a href="http://www.wintabber.com/" rel="nofollow">WinTabber</a> - I used it about 12 months ago for multiple PuTTY sessions, but it just felt a little clunky.</p> <p>Cheers.</p> http://stackoverflow.com/questions/1833536/how-can-mercurial-be-copyright-and-free-software 1 How can Mercurial be Copyright and Free Software? leeand00 2009-12-02T15:15:00Z 2009-12-02T15:19:06Z <p>I was looking at my version of Mecurial and I don't understand how it is that it can be Copyrighted and Free software at the same time.</p> <blockquote> <p>Mercurial Distributed SCM (version 1.3.1+7cea12e70129)</p> <p>Copyright (C) 2005-2009 Matt Mackall and others This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p> </blockquote> http://stackoverflow.com/questions/839751/free-ui-tools-for-developers 6 Free UI Tools for Developers Jacob Adams 2009-05-08T13:18:21Z 2009-11-30T20:23:04Z <p>As with many developers in small or mid sized shops, I have to put on my designer hat from time to time. I can't really justify buying something like CS4 or other designer tools. I do currently have a small tool bag of helpful, free tools like</p> <p><a href="http://www.getpaint.net/" rel="nofollow">Paint.NET</a></p> <p><a href="http://www.nirsoft.net/utils/iconsext.html" rel="nofollow">IconExtract</a></p> <p><a href="http://colorcop.net/" rel="nofollow">ColorCop</a></p> <p>Are there any other good ones out there that I should check out or should be using?</p> <p>Edit: forgot to mention that I also have some of the Expression tools thanks to my MSDN</p> http://stackoverflow.com/questions/1819982/what-can-cause-corrupted-double-linked-list-error 0 What can cause "corrupted double-linked list" error? hanno 2009-11-30T13:58:16Z 2009-11-30T14:20:05Z <p>I am having problems with a fairly complex code. I wasn't able to produce a short snippet that reproduces the error, so I'll try to explain the problem in words.</p> <p>The code crashes randomly with the error</p> <pre><code>*** glibc detected *** gravtree: corrupted double-linked list: 0x000000001aa0fc50 *** </code></pre> <p>Debugging showed that it comes from the line where the codes frees an object. There seems to be nothing wrong with the object. It exists, and I can access it's data at the time the error occurs. The object's destructor is trivial and doesn't do anything. </p> <p>So, I'm kind of stuck. In what kind of circumstances do you expect 'free' to fail?</p> http://stackoverflow.com/questions/1816089/how-to-compress-an-flv-movie-in-java 1 How to compress an FLV movie in java? Rakesh Juyal 2009-11-29T17:13:43Z 2009-11-29T18:59:07Z <p>How can we compress the flv movie? Is there any free library which i can use?<br> for compressing the video i can go for reducing the resoultion as well, even framerate reducing is acceptable to me.</p> http://stackoverflow.com/questions/57068/good-databases-with-sample-data 11 Good Databases with sample data Kibbee 2008-09-11T16:43:10Z 2009-11-27T22:12:26Z <p>Does anybody know of any sample databases I could download, preferably in CSV or some similar easy to import format so that I could get more practice in working with different types of data sets? The Canadian Department of Environment has <a href="http://www.climate.weatheroffice.ec.gc.ca/Welcome_e.html" rel="nofollow">historical weather data</a> that you can download. Unfortunately it's not in a format I can import into any other database, and you can only query it based on the included program which is actually quite limited in what kind of data it can provide. Does anybody know of any interesting data sets that are freely available?</p> http://stackoverflow.com/questions/1807020/realistic-free-tts-program 0 realistic free TTS program Richard 2009-11-27T06:04:16Z 2009-11-27T06:04:16Z <p>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: <a href="http://www.acapela-group.com/text-to-speech-interactive-demo.html" rel="nofollow">http://www.acapela-group.com/text-to-speech-interactive-demo.html</a></p> <p>What is the most realistic free TTS voice you have tried?</p> http://stackoverflow.com/questions/1305127/free-weather-api 1 Free Weather API me 2009-08-20T09:56:51Z 2009-11-25T08:06:06Z <p>Are there any free weather APIs for displaying weather in the iPhone application.</p> http://stackoverflow.com/questions/1780995/hibernate-free-query 0 HIbernate Free Query cedric 2009-11-23T03:43:06Z 2009-11-23T07:33:20Z <p>hi. I would like to query using hibernate given a particulay query string I did it like this:</p> <pre><code>session = HibernateUtil.getSessionFactory().openSession(); session.beginTransaction(); List&lt;String&gt; result = session.createQuery("Select item_value from cb_items").list(); session.getTransaction().commit(); session.clear(); return result; </code></pre> <p>Is this right? or do i have to substitute the column name with the fields in my pojo/bean and the table name with my pojo/bean name</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books 123 What are some good free programming books? theman_on_vista 2008-12-24T14:24:53Z 2009-11-22T14:30:15Z <p>I know of a couple, but I would like to build a list up for some nice holiday reading.</p> <p>(If there is a book on here you read for free, and really liked, make sure to support the author and buy a hard copy!)</p> http://stackoverflow.com/questions/1518711/c-programming-how-does-free-know-how-much-to-free 14 C programming : How does free know how much to free? Joshua Cheek 2009-10-05T07:45:31Z 2009-11-22T06:25:27Z <p>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 also pass the size (ie an array of 10 elements needs to receive 10 as a parameter to know the size of the array), but I do not have to pass the size to the free function. Why not, and can I use this same technique in my own functions to save me from needing to cart around the extra variable of the array's length?</p> http://stackoverflow.com/questions/1660886/how-to-test-in-app-purchase-again-and-again-and-again 0 How to test In App purchase again and again and again...? Branislav Beno 2009-11-02T12:00:11Z 2009-11-21T02:25:47Z <p>My in app purchase project working perfectly now, but I need to test purchasing and when once purchase is successfully done it cannot be undone? How can I test in app purchasing and upgrading my app to full version when it can be done just one time?</p> http://stackoverflow.com/questions/1761517/free-merge-tools 1 Free merge tools Yurish 2009-11-19T07:31:27Z 2009-11-19T10:06:44Z <p>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 recommend some other? I tried WinMerge, but it is not comfortable to use.</p> http://stackoverflow.com/questions/1749672/do-you-have-to-pay-for-gnu-gpl-software-that-is-for-sale 9 Do you have to pay for GNU GPL software that is "for sale"? DisgruntledGoat 2009-11-17T15:31:42Z 2009-11-17T16:30:12Z <p>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 software on (with bulk discounts).</p> <p>I know it's perfectly acceptable to sell software under the GPL, however the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" rel="nofollow">license</a> implies that the source code must be distributed at no cost.</p> <p>So is this a legitimate use of the GPL, or is it violating the license? Is it legal to download the software for free (say, from Bittorrent) and use it as I wish?</p> http://stackoverflow.com/questions/1747532/i-need-help-on-ext-js-license 0 I need help on Ext Js license mck89 2009-11-17T09:14:08Z 2009-11-17T09:22:59Z <p>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 some cases that framework can be used without paying, is my situation one of them? The application is totally free, maybe i will include some advertisement somewhere but no cost for users, and doesn't allow the download of the library so i'm not going to redistribute it.</p> http://stackoverflow.com/questions/1743900/c-large-data-backup-strategy-to-free-database 1 C# Large Data backup strategy to free database abmv 2009-11-16T18:14:01Z 2009-11-17T05:43:58Z <p>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 other table.Over years this data may grow.I was thinking of backup data to text files and export them if ever from those text files,export will clear the data from the database.well now the data is in textfiles that can be archived etc...This is a idea from an other software I saw...what about you suggestions....</p> <p>Few point:</p> <ul> <li>I would leave the database alone,since it could or could not have a dba and there could be many solutions with the database involved.When we deploy the application at a customer I would least want to talk to the dba and get involved in the nasty stuff...So I could just tell them after a year that "hey the db size is too much" so now just do the dump to the text or xml file and clear the table is once solution.The reports run off another master table..I am thinking in the long run like in 4 years I may have a huge database with table having shit amount of transactions since employees grow X per shift X per clock in blaaahhh... so if they could follow the dump to text file per month or per what ever.... i.e..</li> </ul> http://stackoverflow.com/questions/1746210/free-net-2-0-cover-flow-user-control 0 Free .NET 2.0 Cover Flow User Control Jason Sundram 2009-11-17T02:24:51Z 2009-11-17T02:24:51Z <p>I'm looking for a free User Control that provides functionality similar to that in Apple's Cover Flow. I'm aware of <a href="http://www.codeplex.com/fluidkit" rel="nofollow">FluidKit</a>, but I want something that targets .NET 2.0 for cross-platform compatibility with Mono.</p> <p>I've also found <a href="http://www.componentdesigns.com/products/indexcards3d.asp?b=1" rel="nofollow">IndexCards</a>, but it costs money, and I want to make the source of my project freely available, so I can't use it.</p> <p>Does a free, .NET 2.0 Cover Flow exist?</p> http://stackoverflow.com/questions/1657710/free-subdomain-redirection-services-with-api-and-path-forwarding 0 free subdomain redirection services with api and path forwarding? rutherford 2009-11-01T17:20:22Z 2009-11-16T20:34:17Z <p>Hi</p> <p>I am familiar with <a href="http://dot.tk/" rel="nofollow">dot.tk</a>, a free subdomain service that provides url cloaking and an api to create new subdomains programmatically. Tragically it seems to be the only one that does not do path forwarding, so if I have a mydomain.tk url pointing to myhost.com and want to access myhost.com/path/to/resource via mydomain.tk/path/to/resource, I cannot do so.</p> <p>I can with most of the other free providers, e.g. <a href="http://freedomain.co.nr/" rel="nofollow">freedomain.co.nr</a>. But they do not provide programmatic access to subdomain creation.</p> <p>Know any services out there that do?</p> http://stackoverflow.com/questions/1737747/free-activity-diagram-editor 0 Free activity diagram editor h0b0 2009-11-15T15:01:38Z 2009-11-15T21:56:20Z <p>I'm looking for a free activity diagram editor supporting advanced stuff like object flow and actions. Any suggestions?</p> http://stackoverflow.com/questions/1085/free-ocr-library 19 Free OCR library ICR 2008-08-04T08:24:46Z 2009-11-15T09:12:01Z <p>Does anyone know of a good free or cheap (under £100/$200) OCR library? It needs to run on Windows and preferably be a .NET library, though a COM interface is fine.</p> http://stackoverflow.com/questions/1735640/malloc-and-free 2 malloc and free Kalaz 2009-11-14T21:19:27Z 2009-11-14T22:03:31Z <p>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 to process). Why is that?</p> <pre><code>#include &lt;stdio.h&gt; #include &lt;malloc.h&gt; typedef struct { char *inner; } structure; int main() { int i; structure** structureArray; structureArray = (structure**)malloc(sizeof(structure*)*1000*10000); for (i = 0; i &lt; 1000*10000;i++) { structureArray[i] = (structure*) malloc(sizeof(structure)); structureArray[i]-&gt;inner = (char*) malloc(sizeof(char)*1000*1000*1000); } printf("freeing memory"); for (i = 0; i &lt; 1000*10000;i++) { free(structureArray[i]-&gt;inner); free(structureArray[i]); } free(structureArray); system("sleep 100"); return 0; } </code></pre> <p>coresponding Makefile:</p> <pre><code>all: test.c gcc -o test test.c ./test &amp; top -p `pidof ./test` killall ./test </code></pre> http://stackoverflow.com/questions/1734817/is-it-possible-to-write-a-webpage-checking-script-and-run-it-from-a-free-server 1 Is it possible to write a webpage-checking script and run it from a free server? brilliant 2009-11-14T16:56:04Z 2009-11-14T17:11:49Z <p>Hello everybody!!!</p> <p>I am sorry if my question is silly and not at the right place.</p> <p>I know it's possible to write a script (in any programming language) that would check some webpage every 20 minutes, record its HTML code (source) and store it in some file. I also it's also possible to run it from my computer.</p> <p>But what if I can't keep my computer on all the time? Do you think it's possible to upload this script to some free web server and run it from there all the time? </p> http://stackoverflow.com/questions/1733881/c-correctly-freeing-memory-of-a-multi-dimensional-array 5 C: Correctly freeing memory of a multi-dimensional array Andreas Grech 2009-11-14T10:15:30Z 2009-11-14T13:20:28Z <p>Say you have the following ANSI C code that initializes a multi-dimensional array :</p> <pre><code>int main() { int i, m = 5, n = 20; int **a = malloc(m * sizeof(int *)); //Initialize the arrays for (i = 0; i &lt; m; i++) { a[i]=malloc(n * sizeof(int)); } //...do something with arrays //How do I free the **a ? return 0; } </code></pre> <p>After using the <code>**a</code>, how do I correctly free it from memory ?</p> <p><hr></p> <p><strong>[Update]</strong> (Solution)</p> <p>Thanks to Tim's (and the others) <a href="http://stackoverflow.com/questions/1733881/c-correctly-freeing-memory-of-a-multi-dimensional-array/1733945#1733945">answer</a>, I can now do such a function to free up memory from my multi-dimensional array : </p> <pre><code>void freeArray(int **a, int m) { int i; for (i = 0; i &lt; m; ++i) { free(a[i]); } free(a); } </code></pre>