1
vote
6answers
167 views
Is there any open source comand line library?
I want to add command line interface support to a server program.
So each time I want to check server's status, I can telnet to the server's control port,
and input command to check the server's …
0
votes
2answers
34 views
C++ serialization library that supports partial serialization?
Are there any good existing C++ serialization libraries that support partial serialization? By partial serialization I mean that I might want to say, save the values of 3 specific members, and later …
0
votes
2answers
27 views
How to include resources in iphone static library ?
I'd like to include files, data and images in a static library API so the users won't need to include them manually in their project.
I see that there isn't obvious way to do it but is there some hack …
1
vote
2answers
45 views
User-mode synchronization library for C++
Does anyone know of a Windows user-mode thread synchronization library for C++ (utilizing spin locks / atomic operations)? I only need mutexes (~critical sections), but condition variables would be a …
0
votes
1answer
17 views
Library for software mixing of sound (wave) streams
I would like to mix several sound (wave) streams into one.
Each stream might have a different format (bits/sample, channel count, etc.), so conversion is needed also.
I am looking for a library to do …
2
votes
4answers
33 views
Send and receive data trough the power network
I'm not interested in a hardware solution, I want to know about software that may "read" modulated signal received trough the power supply - some sort of a low-level driver that would access the power …
1
vote
2answers
51 views
c/c++ NLP library
I am looking for an open source Natural Language Processing library for c/c++ and especially i am interested in Part of speech tagging.
0
votes
2answers
20 views
Adding my custom PHP Library in include_path
I want to add my PHP library file to be included in include_path, so that i can access it from anywhere in my application running on that server. I tried adding it as per the syntax for include_path …
0
votes
4answers
32 views
Server side audio mixer. What’s available? (Can cSounds do this?)
I am interested in finding out if there exists a program or library which can perform the following task, and would be suitable for running as part of a server side process on a web site. (it's okay …
-1
votes
1answer
27 views
Which approach to create the data access layer has the highest performance?
I have to create a very high performance application. Currently, I am using Entity Framework for my data access layer. My application has to insert some communication data almost every second. I found …
5
votes
4answers
51 views
Most useful ActionScript libraries
What are some useful plug-ins, packages or source-code for ActionScript?
Please include ActionScript version, name, link and description.
1
vote
4answers
85 views
C++ HTTP Library
Is there a good open source library in C++ which will allow me to grab the contents of an URL (the response to a POST or a GET, like a web service's response) to a string?
0
votes
1answer
11 views
How to install the Allegro library on Visual Studio 2008 and Windows Vista for the C programming language?
How do you set up to use the full Allegro library on Windows Vista and Visual Studio 2008?
Do you have to compile it or is it only a matter of setting searchpaths?
0
votes
3answers
53 views
Newbie in .net: how to add a library to project
I'm new in .net and I'm interesting in following.
I've downloaded a library from this.
But I don't know how to import it into my project for using.
How do I do that?
0
votes
6answers
174 views
Programming languages that compile to native code and have the batteries included
What are the programming languages that compile to native code and which have provided a comprehensive library with them?
Libraries that includes functionality such as Networking, File IO, RegEx, …
