does anyone knows a gallery script with tag support ?
Hello I search a free gallery script php/mysql (or file based) I want that script to have tag support (like facebooks gallery) Can anybody help me with that? thanks ...
Hello I search a free gallery script php/mysql (or file based) I want that script to have tag support (like facebooks gallery) Can anybody help me with that? thanks ...
Hi I am familiar with dot.tk, 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/res...
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? ...
Hello every one, I am failed to find out the free e-books for c & c++ language. ( Specially e-balagurusami if possible ) Actually, I wanted to give this books for trainees for study & revision. Would you help me to find the e-books for this? Thanks in advance for helping me. Sagar. ...
I am looking for some interesting dynamic analysers to use and report on for a university assignment. The tools should be: Open-source (so I can learn from them) Free (both as in speech and beer, because I want to be able to share the results, and I'm tight-fisted, respectively) Intended for Java (source or bytecode) This includes, b...
Hi, In our organization we don’t have any intranet website to share the data/information across the organization. The information could be: HR Related Information [E.g.: HR Policies, Company Events etc., New Joiner’s Information etc. etc.] Application Developments Related Information [E.g.: How to build a program on Catchin...
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 been in the state of freeing the said resource. Now I need to devise a safe way to clean-up this shared resource. Of course I have assig...
Hi, I am studying usage of web services nowadays. Can anyone recommend some free web services I can use to practice? Thanks! ...
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. ...
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 already looked at Visual Assist X, but I'm not really willing to pay money at the moment. ...
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 but it is kind of tricky. Thanks in advance. ...
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 for (i = 0; i < m; i++) { a[i]=malloc(n * sizeof(int)); } //...do something with arrays //How do I fre...
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, record its HTML code (source) and store it in some file. I also it's also possible to run it from my computer. But what if I can't keep m...
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? #include <stdio.h> #include <malloc.h> typedef struct { char *inner; } structure; int main() { int i; ...
I'm looking for a free activity diagram editor supporting advanced stuff like object flow and actions. Any suggestions? ...
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...
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 compatibility with Mono. I've also found IndexCards, but it costs money, and I want to make the source of my project freely available, so I can't use ...
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 so...
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). I know it's perfectly acceptable to sell software under the GPL, however the license implies that the so...
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. ...