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
...
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...
i want to find a rss lib to do this ,
did you know ?
like this :
thanks
...
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...
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)?
...
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...
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...
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...
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
...
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...
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...
What is the best way/library to read Excel 2003 and 2007 files using C#? I need to do some heavy parsing.
...
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.
...
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 ...
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...
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...
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.
...
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...
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.
...
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.
...