free

[NPAPI] NPN_MemAlloc after NPN_MemFree screws the returning data to Google Chrome

Hi, I've finished my NPAPI plug-in and it works great in Google Chrome but there's a strange problem. The problem is that I've coded a method in the plug-in that returns a string to the browser. In order to do so, you have to allocate a memory in the browser and copy the resulting string to it. Something like: bool ScriptablePluginObje...

Free script to open multiple URLs at once

Hi, I am looking for Free PHP script to open multiple URLs at once click. Please let me know if anyone find anywhere. Thanks in advance, Manim ...

cannot free memory

Hello, gcc 4.4.4 c89 I have the following function but I cannot free the memory. The message I get in Valgrind is suspecting the getline function. However, I am free the file pointer at the end of the function. So it cannot be that. I have a global array of pointers to char 'candidate_names'. However, I haven't allocated any memory f...

about malloc() and free() in C

I have the following C-code: #include<stdio.h> #include<stdlib.h> typedef struct node { int a; }node; int main() { node * n; printf("\n%d\n",n->a); n = (node *) malloc ( sizeof( node )); printf("\n%d\n",n->a); n->a = 6; printf("\n%d\n",n->a); free(n); printf("\n%d\n",n->a); n->a = 4; pri...

OCR free library to use with VC++

Where can I find a free OCR library to use with VC++? I need to read computer generated numbers. ...

Best Free Online Source Control

Hi All, There are many free online Source Control available but I would like to know your experience on it, if any, and which is the best one? Me and my friend are starting a small test project and would like some really good online source control. FYI - We will be developing ASP.Net app Thanks, Nimesh ...

Simplest way to create a newsletter having more than 500 subscribers?

Hi, I've got a question and I whish this community can help me. I have more than 500 subscribers that agree to receive the news of my association by newsletter. This newsletter doesnt exists yet because I don't know which way is the best to create it. I've got also a blog and a FeedBurner account which has 100 subscribers. It would be ...

Best EXE Compressors

Can you recommend the best or all of the best executable (EXE) compressors out there? It can either be free or paid. Also it can be publicly well known or even just a new compressor but seem to offer quite a punch. I'm aiming for file size as I'm asking this question. Meaning the smaller the file size it can produce, the better. Feel f...

.net: Need samples written by .net in various aspects of programming like Ado.net, web service, user control, ect

hi I was wondering if there be a complete collection of .net code samples with covers various aspects of programming like Ado.net, web service, user control ? Actualy, What I want is some thing like this: Problem: How can we do ......? Solution: .............. .............. ...

Looking for free GITHUB (enterprise/FI edition) alternative for private installation

Are there any good alternatives for Github Enterprise Edition for a private network? have about 30 dev's and a ton of projects. Moving away from Subversion as well so any methods to keep the history as well would be nice. Maybe archive in git somehow and start a fresh branch going forward. Project and Developer News Feeds Source Code B...

Is it legal to use the well-known free memory code in ipad/iphone app?

Memory is an issue for iphone ipad app, especially for ipad, if one wants to do something big. Well, these two snippets of codes can 1. get current available memory of the device; 2. force free memory. Can we use it in the app? Will app store allow? thanks #import <mach/mach.h> #import <mach/mach_host.h> static void print_free_memo...

Is there any way of preventing application from crashing when heap is corrupted? - C programing language

Hi, Sometimes in execution I get this error message in VS2010 when trying to free memory: Windows has triggered a breakpoint in [APPNAME].exe. This may be due to a corruption of the heap, which indicates a bug in [APPNAME].exe or any of the DLLs it has loaded. This may also be due to the user pressing F12 while [APPNAME].e...

Where can I find a good MySQL Database client?

I'm looking for a good MySQL Database client similar to phpMyAdmin only for the desktop. Anyone know of any that are free and as full feature as phpMyAdmin? It needs to be able to connect to remote MySQL servers. ...

External DNS lookup web service (NSLOOKUP / DiG)

Several sites offer hostname to IP conversions, or in their wording: Query a DNS domain nameserver to lookup and find IP address information of computers in the internet. Convert a host or domain name into an IP address. However, I haven't been able to find any free webservices offering this functionality. I've stumbled upo...

any agile free cross-platform project management/ALM tools with mylyn integration out there?

Is there a solution I have missed? I would prefer a open source tool, not just a 1-5-developer free plan (so not BaseCamp, Mingle, Jira/Greenhopper). And it has to run on both windows and linux (so no ScrumDesk or TargetProcess). It has to support agile development process - user stories, iterations, point estimates, tasks etc. What i r...

Malloc, free and segmentation fault

Hi, I don't understand why, in this code, the call to "free" cause a segmentation fault: #include <stdio.h> #include <string.h> #include <stdlib.h> char *char_arr_allocator(int length); int main(int argc, char* argv[0]){ char* stringa = NULL; stringa = char_arr_allocator(100); printf("stringa address: %p\n", stringa);...

Pointer to array deletion

Hi, I have an array that is passed via a function and assigned to a class member which is a pointer. class ClassA{ unsigned char * pointerToArray; ClassA(unsigned char array[]){ pointerToArray = array; } ~ClassA(){ //what to do here } }; Now i have this second class which uses this class ClassB { std::list<ClassA> cl...

Download an English dictionary

Hello, I wondered if anyone could point me in the direction of a English dictionary download (free). I do NOT want: Spelling check dictionaries Links to websites that don't provide me with an actual dictionary Dictionaries in some weird format I want something like a notepad or SQL script that has the following simple format: Hat...

C\C++ LINPACK source code for window free for commercial use?

Hello! I need run benchmark to test my cpu FLOPS and compare this with raitings such as top500 org. I known Linpack is are standart for measure CPU perfomance. But i can find source code for windows on C\C++ without not free librarys like Intel MKL library, etc Maybe someone know where i can find C\C++ LINPACK source code for window free...

Free partition tool solves my low disk space risk

Hello, My Windows 7 32-bit PC suffered low disk space risk. I want to find a useful partition manager software to solve this problem... Free is best. Thank u all! ...