library

JSF component for Gantt chart

I need a jsf component for representing Gantt chart. Does any components library (like RichFaces) contains this component? ...

Lightweight SOAP Client Library for Java

Can anyone recommend a good Java open source library for building a simple SOAP web service client? I'm looking for something with minimal dependencies and configuration that will work in a Java 5 SE environment. Upgrading to Java 6 isn't really an option on this project and I'd prefer to avoid using a full J2EE container if I can avoi...

AS3: How to dynamically load movieclip from library without exporting in frame 1?

I have some fairly large movieclips in the library which need to be dynamically loaded at runtime. I don't want to export them all in frame 1, because that would slow down initial loading of the movie. I tried putting an instance of each of these clips later in the timeline where they wouldn't normally be encountered. When I then trie...

Framework/libraries for a browser-based game

I am currently half-decided to use Kohana + Zend as needed for the PHP part. What I would need next is an excellent base for JavaScript code. There are a bazillion of contenders here and choosing isn't exactly as easy as with PHP. I would need practically everything from form posting and retrieving results to skinnable widgets and anima...

When dealing with GD Library unwantedly altering colors

I'm merging multiple small images into a rectangular mosaic.. When dealing with a small number of source images it turns out fine: grab.by/2Y4W (sorry, I'm new and am not allowed to post multiple hyperlinks) But when dealing with a larger number of sources it turns out a sepia like effect: http://grab.by/2Y4P Is there any technique I ...

MP3 codec for WAV files

Wav files support different encodings, including mp3. Is there a C/C++ library that would produce mp3-encoded wav files from uncompressed wav? If not, what would be the best place to start to implement one? ...

CIELab Colorspace conversion

Is there a canonical colorspace conversion library? I can't find any pre-existing solutions. Is CIELab conversion is too obscure? ...

C# Open source library for reading and writing swf file,which supports version 8,9 and 10

Hi Chaps, Currently I am using SWFDOTNET libray for reading and writing swf file,which supports swf file from version 1 to 7. Is there any other open C# source lib for reading and writing swf flash which supports swf file version 8,9 and 10? Please reply..I am really in need of it. Thanks in advance, Chandrakala ...

how to check-out document in document library programmatically in sharepoint

how to set a document in check-in/out mode programmatically by using webservices or objetmodel in sharepoint ...

Ruby factorial function

I'm going crazy: Where is the Ruby function for factorial? No, I don't need tutorial implementations, I just want the function from the library. It's not in Math! I'm starting to doubt, is it a standard library function? ...

cifs/samba client library

Hello. I'm looking for some stand alone library to access SMB/CIFS shares. I am not looking for mounting the shares, just browsing and accessing the files for reading. Preferable something with a simple simple API similar to regular POSIX operations of opendir, scandir, read and etc. Thanks in advance! ...

Capturing audio input from microphone, with Haskell?

Is there a mature library that could enable audio input and output and work within Haskell? (A nice wrapper is fine, of course.) I'm looking for something that can easily capture microphone input and, perhaps, play various audio files as well. Thanks. ...

Normalize whitespace and other plain-text formatting routines

Background: The language is JavaScript. The goal is to find a library or pre-existing code to do low-level plain-text formatting. I can write it myself, but why re-invent the wheel. The issue is: it is tough to determine if a "wheel" is out there, since any search for JavaScript libraries pulls up an ocean of HTML-centric stuff. I am ...

Python library for creating stubs/fake objects

I am looking for python stubbing library. Something that could be used to create fake classes/methods in my unit tests.. Is there a simple way to achieve it in python.. Thanks PS: I am not looking for mocking library where you would record and replay expectation. Difference between mock and stubs ...

Boost .lib's for Visual Studio 2010

Where can i get boost .lib for visual studio 2010?? I tried to rename the old .lib's for VS2008 but this didn't work for the threads library. ...

UI Control library for the .NET Micro Framework

Hi, Does anybody know of a UI Control library for the .NET Micro Framework? Doing everything from scratch is a real pain sometimes :p ...

NFS Client library

Hello. I'm looking for some stand alone library to access NFS shares. I am not looking for mounting the shares, just browsing and accessing the files for reading. Preferable something with a simple simple API similar to regular POSIX operations of opendir, scandir, read and etc. Thanks in advance! ...

graph library for scala

Is there a good library (or wrapper to Java library) for graphs, and/or graph algorithms in scala? This one seems to be quite dead. This is an example for the Dijkstra algorithm in scala, but I'm looking for a library a-la JGraphT. ...

Path for Delphi libraries

Where do you guys store 3rd party (and your own) components? Do you keep separate copies per Delphi version? For years I've been using c:\program files\borland\delphi7\lib\, even for Delphi 2006, 2007, 2009 and 2010, like this: c:\program files\borland\delphi7\lib\AggPas\ c:\program files\borland\delphi7\lib\DeHL\ c:\program files\bor...

How best to pre-install OR pre-load OR cache JavaScript library to optimize performance?

Hello. I am working for an intranet application. Therefore I have some control on the client machines. The JavaScript library I am using is somewhat big in size. I would like to pre-install OR pre-load OR cache the JavaScript library on each machine (each browser as well) so that it does not travel for each request. I know that browsers ...