I want to have a program like this:
scanf("%s", name);
scanf("%s", id);
scanf("%d", &age);
Now I want to write name, id and age to a file, but the file should be encrypted, so that only my program can read back the data it wrote.
Do I need to use one of the encryption libraries mentioned here (they all are pretty heavy duty libraries...
Hi i am making a school information software. Is there any third party reliable library that can be used for calculating grades of students referring marks for the same from specified database.It should be flexible enough to let client specify criteria for grade calculation in terms of standard deviation, median etc.
...
I am looking for a python library to scrape results from search engines (google, yahoo, bing, etc).
I only found for google -> http://github.com/kevinw/xgoogle/tree/253db7ddc8603a9dcb038ae42684cf3499a22a4b
Does someone knows one for multiple search engines?
...
This page introduces a lot of clojure libraries. And this page also comments to consider using the clojure-contrib.
Why the clojure-contrib.jar is different in size? The leiningen's clojure-contrib-1.2.0-beta1.jar is 479.2KB in size, but the conjure-contrib.jar that I downloaded from Programming Clojure is 2.9MB. As I explained in here...
Hi,
I'm having the same problem that you had. I have installed the libsoup2.4-dev and then it says:
checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 >= 2.28.2) were not met:
Requested 'libsoup-2.4 >= 2.28.2' but version of libsoup is 2.4.1
How did you solve it?
Best Regards,
John
...
I'm searching for a free and open source library for electrical network simulation.
In (Per preference order) : Python, Ruby, Javascript, PHP, C++ (with Qt if it exist) or bash (ahah).
Do you know one ?
...
So I want to see a wary simple class (like Class1) with 1 or 2 functions in lib used by C++ main app in one sln. A tutorial or zip... please help.
...
I want to create a C++ library. I want its API functions to be accessible from .net (C#). I will have a lot of unmanaged code that is compilable under clr. Where can I get a tutorial on creating such library\sln?
...
I'm trying to compile a .cpp + .h file that includes newmat.h and tinyxml.h - I have libnewmat.a and libtinyxml.a in the same directory as my .cpp and .h files and I'm running
g++ -lnewmat -ltinyxml test.cpp test.h
but still getting newmat.h and tinyxml.h not found at the beginning of compilation. I'm obviously a total c++ newb becau...
I am looking to see if there is a library that would let me get a cropping path and then manipulate that path. Here is what I am thinking of:
Take a gray scale image and find the crop path to remove the white background. Have a threshold to help ignore artifacts.
Display the crop path.
Allow the user to manipulate the crop path by movi...
I want to make a static library which basically displays some views and button. My client wants this to be distributed as a library to be used by other iPhone developers.
My doubts are
Can we add images and other resources to the library .a file?
How can we include localization to this static library?(localizable.strings??)
...
Can you please explain the concept of static, runtime and dynamic libraries with examples?
...
Hello everyone
I have an app need to load audio files from the archives in app ‘Music’.
Is it possible?
Are Audio files in iPhone stored a certain directory?
Thanks
interdev
...
I'm getting some errors which make me think that my Linux program isn't linking to the libraries it's supposed to. How can I get the full path to all linked libraries? I know ldd will give me the names, but how can I use that to get the full path?
Thanks.
...
I have to develop an application for selling web-services. I have 2 goals:
1) Any customer can subscribe to a service and using within a month having paid for it.
2) Any customer can pay for a e-content and study it unlimited time.
Are there external libraries for Django to do it?
...
I need to list out the Custom list and library from SharePoint Site?
How to identify the content is comes under the custom created?
...
Hello,
I was using a ITK library. When I wrote a sample program using this library, I've got following linker errors. As we can see these all "unresolved" symbols are Windows API functions and these windows API functions were used by ITK library and not my program.
Error 1 error LNK2019: unresolved external symbol _SnmpUtilVarBind...
Hi guys,
I am looking for a plotting library that can be used in web applications (point and line plots are must - antyhing else is a bonus).
It might be either server-side (Python) or client-side. The more interactive graphs are the better.
I have found some solutions of course, but none of them are good enough for volume of datasets...
Is it possible for a function that is inside a DLL to unload the DLL? I need to do this so I can make sure the DLL is not in use, then write to the DLL's file.
...
Hello, I currently have some C++ code that I want to compile into a shared library that I can dynamically link to a Java application during runtime using the Java Native Interface (JNI). The problem that I'm facing is - the C++ code that I'm trying to compile calls on another library itself, making use of a lot of classes and different h...