library

View Item but dont open it- sharepoint

How I can create item in document library that someone can view it but cannot open it. My problem is I need item appears in search but the user can not view file. Thanks in advance. ...

Getting a list of used libraries by a running process (unix)

I need to find out what libraries a unix process has loaded and might use throughout it's lifetime. Is this possible and how. Or better yet, i have a library name and i need to find out what processes are using it, is this possible. On the same note, is it possible to get notified some how when a unix process is launched and when it is ...

Changing SharePoint form library auto increment manually

Hi all, is it possible to manually increase the autoincrement of ID column to another number in a SharePoint forms library? I need to do it once. Thx in advance. ...

Floating point library for embedded application

I'm developing program for Cortex-M3. It doesn't have floating point coprocessor. Standard C library can emulate floating point operations, but I don't use it due to its size. Is there any good and free c library, which can emulate floating point arithmetics, targeted on ARM processors? Currently, when I use floating point operators I h...

Static library inspector for windows?

I know there are tools like PE Explorer for inspecting the contents of DLLs on windows (exported symbols, etc). Is there something similar for static libraries? I'm linking against a third party library that's generating some linking errors, and I want to double check that the symbols I expect are indeed being provided. ...

linking <iostream.h> in linux using gcc

I'm trying to run my very first c++ program in linux (linux mint 8). I use either gcc or g++, both with the same problem: the compiler does not find the library I am trying to import. I suspect something like I should either copy the iostream.h file (which I don't know where to look for) in the working folder, move my file to compile ...

how to set library path in dev cpp

how to set library path in dev cpp so that i won't commit a linker error or undefined references! ...

Java implementation of stochastic indicator for finance

Hy, I'm searching for an API/library offering an implementation of the financial stochastic technical analysis. Does someone know a ready-do-use solution? Thanks, ...

Library for eclipse style tooltips?

Does anyone know of an open source swing tooltip library that works like eclipse's tooltips? Specifically, the functionality I'm looking for is a tooltip that acts like a regular tooltip, but persists when you press 'F2' (or some key) so that you can copy the contents to the clipboard. Thanks. ...

How can I extend std::basic_streambuf to treat any iterable sequence as a stream?

Note: Edited based on responses to receive more appropriate answers. I have a collection of C++ templates that I've made over the years, which I call Joop. It comprises mainly libraries that don't quite fall into the "general-purpose" category but are just useful enough that I keep slapping them into different projects, so most of them ...

How could I set/enable CONFIG_CRYPTO? (c#, VS)

I got a snippet of c# code from Koders and all the code greyed up after #if CONFIG_CRYPTO && CONFIG_FRAMEWORK_1_2 What I am suppose to do to match the condition? (I use Visual Studio) ...

Embedding dendrogram in Java

Hello, I'm looking for a library capable of drawing dendrograms of data in Java (not calculating them, I can do it by myself).. do you have any clues? Already tried to search it over Google but haven't found anything that is not stand-alone (while I need to embed the generation inside my program). Thanks! ...

WPF XAML resources

Hello, I would like to place some WPF Data Templates in a loose file that I can reference where needed in my UserControl. I do not want the Data Templates to be application wide (use app.config), I only want it to be specific to my library. Is there a way to do this besides placing the Data Templates in UserControls and then loading the...

Can't include a static lib(.lib) in visual c++

I've added a .lib to my c project, but still can't use things defined in that .lib in .c main() { structure_defined_inthat_lib c; ... I added that .lib this way: Right click ,property,Linker,Input, and in "Additional Dependencies",I type in "D:\path\name.lib" Anything wrong? ...

Library support for very high dynamic range TIFF files?

I work with satellite radar, and have been provided with a (very) large TIFF file containing 32 bpp greyscale data. Unfortunately, libtiff, the standard Linux library for working with TIFF files, doesn't support SampleFormat TIFF files, which means no support for high bit depth greyscale images or floating-point images. Does anyone know...

Is there an API or library for converting DWG to any standard image format?

I am building a back-end management application for an architect company, and they work with DWG files. I am looking for a library that can convert DWG into any image format, preferably in PHP, but I am open to finding a work around in another language and connecting to what I've built so far. ...

Java JMC "MediaProvider" - mystery class

in a library i'm having problems with there is this class com.sun.media.jmc.MediaProvider which i want to have a look at. i can't find a javadoc or anything for it, how do i find out its methods etc? ...

Linux application - minimize the dependencies

I am trying to minimize the dependencies caused by the shared library mysql++. I know it sounds strange; but I am struggling to solve a platform limitation on Slamd64 ( with 32bit compatibility installed ), where it natively doesn't have certain libraries. I am in a situation where I cannot alter the setup of libmysqlclient due to depend...

What separates a "private language WTF" from merely bad library/API/DSL design?

Some of the most entertaining Daily WTF stories feature private languages run amok. However, domain-specific languages can be quite powerful and seem to be increasingly popular. And of course we can't program at all without good libraries, but as the adage goes, "library design is language design". Nobody likes a bad API, but is the dif...

Are there any free alternatives to the Ranorex library (Python, Windows)?

I am interested in the Python one. I wish to automate some GUI under Windows. What is the best open source library for that with no strings attached? Thanks. ...