library

What's the difference of compile time libraries and run time libraries in java?

And what are the pro's con's of using either? I actually saw it in Netbeans under Project Properties > Libraries for Java Applications. We have two tabs, one for compile time libraries and run time libraries, and it looks like we can add a library to either independent of each other ...

console-like interface on a web page using javascript

Hi. I very like MySQLs mysql cli tool and I don't like phpMyAdmin. [IMHO]It's a nice thing for a Windows user, but its not so good when you've used to console.[/IMHO]. What I want is to build a web page containing element with console-like input (for example something like this) which should get input from user, send it to PHP script o...

how to make a rss for my site's info on gae

i want to find a rss lib to do this , did you know ? like this : thanks ...

PHP: Working with video and timecodes

Are there any good libraries (preferably free) for working with video files and their timecodes? I especially need two kinds of functionality: Get information about video files in as many formats as possible, but most importantly QuickTime. For example duration, bit rate, frame rate, format, dimensions, display aspect ratio, pixel aspe...

How to use Alvas.Audio to detect any sounds?

I have a problem with start to code my app. How I can detect sounds provided to my microphone using Alvas.Audio library? Could anyone provide me a sample code (i don't know how to use bulit-in function in that library)? ...

Java support for interlace png

Hi I'm searching for a java library (free or commercial with reasonable costs) that could handle progressive loading of interlaced images, ideally something that I could control the size manually : load X bytes, render, close the stream, reopen the stream, skip X bytes, load more bytes, render again, etc. I do not have too much prefere...

Reducing the need for JavaScript libraries

I'm writing several small things in JavaScript, notably a mousemove event, and a AJAX call. I don't believe that two things should necessitate loading the ~25KB that is jQuery. Add in the fact that I want as few external dependencies as possible and necessitating jQuery isn't something I want to do. Is there a primer / tutorials on rewr...

Jquery Droppable Demo Help

I am testing out the Jquery droppable photo manager demo: http://jqueryui.com/demos/droppable/#photo-manager Currently when the photo is deleted it is moved to the trash bin. How can I have it copy the image and move it to the trash bin so that it appears in both places?? This is the code: <script type="text/javascript"> $(fu...

Need a C++ library to convert excel files from 1995 to new ones

Hi, I was wondering if anyone knows of a C++ utility that can convert a 1995 .xls file (Microsoft Excel v7.0) into an excel file form 1997 or later. It doesn't need to be free. thanks ...

How to Store MPMediaItemCollection object in NSUserDefault?

Hi All, In My Application i access ipod Library and choose the song. i want store that Song in NSUserDefault for save that song for reuse. But when i reload the application i get error and application get crashed. I use NSData to store that MPMediaItemCollection object. I use following code... Save collection is my MPMediaItemColl...

How to implement import lib with simple jmp assembly?

Generated import libraries (the ones used to link a program that will load a dll) AFAICS implements the various calls to the imported functions as assembly jmp statments. This indeed looks like a very optimal solution. It does not require pushing the arguments a second time, neither returning from a call. I want to create my own import...

Reading and parsing Excel files in C#

What is the best way/library to read Excel 2003 and 2007 files using C#? I need to do some heavy parsing. ...

Is there a library similar to Orekit in .NET?

I would like to know if a library similar to Orekit exists in .NET. I am curremtly trying to use OrbitTools but it lacks decent documentation. Thank you very much. ...

static initialization

Hi, the context I'm working on a project having some "modules". What I call a module here is a simple class, implementing a particular functionality and derivating from an abstract class GenericModule which force an interface. New modules are supposed to be added in the future. Several instances of a module can be loaded at the same ...

Shared Object Library with Persistence

Hello Everyone, I have a quick question that I am hoping is fairly simple to answer. I am attempting to develop a shared Employee object library for my company. The idea is to create a centralized database that contains information about our employees (Reporting Hierarchy, Office Locations, General Info, etc) and then create an shared o...

Is there a simple library for C++ to draw to the screen?

Hello, I'm just starting out in C++ programming and I want to try creating a space invaders clone in C++, I want to avoid using game libraries and things that would solve a lot of the problems (like game loop and vector maths etc) so I can tackle these myself, but, I have no idea how to begin drawing things to a screen. I was wondering...

Application Configuration File not showing up

Hello, I created a new project to test the Microsoft Enterprise Library 5.0. It asks me to select the PROJECT - ADD NEW ITEM - APPLICATION CONFIGURATION FILE. For some reason, I don't see the Application configuration file option. Please let me know how to fix it. Thanks. ...

How to create a library and call the header files using < > instead of ""?

Hello, I've been writing a library lately for my C++ computer class. I would like to put all my .lib and my header files inside a folder outside the project that's going to be calling the library. How can I call the library header files using the < > operators instead of the " "? I'm using visual studio [specifically VS03] Thanks, Y_Y...

Converting COFF lib file to OMF format

Hello Is there any way to convert COFF library (lib file) to OMF library for using with C++Builder6 ? This coff is not just import library, it conatians some code. When I try to convert it using borland's coff2omf.exe, I get 1KB file from 15KB file. ...

Are there any C# library for screen scraping?

Hi, there are lots of open source screen scraping libraries for python,php. However I couldn't find any .Net counterpart. Could you recommend any library for screen scraping or just html parsing which make life easier. ...