library

Python 2D image generation

Dear experts, What are some of the better libraries for image generation in Python? If I were to implement a GOTCHA (for example's sake), thereby having to manipulate an image on the pixel level, what would my options be? Ideally I would like to save resulting image as a low-resolution jpeg, but this is mere wishing, I'll settle for any...

How to find some code to detect code packer?

I wanna check lots of execution files (*.exe) that made by packer or compilers. So I need a library or anything like that which could tell me witch compiler or packer has made the *.exe files. I have tried the exeinfo but it makes me lots of minute to wait becouse it works one by one. Is there any program or library to handle that all...

Sharepoint second page library

Sharepoint 07 has nice page library. You can create templates and then just by pressing Site-> 'Create a page' get a choice with page templates. However if one tries to create second library, for example, document library, in the same site (node), then it is not possible to choose element type as "page". Only "wiki-pages" and "pages wit...

Compiling Matlab shared library with image processing toolbox

Hi all, I'm trying to compile c shared library from matlab. my matlab code uses a lot of the image processing functionality. So, compiling goes fine, but when i call the dll from my application, i get messages like, "Undefined function or method 'XYZ' for input arguments of type double". I have verified my arguments are ok -- it's not...

Would using a library like Boost be acceptable at work? (C++)

Possible Duplicate: Is there a reason to not use Boost? In my distaste for over-re-using small libraries that I had designed for different purposes (filesystem, network etc) for each project I had become to like the taste of using a larger general purpose library such as Boost. If it saves time (and money depending on the ge...

C/C++ - overriding default functions

Hello! I have the following question: Does Microsoft Visual Studio (I'm using 2008 SP1) offer any way to override standart C functions such as malloc, memcpy? Suppose I have some externally built library, which contains malloc.obj and memcpy.obj. Library is called library.lib. How should I build my project so that the compiler uses m...

Orkut Opensocial c# Client library: Running Sample project Default.aspx, problem?

I am using the opensocial client library and test the sample default.aspx provided in the package. I am able to get through the application. When I looked through the log provided,it said Albums not accessible. I have ticked the permission box on the application profile. Does anyone here manage to play around the sample and have it wor...

Is there any method to accelerate IJL scaled decoding speed?

I am using IJL(Intel Jpeg Library)v1.51, but there is a very strange problem, 1/2 scaled decoding (which means decoding a image with half original width and height) is slower than whole image decoding. Does anybody know why? And is there any method to accelerate IJL scaled decoding speed? ...

[Microsoft.Practices.ObjectBuilder.CreateNew] <-- wats the use of this method

I have beed assigned to go through a reporting application(Dev in ASP.NET) that follows MVP Pattern and i see that the below line of syntax is used very often. [Microsoft.Practices.ObjectBuilder.CreateNew] can anyone let me know wat exact work this line does. Thanks much, Faraaz. ...

When should I release my code?

I've been holding off on releasing a library I wrote because it is the first library which I'll be releasing publicly. Here are my concerns: The library isn't complete it is in a very usable state, I'd say it is version 0.3, however it still lacks a number of features which I would like to at some point implement, and control how they...

A better C++ HTTP client library

We are looking for a better C++ HTTP client library, and we're willing to pay for it. The product we want needs to be a statically linked, and to work on these platforms: Windows XP, Vista, 7 OS X 10.4, 10.5, and 10.6 We want it to do the following tasks really well: 1. Make HTTP GET and POST requests 2. Handle meta refresh and http re...

Struggling with common lisp libraries

I've learned scheme and quickly mastered a lot of it, then did a project in it just fine. Literally took me days to finish. I'm now trying to learn common lisp to get a feel for that and now I'm just really really struggling with trying to learn asdf. It seems to be common knowledge how to use it with libraries but I'm baffled. I guess i...

How to make and use library with lisp (clisp)?

In C/C++, I can make a library, and make it static one or dll using #include "" in source code, and -labc when linking. How do I have the same feature in lisp? As an example of util.lisp in directory A. I define a library function hello. (defpackage "UTIL" (:use "COMMON-LISP") (:nicknames "UT") (:export "HELLO")) (in-package ut...

3:rd party libraries in MonoTouch?

Is it possible to use 3:rd party libraries written in C# in MonoTouch? For example if I need to do image processing and need to make use of image processing library... Or rephrase the question: Can someone explain to me how 3:rd party libraries both written in obj-c or C# can be used with MonoTouch? BR //Christofffer ...

.net library for displaying dicom structured reports

I am using clearcanvas library to read and work with dicom files. However, as stated here http://www.clearcanvas.ca/dnn/Community/Forums/tabid/69/aff/8/aft/14041/afv/topic/afpg/1/Default.aspx they don't support dicom structured reports yet. Do you know any other free .net library or dll which I can use for that? Do you have any other sug...

Netbean 6.9.1 library problem

I have just upgraded to Netbeans 6.9.1 from Netbeans 6.8 and the following problem arose what was not there in Netbeans 6.8: I have an own project jar (let's name it alma.jar) that is used in several other project. Some beans from alma.jar also appears on the Palette. alma.jar is in the dist folder of the alma project and all the other ...

How to merge two "ar" static libraries into one

Hi I have 2 static linux libraries, created by ar cr, libabc.a and libxyz.a. I want to merge them into one static library libaz.a. How can I do this. I want to create a merged static library, not to give both libraries to final link of applications ...

Game engine or graphics library?

Should I use a game engine or a graphics library? I was just thinking of making a simple game to start out with, but what about when you get to higher-end stuff and high poly models? Which would be faster? Also, should I choose Xith3D or JMonkeyEngine? Or if I were to go with a graphics library should I go with JOGL, LWJGL, or the new J...

C++ library to discover sql database schema for multiple vendors?

Just wondering if anyone knows of a C++ library that provides a single interface for querying database schema (tables, fields, field types), and for a variety of vendors? I know DTL does this to some degree, although I haven't dug into the details of how it does it, or if it makes that info available external to itself. *ODBC is probab...

Partnership License: Percentage over Libs

Lots of developers spend hours coding free and open Libraries. Avoiding entering the fairness or motivational issue for the sake of objectivity, what I would like to do is charge 1% of the profit of whoever use my Lib. I want people to be able to publish their app using my Lib, without asking me for permission or having to close a deal...