library

MS AJAX library in Firefox

Hi I'm working through Tony Northrups self-paced 70-562 exam primer and have hit the MS AJAX library namespace section. When trying to run his labs in Firefox the JS doesn't seem to want to work. I've just downloaded IE8 and they work fine in that browser. I don't mind running exercises in just IE8, but if we are to use this technology i...

External iPhone Cryptography Libs

Are there any legal problems using external crypto libs in my iPhone application? I know that Apple has to comply to US cryptography export rules but do I as a developer have any responsibility? How does it work? ...

Common and useful Graph functions?

Hi, I'm implementing a simple Graph library for my uni project and since this is the first time I'm dealing with graphs, I would like to know which functions you guys consider to be most common and useful for Graph implementations... So far, I have this: graphInitialize() graphInsertVertex() graphRemoveVertex() graphGetVertex() graph...

Logging Application Block-Microsoft Enterprise Library 4.1

In Logging Application Block in Logger.Write it takes event id as one of the parameter which is integer.So how to decide what should be passed as event id? ...

Microsoft office 11.0 (Word & Excel) Object Library work with Office 12 (Word & Excel) for VB6

Hi all friend; I have an application using VB6 and I use Microsoft Word 11.0 object library and Microsoft Excel 11.0 object library to use for the report purpose. But there are some computer in my work place using Microsoft Office 2007, so they cannot generate the report (with excel chart) from my application. I try to use late bindin...

any good free C DSP library?

Hi everybody I am developing an application to process geophysical signals; Right now I have done everything in octave and its digital signal processing toolbox, speed is not bad, however the application specifications say I need to port to the final algorithm to C; I am doing lots of filtering, re-sampling and signal manipulation/chara...

enterprise compiler issue

I was trying to compile something on my pc with IBM XL C/C++ Enterprise Edition V8.0 for AIX I got a error like: "aaalib.c", line #... something else: It refered to a variable that isn't initialized here. It works fine when compiled with gcc in linux. But I still would like to know why or if anyone has experienced something similar....

Get GPU Information in linux C

Is there any library in C for Linux to get gpu information for example BIOS Verison DigitalID... ...

Library to write javascript code

Is there a c# library that can help to write and indent Javascript code. It's because I'm writing some c# code that generated some Javascript code. Something like this : js += "<script type=\"text/javascript\">\n"; js += " function()...\n"; And I find that generated a lot of ugly code. So, I thought that maybe a existing library c...

Ajax is not working for me in codeigniter

This is my code to trigger the ajax.. <td>[url=”#”]load->library(‘ajax’); $this->ajax->link_to_remote($row->project_name, array(‘url’ => ‘index.php/admin_cont/ajaxtake’, ‘update’ => ‘data_div’)); ?>” style=“text-decoration:none”><?php echo substr($row->project_name,0,11).”..”; ?> [/url]</td> here “admin_con” is my controller page a...

Maven, how to add additional libs not available in repo

I have a maven project that has a set of library dependancies that are not available via any maven repository. How can I add those libraries to the pom? I want to do this so when I run 'mvn eclipse:eclipse' it doesnt remove those libraries from the eclipse classpath. ...

Where can I find a high quality music library for python that plays OGG, ACC and/or MP3 which isn't pygame?

I've tried the sound module in Pygame, and I haven't been satisfied with the results. I need to play music and sounds in my game. What can I use that works with OSX, Linux and Windows, and plays sound well? Unfortunately, pyMedia doesn't compile on OSX. ...

Calendar control GUI C++ library

Who knows a good component for a "calendar control" (NOT date/time picker)? "Calendar control" means something like Mozilla Sunbird: Requirements to the control: - C++; - Day/Week/Month view; - Support of several calendars; - Without MFC dependences; Nice to have: - Open source; - Cross plathform; - Free; - Minimum external dependen...

How to link Poco library(libraries) to our program in unix environment

Hi, i'm having trouble with Poco libraries. I need a simple solution to make the compilation easier. Is there any pkg-config file for Poco library to use it into our make files? Or any alternative solution? Currently i use Ubuntu gnu/linux. ...

Is there any java library (maybe poi?) which allows to merge docx files?

I need to write a java application which can merge docx files. Any suggestions? ...

C++ Library Include

Hi all, I am relatively new to C++ and need to use a library for the first time. I was hoping someone would be able to show me how to properly [ link to / include ] the library. The library I want to use is the ID3 v3.8.8 that can be found here: http://id3lib.sourceforge.net/ I have downloaded the Windows binaries and now just need a ...

Sharepoint checkin/checkout

We have a sharepoint based application that uses a custom database for storing metadata/files (which could also be on a file share) My question is how can the standard file checkin/check out option in document library be customized? The javascript file ows.js in the layouts folder contains the functions that provide checkin/check out/...

Cygwin gdal library load error

I built spatialite library then gdal library with spatialite support. Also built mapserver which depends on gdal with success. There was no problem with linking. When I try to execute a gdal utility I get: $ ogrinfo.exe /usr/local/bin/ogrinfo.exe: error while loading shared libraries: cyggdal-1.dll: cannot open shared object file: No ...

Multiple indexes for a Java Collection - most basic solution?

Hi, I'm looking for the most basic solution to create multiple indexes on a Java Collection. Required functionality: When a Value is removed, all index entries associated with that value must be removed. Index lookup must be faster than linear search (at least as fast as a TreeMap). Side conditions: No dependencies on large (like...

Looking for a library of XSLT to create SVG charts.

I'm looking for a library of XSLT to create SVG charts. I need pie charts, bar charts, line charts, all the usual suspects. I would hope for a reasonably simple DTD or Schema for the input files. Edit: I have the raw data for the charts and a mechanism to convert it into what ever XML is necessary for the XSLT library. ...