Hi!
I am looking for xmpp / jabber protocol implementation for Delphi 7. IP*WORKS! is one of solutions, but it is expensive. I saw Any complete library for Jabber in Delphi? question and JOPL was the answer, but it is not for Delphi 7. What do you use for Jabber and Delphi 7?
...
I use Google App Engine and cannot use any C/C++ extension, just pure & pythonic library to do conversion of Unicode/UTF-8 strings to lower/upper case. str.lower() and string.lowercase() don't.
...
Do you know any good library for Java ME?
Application from http://www.i-nigma.com/ works very well, but there is not too much information on this website.
Of course I found http://qrcode.sourceforge.jp/ but compared to above its really mediocre.
I need this library to read 2D-code and then decrypt cipher. Library can be commercial.
...
In Ruby, I need to time out the execution of a block of code after n milli seconds. I know that the Ruby Timeout library supports timeouts in seconds:
http://ruby-doc.org/stdlib/libdoc/timeout/rdoc/index.html
Is this possible?
...
I'm struggling with the concept of when to use binary search trees and when to use dictionaries.
In my application I did a little experiment which used the C5 library TreeDictionary (which I believe is a red-black binary search tree), and the C# dictionary. The dictionary was always faster at add/find operations and also always used les...
There are a lot of "primitive" boiler plate types of data classes that could appear in many different programs.
However, I have never seen a class or library set that recognizes the need to combine all these things with common logic required for them such as validation.
Example classes ([] brackets correspond to classes also in hypothe...
Hi,
I have a SharePoint 2007 portal, that contains several document libraries. Whenever I open a document from a document library, Word 2007 requests me for my credentials, although I'm already logged in the portal.
Does anybody know how to set up Word 2007 to accept the existing credentials from SharePoint 2007?
Regards,
Voicu.
...
How would one go about adding fl.controls.* to AS3 projects developed under Linux?
Apparently it is not part of Flex 3SDK for Linux (which is what I am using to compile) or maybe it is and I am not importing it correctly..I downloaded this SDK last March, maybe time for update?
Looking at Adobe Official Docs for fl.controls does not me...
Which libraries do you guys use for generic data structures like linked list, binary tree etc.?
What are the most common, efficient libraries? Can you name some?
...
Hi,
I am currently working on an educational project where I would like to add some PDF reading functionality to an iPhone app. I know that it is possible to add a UIWebView and display the PDF there, however I would like to add the ability to show page number, 'next', 'previous' buttons etc. Is CGPDFDocument the direction that I should...
Are there any opensource / free alternatives similar to the mxGraph javascript library besides gRaphael and Raphael?
...
I'd like to have a simple & lightweight library/application in PHP/Python/C/C++ library/application to match/correct/give suggestions to input. Example in/out:
Input: Webdevelopment ==> Output: Web Development
Input: Web developmen ==> Output: Web Development
Input: Web develop ==> Output: Web Development
Given there is database o...
Hi,
I met the share library not found on the head node of a cluster with torch. I have built the library as well as specify the correct path of the library while compiling my own program "absurdity" by g++. So it looks strange to me. Any idea? Thanks and regards!
[tim@user1 release]$ make
...
...
g++ -pipe -W -Wall -fopenmp -ggdb...
Hello I'm a programmer that has just recently started programming applications for the iPhone.
I want to create a game where the main character goes around a series of room and each of this contains a different minigames.
The game is going to be 2D similar to the likes of "Final Fantasy Advance Tactics", Pokemon or Zenonia(for the iPho...
can anyone help me on how to integrate new library in dev cpp?
i want to have a haru library to my compiler!
...
we have some class library that will pop up a dialog, is this a bad idea to do so?
...
I'm mavenizing some projects.
These projects all depend on a number of libraries, most of them are available in the maven repo.
For the other libraries, I'd like to create a maven artifact, so I can use it as an dependency. The problem is, I only have jar files of these libraries.
What is the best way to create artifacts from existing ...
What options are there currently for displaying business charts (e.g. bar, pie, scatter, line) in a MonoTouch application? Obviously I could roll my own using the graphics library, but are there any existing MonoTouch-compatible libraries?
If not, could I use a standard iPhone charting library in MonoTouch (i.e. something designed to be...
I have a pretty plain Win32 application that links against a library I wrote that contains resources in an .rc file. The problem is that the .exe doesn't seem to find those resources. But if I move the .rc file from the library project to the .exe project resource loading works.
What step am I missing? I have the impression I have to c...
I'm trying to come up with a best practice for sharing code among a group of Android applications. For example, suppose I have a content provider that I want to access from several Android applications. I'd like to have a class that contains static members for content URIs, column identifiers, etc. This class would be shared by the conte...