library

Advice on implementing low-level libraries in D (as opposed to C/C++)

I need some advice on selecting the D programming language for a project. The project is a low-level library akin to a database with many associative containers and so forth. Hence efficiency is quite important to me. I need to provide a C API for the library for compatibility with other languages like C++ and Python and I also anticipa...

Java SMS API for Modem

I need a Java API that i can use to receive and send SMS messages. I already know of SMSLIB, but am wondering if there is a better one out there. ...

How should I organize the code for my software package?

I want to reorganize my C++ code project, which contains of hundreds of source files. I want to split everything into 4 libraries, taking care to avoid cyclic dependencies: (a) src/core (b) src/util (c) src/create (d) src/process Basically, core implements the basic data structures and util implements some basic utility functions to ...

What LD stand for on LD_LIBRARY_PATH variable on *unix?

I know that LD_LIBRARY_PATH is a environment variable where the linker will look for the shared library (which contains shared objects) to link with the executable code. But what does the LD Stands for, is it for Load? or List Directory? ...

Introduction to Java Graphics Libraries

I just got into information-visualization and scientific-visualization and have been using Piccolo and a little with JFreeChart. I am trying to find a few new libraries that I can start using. I am looking specifically for libraries that involve multi-dimensional visualization and map overlaying (something like open-layers), but would be...

How to compress an FLV movie in java?

How can we compress the flv movie? Is there any free library which i can use? for compressing the video i can go for reducing the resoultion as well, even framerate reducing is acceptable to me. ...

ASP.NET 3.5 client cannot connect to WCF service library hosted in IIS 7.5.

Hi, I have developed a WCF Service library and I am hosting it in IIS 7.5 I am able to test it using the VS test client but whenever i attempt to invoke it using a client in another solution i get this error: System.ServiceModel.CommunicationException Could not connect to http://localhost/EvalServiceSite2/Eval.svc/ws. TCP error code 1...

Checklist for releasing an open source library

Hi all, I have been working on a web development library (for the CodeIgniter framework) that I soon hope to release. This would be my first contribution ever, and I have never released an open source library in the past. I wanted to appeal to the experience of some of you for any steps to follow before releasing. I know that testing...

'Missing' library at design-time in VS2010?

Hi one and all, I located a really nice open-source docking solution called 'AvalonDock' on codeplex, and downloaded v1.1, and included the dll in a WPF project in VS2010 Beta 2 (targeting .NET 4.0) - so far so good. Then I saw that V1.2 was available and it fixed exactly the issue I was having (V1.2 exposes a DP called DocumentsSource...

Plain C callback function pointer as part of iPhone delegate protocol?

Trying to integrate plain C/C++ code into iPhone project as an external static library. So far so good, but now I'm stuck at a point, where I need to register library callbacks. The library should notify my iPhone application, when something happens. Seems like a good place to define a Delegate. ...but the library is expecting C functio...

Looking for a solid client side sockets library

Nothing too fancy, but the following would be nice for .NET: Be able to instantiate the object and hook up the MessageReceived and ConnectionChanged events (or ones with similar purposes). Be able to send data (duh) When data is received, it fires the MessageReceived event on the same thread that the object was created on (this would b...

Must Standard libraries for python beginner

Though there can be many but as i am very new to python so which modules or classes within standard libraries i should know when programming in python, especially when i am practicing programming challenges from a C++ book? Libraries which can make my life easier? Since there can be no single correct answer, i am making this question a w...

Is there any open-source library that can be used to search the Deep Web?

Is there any open-source library that can be used to search the Deep Web? ...

Lexer written in Javascript?

I have a project where a user needs to define a set of instructions for a ui that is completely written in javascript. I need to have the ability to parse a string of instructions and then translate them into instructions. Is there any libraries out there for parsing that are 100% javascript? Or a generator that will generate in javascri...

.Net library for sending trackbacks

Is there a library for sending trackbacks or pingbacks in .Net? I know the code is not that hard to write, but if someone wrote, debugged it and maintains it, I'd rather re-use. ...

uitableviewcell problem

i'm using the customised cell to Show an image. But, when i add an image to the first row, its get being loaded every 4th row. What might be the problem? I'm picking the image from the iphone photo library using uiimagepickercontroller and is giving it to the first cell of the table. - (void)imagePickerController:(UIImagePickerControlle...

Using libraries in XCode and sharing them via Subversion

We are including the mySettings library in our iPhone application to provide a settings dialog inside the application. The installation description in the Wiki of the projects describes how to include the library (see http://bitbucket.org/karemorstol/mysettings/wiki/Installation). After following these instructions the application compi...

"Learning" filter engines

Are there any "intelligent" or "learning" engines out there, that are able to identify "evil" phrases in texts ( maybe something like a learning Spamfilter... e.g. used in Thunderbird? ) For example if i want to filter texts with mailadresses: asdasd asd as d dgfdgfdgfdg sadasd(at)asfsdf.com At first the tool wouldn't recognize this ...

looking for java library to work with PSD format

I'm looking for a java library to work with PSD format(Photoshop). Any ideas? ...

Is Enterprise Library 4.1 supported for Windows 7?

I was trying to run an application locally with Enterprise Library 4.1 and do logging to the event viewer. I didn't see Windows 7 under the supported operating systems. Does anyone know of a workaround or if this will not work at all? Also does anyone know if any other logging such as email or DB through Enterprise Library is available o...