library

Something like Psyco library (Python) for Ruby, exists?

I need more performance in a part of a program, coded in Ruby. In Python i could use Psyco library (that compiles the code, or a part before the execution) to improve the perfromance, but i dont know if exists something like that in Ruby. Thanks! ...

ASP.NET Web User Control Library

We have a bunch of user controls we would like to pull out of a web application and into a separate assembly/library, and I thought it would be as simple as creating a class library and pulling the ascx and ascx.cs files into the project, and compiling a DLL to be reused among our applications. This was not the case, however. Our ultim...

What does "Core" mean in the Context of Library Design?

I often see other developers naming libraries with "CORE". What does it actually mean? ...

How to integrate MSDN Library, SQL Server Books Online, and Windows SDK Help?

The Short Version: I want a single, comprehensive MSDN Library, up-to-date and integrated with F1 help in all Microsoft development tools. The Long Version: There are at least three products that want to install documentation on my workstation: Visual Studio 2008 wants to install MSDN Library. SQL Server 2008 wants to install Books ...

Best Delphi Regex library

Hello, I am searching a pure Delphi library with good full-Perl syntax support. It should: match groups (both named and numbered) be able to match, replace, split support look-ahead and look behind come with source be free support Unicode be compatible with Delphi 2009 Which library you prefer? ...

What are some good libraries for extracting data from audio files?

Recently I started to use the Shazam app on my iPhone. For those who don't know, this app identifies songs by listening to a small segment of the song playing. I was amazed by it's accuracy and speed so I decided to do a little digging. I found a paper written by one of their developers here. In the paper the developer goes into a good ...

Free reporting library for PHP without installation?

Is there a good (and hopefully free?) source library to use for PHP for creating and displaying reports? I would love one that would allow the user to view it in a nice format for saving and printing (like PDF?). Also I would prefer one that is just files, not one that needs to be installed on the server itself as some of the people I c...

.NET DICOM Libraries

I have used DICOM using MERGECOM when I was in GE Healthcare in 2005. After that I don't have much knowledge in the DICOM system. Now we have a requirement for implementing PACS system using .NET platform. Can you recommend a decent, good, community supported .NET based DICOM library or framework? or Do you know any commercial librarie...

Is there an XSLT 2.0 library for .NET?

Simple query - I am looking for recommendations for a .NET library that supports XSLT 2.0 (if one exists). Thanks. ...

GCC / Linux: adding a static library to a .so?

I've a program that implements a plugin system by dinamically loading a function from some plugin_name.so (as usual) But in turn I've a static "helper" library (lets call it helper.a) whose functions are used both from the main program and the main function in the plugin. they don't have to inter-operate in any way, they are just helper...

How do you write good highly useful general purpose libraries?

I asked this question about Microsoft .NET Libraries and the complexity of its source code. From what I'm reading, writing general purpose libraries and writing applications can be two different things. When writing libraries, you have to think about the client who could literally be everyone (supposing I release the library for use in...

Does anyone know of a good pre-existing javascript date range drop-down?

I'm looking for a javascript drop-down for a date range that allows the user to select start and end dates from a single form field, similar to what exists in the Google Analytics UI. I've found a lot of pre-existing javascript for two separate form fields, or for using a calendar to choose a single date, but nothing that accomplishes...

how I can reorder the frames of a avi video?

It is possible? which library allows me to make this? It's possible to manage a video stream as a vector of pointer to frames data structure? and then construct a new stream reordered? Thanks ...

Programmatic web browser Java library

Does anyone know of any Java library for programmatic web browsing? Prowser doesn't cut it because there's no "push the button" method and Watij is limited to Internet Explorer Windows only. ...

Are there add-on libraries or tools available for ASP.NET MVC development?

My first experience with ASP.NET MVC and the Entity Framework has raised my interest in this framework and I would like to implement some basic applications, covering the basic requirements of real-world web applications. So far the support given by VS 2008 is already impressive. For some areas however, it might be a time saver to use ex...

Ignore OpenMP on Machine that doesn't have it

Hi, I have a C++ program using OpenMP, which will run on several machines that may have or not have OpenMP installed. How could I make my program know if a machine has no OpenMP and ignore those "#include ", OpenMP directives (like "#pragma omp parallel ...") and/or library functions (like "tid = omp_get_thread_num();") ? Thanks and r...

How do I create and maintain a code reuse library?

I am trying to setup a repository of reusable code. I was thinking about having each reusable code module have a certain “Maturity Level” rating. The rating would be defined as the level at which a reusable code lies within a certain set of requirements. The highest maturity level will be the highest degree of standard across a predef...

crash when calling library

Let's hope I can dumb this down without leaving out crucial details... I've got a test program: #include <lib.h> const char * INPUT = "xyz"; int main() { initializeLib(); LibProcess * process = createLibProcess(); fprintf( stderr, "Before run(%s)\n", INPUT ); process->run(INPUT); fprintf( stderr, "After run(%s)\n...

Including boost libraries in make files.

I'm learning Boost and am having trouble with my makes files. Here is my basic makefile: accesstimer: acctime.o btimer.o g++ acctime.o btimer.o -o accesstimer acctime.o: acctime.cpp btimer.h g++ -c acctime.cpp bentimer.o: btimer.cpp btimer.h g++ -c btimer.cpp When acctime.cpp has no boost filesystem elements in it this...

Change pictures on a Masterpage depending on documents in Document Library.

I have to display a picture with a link on the masterpage of a sharepoint site. I also have a document library with a custom field named status. When in the library exists a document with the status "Active" the picture should be red with the link pointing to the document. When there is no Active document the picture should be blue and p...