library

C library naming conventions

Introduction Hello folks, I recently learned to program in C! (This was a huge step for me, since C++ was the first language, I had contact with and scared me off for nearly 10 years.) Coming from a mostly OO background (Java + C#), this was a very nice paradigm shift. I love C. It's such a beautiful language. What surprised me the mos...

How is the bsearch() function in the standard C library implemented?

Does anyone know how the standard binary search function is implemented? This is the prototype. void * bsearch (const void*, const void*, size_t, size_t, int (*) (const void *, const void *) ); I'm really curious about how they used void pointers. ...

IntelliJ 9 and appengine. Library shows in the settings, but, does not get packaged to the exploded war artifact that intelliJ creates

I am building a sample app for google appengine using intelliJ 9 I am trying to add an apache library to my project. In the setting it is added and shows fine. I am able to import the apache classes while coding and there are no errors. However, when I ask intelliJ to run the project (it deploys it in the local appengine after "making"...

dotnet HL7 integration library

Hi All, I have a medical health database that a 3rd party needs to connect to. We need to look at using the HL7 standards. I am looking for a good library to make using HL7 easier in a dotnet enviroment. I will need a comprehensive 2.x and 3.x lib that can do most of the heavy lifting. I want to try and avoid using message parsing a...

Oracle Precompiler dll library help

Platform : Windows running Oracle 10g I have to modify some old dll library codes and precompile with Oracle Pro*C/C++ 9.0.1.1.1, now I discovered the codes for(;;) whenever not found do break is no longer working, it just keep looping. I have prepared some codes here showing before and after precompile and also a log. Thanks in advanc...

[C++] MSVC and FreeGlut Compiler Error

Receiving alot of these messages when compiling which is making compiling a simple program very time consuming. freeglut_static.lib(freeglut_callbacks.obj) : warning LNK4204: 'z:\CST328\Lab1\block\Release\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info 1>freeglut_static.lib(freeglut_...

User defined library

Hi. I am a newbie at J2ME. Recently, I've shifted from Netbeans to Eclipse because of some internal constraints. I am making an App which makes use of a user-defined library. This library has only a jar file. Now, in Netbeans there were no problems. But in eclipse, I am unable to access the classes defined in the jar file included in m...

Link an external library at runtime in .NET

Hi, Is it possible for my application to monitor a folder that if we copy a DLL (library) in it, the application will pick it up and link it? I did a similar thing in C++ back in the days but is it possible to dynamically link a library in .NET? Thanks ...

Adobe Photoshop CS3 objects library and scripting

Primary question: I want to make a library of small re-usable objects (eg. passport stamp, specific kind of text etc.) in Adobe Photoshop CS3. What would be best approach to do it? Secondary question: Is it possible to change these objects via scripts or c#? If yes, how can I do that? Thanks. ...

PDF Libraries to Display a PDF document in WPF

Does anybody know a PDF library that can display PDF document via viewer inside Windows Presentation Foundation (WPF) application? The library should have a PDF page viewer that can display the file. The PDF viewer should be able to open the file at specific bookmark destination. So the possible API for the library should accept parame...

Threading Library for Multithreaded Windows Service

Hi, I'm looking for a good library, preferably in C#, which I can use in a windows service and it will handle all the multithreading functionality needed. The service will run every x minutes, check a database for processes to call, and for each of them spawn a thread and run it. Each thread should handle exceptions, logging and such...

one DLL, multiple projects?

Is it possible to force my C# solution file to make a single DLL containing all the projects in the solution, instead of one DLL per project? This dude says that isn't possible but I notice that's a post from 2004. I'm using Visual Studio 2008 Team System and it's a C# application. ...

Lightweight JS AJAX library

My friend and I have a site (www.rosasecta.com). It uses a lot of Ajax, but it's all by hand, and it's really ugly and hard to dig through. We want to switch to a JS library, but JQuery, Prototype, and Dojo are to large. We just want a small, compact library that can do AJAX cleanly and some basic DOM selecters. Can anybody recommend one...

How to combine library with my jar?

Ok so i wrote a program that makes use of a 3rd party open source library and i want to package it with my program in a single jar. I'm using netbeans 6.8 and everything I've tried java always spit back the error: java.lang.NoClassDefFoundError: libraryname; off topic:also i would like to know how to make an executable-jar(exe) throu...

libsnmp restore on AIX

Hi, One of product removed libsnmp file of client AIX box. Now we want to restore it back. So,... 1.- Is it possible to restore it back ? 2.- Which process installs this libsnmp, like clusters or...? Here it removal of product is not possible. Plz let me know for further details. Thanks in advance... :-) ...

.NET GUI control library for an (audio) player

I am going to build a player GUI control (a C# user control) for playing audio and other streamed data. The control should have at least the following controls: Pause/Continue/Forward/FastForward etc... as Buttons (with icons) Current position as some form of a slider Current time as digital clock Especially I am looking for a nice t...

Coding GUI in C

I don't quite understand when people code in C, how they create their GUI interfaces. I've never seen a GUI implementation in C. I wondered if there is C libraries that allow you to create a GUI such as the one's we use daily in Windows or Linux? ...

Is there a Python library/class that can take a piece of text and determine the language?

You pass the string, and it outputs the language: english/spanish/japanese. Is there such library, and is it efficient? ...

RSA algorithm library for Java

I want to provide my application with simple licensing mechanism based on RSA algorithm. Are there any free RSA libraries? ...

Java framework for distributed system

I am looking for a library (or a combination of libraries) to build a java distributed system, made of several applications exchanging data through several pairwise connections (no mapreduce). For the moment I did an expolration of existing libraries and I could only discard what I'v found. Here are my requirements: Easy discovery of s...