library

Cross-thread operation not valid

Hi All, I keep getting the following error when debugging. Cross-thread operation not valid: Control 'richTextBoxReceivedMsg' accessed from a thread other than the thread it was created on. Here's the code that it points to: public void OnDataReceived(IAsyncResult asyn) { try { SocketPacket socket...

Objective-C Class / Library to send "curl -F"

Hi, I'm looking for some objective-c Curl Library to send a "curl -F ..." command. I just found complicated ways.. is there an easy class which let me send it easy as direct command? Greetings ...

Basic Financial Library for Python

I am looking for a financial library for Python that will enable me to do a discounted cash flow analysis. I have looked around and found the QuantLib, which is overkill for what I want to do. I just need a small library that I can use to input a series of cash flows and have it output a net present value and internal rate of return. ...

What library I can use for sending POST and GET requests in C++?

Possible Duplicate: What C++ library should I use to implement a HTTP client? What library I can use for sending POST and GET requests in C++ ...

.NET WPF UI Component Library

Which library to use for WPF? Infragistics ComponentOne SyncFusions ActiProSoftware Telerik Thanks, Marco Parenzan ...

Errors thrown from stl when compiling a module which uses the "Meschach" library

Hi, I'm working on a module which uses a shared library, which in turn has a static library linked to it. The shared library build works fine and generates a .so. When I try to use it in the module, I get a variety of errors, most of which are based on stl (stl collections to be specific), at the compilation stage. The errors look like: ...

LibTomCrypt and LibTomMath—development status?

LibTomCrypt in the past has seemed like a very viable and useful option for encryption. And the associated LibTomMath could be a useful math library. But lately, I can't see any development on it and it's ambiguous as to what is the "current" web site for it. E.g.: http://libtomcrypt.com/ which points to http://libtom.org/ old page h...

librsvg library crashing in release mode

Hello, recently I've been trying to write an application that draws SVG pictures. I'm using librsvg library in order to do so. I found a static library file "librsvg-2.dll.a" somewhere and it seemed to do the trick. The problem is that it crashes in release mode on rsvg_init() function call. I have no idea how to cope with that. Perha...

XMPPPY have function to manage invitation in client side?

Hi, I'm coding by python about Gtalk I use XMPPPY. But I can chat with GTalk client but the problem is I can't accept invitation. Is XMPPY can do ? ...

Can I put shared applescript code in a separate file and load it in various scripts?

I'm starting to poke around with Applescript and am looking at writing a few scripts for managing windows. A common task they will all need is to get the current screen size. I've created a screen_size subroutine that seems to work, and I want to be able to share that with all my scripts. However, I can't figure out a way to put that ...

Java - best library to help draw text at arbitrary anchor points

Hi all, I'm familiar with how to use the various FontMetrics functions to center text vertically, horizontally, and whatnot. However, I am looking for a library that supports drawing text at a given xy location relative to the string (e.g. I want the center of the string at x,y, or I want the upper right corner of it to be here, etc.) ...

PHP GD not rendering unicode fonts properly.

I am having problems in rendering unicode glyphs ( language : Malayalam, Tamil and Hindi) with PHP GD library. Is this something related to the rendering engine of GD library? Any workarounds available ? ...

Dynamic lib(rary) in Eclipse for NON-Dynamic Web Projects

Is there a way to add a dynamic library folder to a plain Java project similar to WEB-INF/lib in a Dynamic Web Project? I mean, can I specify a simple folder, let's just call it lib, and have Eclipse monitor it for any library jars I might want to add or remove. Currently I only know this behaviour from the Web App Libraries where any ...

how to parse an email message and process various information

Is there any library to parse email messages? I know there are a lot. In addition to basic MIME parsing it should be able to parse things like: If the mail is a forwarded message: parse and tell me the original sender of the message. Get the the parts that should be quoted. I mean like Gmail shows "- Show quoted text -" It should su...

How to use an external server with Ruby AMQP Carrot Library

I am using the Ruby AMQP Carrot library and I am trying to talk to a test RabbitMQ server on a virtual machine. The AMQP port is open on the machine but I can't get Carrot to establish an external connection. I have tried the following: Carrot.queue('message', :durable => true, :server => '192.168.162.176') Carrot.queue('messa...

Where is the best place initialize a Singleton in Rails?

Where is the best place initialize a Singleton in Rails? I am using the Carrot AMQP library in a Ruby on Rails app and I only want to initial the settings once and not on every task that is generated. I currently have it in my environment.rb and it seems to work but I am not entirely sure this is the best place. Is having Carrot initi...

Suggestions for SCORM player + API or Library in Java and player in Flash

Hi Everyone, I'm hoping I can be guided in the right direction. I have been asked to help with a web eTraining software. Basically videos, and questions alternating. A request has come up to be able to handle and play SCORM courses. I have done some reading and gotten familiar with how it works, and discovered some wonderful and a...

C++: How to add a library in Netbeans (DarkGDK + DirectX SDK)

Hi, I'm trying to learn how to make games with DarkGDK. But I have to write in Visual Studio. I don't like Visual Studio. Its suggestions (Ctrl-Space for Completion) are bad (is my opinion) and the compiler is broken (See my previous questions). So I want to migrate to Netbeans, whit MSys and MinGW. But I'm not able to use the DarkGDK...

Can anyone describe in detail how to set up javasci (SCILAB) in eclipse right, please?

hi, I am trying to set up SCILAB's javasci ineclipse for the whole day, but it's not working and I don't know, what they want to tell me with http://www.scilab.org/product/man/compile_and_run_javasci.html in included the javasci.jar in the properties/libraray so that eclipse knows the special comands but afterwards it desn't work. I co...

How do I use a 3rd party C library in Xcode for my iphone project?

Hello Stack Overflow, love this site and all helpful people! I'm newbie to Xcode and iPhone programming but I've pretty much got the hang of using the SDK to make programs in Obj-C (simple programs right now but make me happy). My experience is web programming (such as PHP and Perl) and I'm not really used to a lot of the new Xcode/deskt...