library

Where can I find a simple graphics C library for writing directly onto a frame?

I need a simple graphics C library to use on a device where I will be writing directly to the frame. The frame is located in regular memory. There is no graphics acceleration hardware. Nothing fancy. I just want to be able to draw lines, circles, OSD stuff like strings as well. It would be nice to have functions that use good, lean a...

Websphere Shared Libraries and Java 2 Security

Hi I have created a jar file to load a native library ( using System.loadlibrary() ) and configured this as a shared library within WebSphere ( v6.1 ). The server has to run with Java 2 enabled ( it's the law ... ) When I try to access the library I can see that the correct classes are being loaded from my jar file, but the attempt to ...

Good c++ lib for threading

I prefer a lib solely based on pthreads. What is a good c++ lib to for threading? ...

Creating a project, from Makefile to static/dynamic libraries in UNIX

Guys, would you describe a few things about c++ building blocks, on unix. I want to create an application that links against static libs and dynamic libs (.so). Question 1: How do I create static library using gcc/g++ ?How do I make my app link against it. Question 2: How to specify it in the makefile, linking against static and dy...

recommmendations Java libary for SMS gateway international.

I want to make program it's can send sms to person in other country. I heard using sms gateway international can do it, and cheap (or maybe free). So, i want to know the best library for it . Thx i'm using netbean 6.5 for making program. ...

Creating a Class Library in VB.NET

Hi Everyone. I need to create a class library in VB.NET that will connect to an Oracle database. I would then be executing some functions to retrieve informations from a database. I would then need to utilize this class in ASP.Net 2.0 project. Would someone care to point me in the right direction in achieving this? Thanks. ...

Do many Python libraries have relatively low code quality?

Edit: Since this question was asked a lot of improvement has happened in the standard Python scientific libraries (which was the targeted area). For example the numpy project has made a big effort to improve the docstrings. One can still argue if it would have been possible to address these issues continuously right from the start. I ...

Template function passed to shared library (c++)

Bit of a thought experiment... Ingredient 1: A class in a (precompiled) shared library that has a function that takes a pointer to an object derived from ostream: void ClassName::SetDefaultStream(std::ostream *stream) Ingredient 2: My own class deriving from std::ostream, with some generic templated stream operator: class MyStream :...

Should libraries (jar) go into the repository?

Hello, When you start to use a third party library in Java, you add their jars to your project. Do you also add the jars to the repository or do you just keep a local installation. And if the latter, how do you sync between team members to be able to work? Thanks. ...

Where to set LD_LIBRARY_PATH on solaris?

What is the best place to set up application specific LD _LIBRARY _PATH variable on solaris? How does LD_LIBRARY_PATH variable work? We currently set it up in .kshrc, but different applications need different versions of messaging framework, but these applications run under the same use and hence they would need different LD_LIB...

Reading and decoding PDF-417 barcodes stored in an image or PDF file from within a .NET application

I am looking for a .NET library that is able to decode data from a PDF-417 barcode that is embedded either in an image file or PDF. At this point, I have only been able to find a Java version and a C version. Ideally, this library would be both open-source and free of charge, but I doubt such a decoder exists. I am open to trying out...

Fixed point math in c#?

Hi there, I was wondering if anyone here knows of any good resources for fixed point math in c#? I've seen things like this (http://2ddev.72dpiarmy.com/viewtopic.php?id=156) and this (http://stackoverflow.com/questions/79677/whats-the-best-way-to-do-fixed-point-math), and a number of discussions about whether decimal is really fixed poin...

Python Graph Library

I'm writing a python application that will make heavy use of a graph data structure. Nothing horribly complex, but I'm thinking some sort of graph/graph-algorithms library would help me out. I've googled around, but I don't find anything that particularly leaps out at me. Anyone have any good recommendations? ...

Enterprise Library Logging filling the Event Viewer with ClearTrust trivia

Something's changed, and I cannot tell what. I have an IIS Web Farm platform with Dev, Test, QA and Prod environments. 7 servers in all. Dev, Test and Prod have all suddenly been overflowing with verbose security events from every website that uses RSA ClearTrust. The QA environment remains untouched. Something's changed. That much i...

SharePoint Document Library

Can I link to a specific document in a SharePoint document library? As of now, I can only link to the entire document library and not a specific document within it. ...

How ubiquitous is hash_map?

The hash_map and hash_set headers aren't included in the C++ standard yet, but they're available as extensions with all the compilers I've used lately. I'm wondering how much I can rely on these in real code without sacrificing portability. I'm working on tools projects that need to run on a host of architectures and compilers, includi...

.net - How do I hide methods/properties of my class-library (dll) from Visual Studio's IntelliSense?

I am writing my first class-library in VB.NET. My idea is to distribute this library so others may use it in their applications. However, perhaps due to my lack of experience in writing and structuring the library and the classes therein, I noted that the methods/properties are ALL being shown in the IntelliSense of Visual Studio. The...

Microsoft AJAX client library vs jQuery

A lot of discussion are going on with jQuery and MS Ajax after the jquery integrated news. I'm currently in the process of convincing my team to consider jQuery, but I'm not a pro on either of them. I really want some good comparisons between jQuery and MS Ajax "Client" library, as my team is arguing that we can what jQuery can if we j...

Vector Statistical Library - Math Kernel Library

Could anyone explain me (in plain English) how to link the Vector Statistical Library (included in the Math Kernel Library) to a Fortran 90 source code compiling with Intel Fortran compiler for Linux? My makefile looks as follows: f90comp = ifort libdir = /home/project/ mklpath = /opt/intel/mkl/10.0.5.025/lib/32/ mklinclude = /opt/int...

X11 libaries in OSX 10.5?

I have (I believe) a fairly standard 10.5 installation, and I'm trying to compile.. Well, I'm trying to compile T.38modem, which requires OPAL which requires pwlib which requires libX11. Kinda dumb, but whatever. The problem is that in /usr/X11/lib, I have the following: Brians-mini$ nol libX11.* lrwxr-xr-x 1 root wheel 14 Mar 3 2008 l...