library

GPX Parser for Java?

Hi are there some Java API for parsing GPX files? I need to parse many GPX files into our own data structure (our own database). Thx 4 help Buju ...

How might I strongly sign an external DLL while retaining its assembly metadata?

I have a few libraries I use in my project that are unsigned. Because my application is strongly signed, the libraries must be as well. I sign these libraries using: "%PROGRAMFILES%\Microsoft SDKs\Windows\v7.1\Bin\ildasm.exe" /nobar /all /out=library.il library.dll "%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\ilasm.exe" /dll /key=My...

What is the best way to store and view a Source Code Library?

First of all I have been away from SO for a few months, had to take a short break from coding (sometimes I have to disconnect for short periods so I don't go crazy). Point being, forgive me if this question is not appropriate or is a duplicate, I did a search but was not able to really find anything too similar. So my main question, ...

How to create Custom Spalsh screen while Silverlight downloader download Application Library Cache files ?

Hello, I have created a sample application suing Application cache, My some files are located on server. its working fine. But Now I have added appx 10 MB ZIP file and now want to downlaod, Silverlight downloader show 100% in xap download and then no progress show just circle appears. I have tried the http://pagebrooks.com/archive/200...

What is the best open source pure java computer vision library?

As a practical developer I would like to make a good algorithm for my specific task, built from blocks, like a 'boundary extraction', or 'gamma correction' and so on, but I don't want to implement the wheel, making all that stuff, so I wander - if there's any powerful CV library, like C++'s OpenCV? Saying "the best", I mean library havi...

Adding a button to last UITableView row

I'm developing an app where the user can choose between a number of included songs. I also want the user to be able to choose a song from his/her iPod Library. Currently the song is choosen by selecting it in a UITableView. So I figure I would like to add a new row at the end of the table and make it a button that will fire a MPMediaPic...

Create MVC.Net filter and htmlhelper library

Hi, I use MVC.net alot, and I made some functionality (or found it on internet) which I use in every project (custom authentication filterattribute, ImageActionlink html helper etc). Is it possible to create a "class" library with these filters and htmlhelpers etc? So I could import them in every project. And how would you do this ? ...

java lib for gathering integration statistics

During last time I made many integrations (data transfer from one place to another, including DB,SSH,FTP,etc), and for each I need to log some statistics (e.g. how many files updated, how many db rows inserted, errors occurred, etc). All this integrations work once per day and until some error occurred, i'm not interested in logs. But wh...

Are there any simple and effective Open Source Java database-backed queue libraries?

I have a few different apps which need robust database-backed job/task queues, and so far I've had trouble identifying any promising candidates. I'd love some suggestions! BTW, by database-backed I intend something which persists job data and status to a JDBC DB for reliability purposes. Oh, I'm specifically looking for a library. I'm ...

I am trying to upload the document from my site to Google Docs using Zend Gdata library, but it gives below error.

I am trying to upload the document from my site to Google Docs using Zend Gdata library, but it gives below error. Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 400 Inconsistent repeating query parameter ' Thanks in Advance and please ignore my english errors. ...

Duplicate Symbol error for shared library constants

Hi, I am developing an iPad application. There are two classes D1 and D2 inheriting from same base class B. 'B' has an member variable 'm'. Both D1 and D2 are compiled as separate static libraries. When the main project tries to link to these libraries it gives duplicate symbol error for 'm'. BFile.h @interface B { int m; } @end D1Fi...

Sortable ul/li tree with move to parent/child and handle

Hey, i need a lib or a plugin to sort a ul/li tree. It should have the handle option, like the on for jQuery UI. And you should be able to move the li's to the parent or child ul's. ...

Simple tar implementation?

Hallo, I'm looking for a really simple and easily hackable tar library for C or C++. Ideally it should have a permissive license (BSD/LGPL) and not have a ton of Unix/Windows OS dependencies, as I plan to use it from an embedded RTOS... Any ideas? ...

Have you seen library for flexible working with terminal(Unix like)?

Hi, everyone. Have you seen library for flexible working with terminal(Unix like)? I want to implement autocompletion, history, help params in my console application same operations you can see in the Unix terminals. C#, Mono library. Thanks. ...

C Library to read configuration files with syntax based on curly brackets.

For my C projects I'd like to use curly brackets based configuration files like: account { name = "[email protected]"; password = "test"; autoconnect = true; } etc. or some variations. I'm trying to find some nice C libraries to suit my needs. Can you please advise? ...

Producing WSRP 1.0/2.0 from a standalone webapp - state of the art

Dear all, I intend to produce WSRP interfaces from a standalone Java web application so that one can embed its front-end in portals (Liferay, IBM websphere portal), aside standalone front-end and back-ends. What is the recommended way to achieve this ? I cannot find out a WSRP producer Java library that seems to do the job. The common...

When Linking: use -l flag or just treat archives as input

I had some problems linking the static library stxxl into a shared library as outlined in my question Linking a static library into Boost Python (shared library) - Import Error The command I was using was g++ -Wall -pthread -march=i686 -I/home/zenna/Downloads/stxxl-1.3.0/include -include stxxl/bits/defines.h -D_FILE_OFFSET_BITS=64 -D_L...

Android Library is not working.

Nothing too exotic. I have classes in a library project, which is set to "Is Library". The target application project uses this library under the Project Properties/Android section. The project is set to version 2.1-Update (api 7). None of the classes from the library are visible in the target project. i.e. import statements referencin...

UPS developer API missing ja

Hello, I am looking for what jar library to import into my software. I am using ups's Shipping_Pkg_Gnd.zip for a spring board to provide shipping label generation. However they did not provide a .jar library in any of sample code that they provide. Does anyone know where to get this library. Here are the imports that will not work beca...

Alternatives to .NET provided apis regarding uris and urls

I've recently come to the realization that the .NET apis working with URLs and URIs frequently come up short in achieving even basic functionality (atleast easily) including things such as: generating a FQDN url from a relative path, forcing https or back to http, getting the root of the site, combining relative urls properly and so fort...