0
votes
0answers
8 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 bu …
1
vote
4answers
28 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 wo …
0
votes
1answer
7 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
6answers
139 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 ch …
0
votes
2answers
17 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 synta …
0
votes
1answer
20 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 e …
0
votes
0answers
13 views
Is there a visual scripting library or toolkit that I can plug into my app?
Visual scripting is a great way for technically inclined non-programmers to articulate their ideas to a computer program. The abstract concepts of looping and visualizing decision …
1
vote
2answers
49 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.
1
vote
2answers
36 views
Is there a library that can take an image…and do processing to determine things about it?
Such as...is the image a person of female or male?
Is there such free tool out there, available?
0
votes
4answers
30 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 we …
0
votes
0answers
6 views
How can I add libCurl to a Borland C++ Builder 6 Project?
How can I add libCurl to a Borland C++ Builder 6 Project? I tried including its directory in the project's compiler and linker search paths, then I made a lib from the libcurl dll …
0
votes
1answer
36 views
I need some critique about lib design
OK. I have this lib for my internal project
(function() {
var window = this,
undefined; //guaranteed undefined
var h3 = window.h3 = function (user) { return windo …
0
votes
1answer
13 views
Library for Creating Animated Presentations
Is there any library for creating animated presentations? Although the question is language-agnostic, I'm specifically biased towards WPF, yet I wouldn't mind you giving examples o …
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?
1
vote
4answers
84 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?
