library

Redirecting to EXEs with Query String Params and IE6/7

Greetings! I'm scratching my head, wondering why when I do the following: Response.Redirect(@"http://www.example.com/file.exe?id=12345"); Both IE6 and IE7 will download the file as "file" (with no extension), but Firefox, Opera, Google Chrome and Safari have no problems at all downloading the file as "file.exe". Any idea what IE6/7'...

GLib v APR pros and cons of each

I have a couple of hobby C programming projects that I would like to start. I am looking for an open source library that has a liberal license (I want credit, but pretty much anybody can use). The library needs to have strings better than the C standard library and some portable threading primitives. I am considering GLib and APR. Wh...

How valuable is a company programming library?

My company has a library for programming books, to encourage learning new skills. I also see all the marketing by Fog Creek that shows their working library. Based on different SO user experiences, curious about insight into the following: Is a Programming Library really useful? Does it only work well with small companies? If your co...

Javascript libraries to extend built in data type objects

There are a number of great Javascript libraries\frameworks out there (jQuery, Prototype, MooTools, etc.), but they all seem to focus on DOM interaction and AJAX functionality. I haven't found any that focus on extending the built-in data types (String, Date, Number, etc.). And by "Extending" I mean methods to solve typical work-a-day pr...

How do I build a Style Library for use in Silverlight Class Libraries?

I have a Silverlight application that is built from a set of Silverlight class libraries. I would like to create a common Silverlight library that contains a set of resources used to define the styles used for all the Silverlight UI libraries. This would be simlar to the <Styles>'s defined in the node within App.xaml file. Is this po...

Move / Copy File Operations in Java

Is there a standard Java library that handles common file operations such as moving/copying files/folders? ...

Regular expression library for vc6 Cstring?

Is there any regular expression library that i can use with CString of vc6? Opensource/Free library is needed ...

Is there a .NET Library or API to interact with/Edit the IIS Metabase ?

...or am I stuck rolling my own "XML chopping" functions. I'd like to create a small tasktray app so I can quickly re-point a Virual Directory to one of several of folders on my harddisk. Bit of background: I have 3 different svn branches of our code base on my dev machine. Current Production Branch ( C:\Projects\....\branches\Pro...

Does anyone know of a C/C++ Unix QR-Code library?

I'm looking for a QR-Code library for C/C++, not Java or .Net please. Anyone knows of one? Note: There was a similar question a while back however but it didn't get answered properly. ...

JavaScript Libraries - Side-by-Side Comparisons

Microsoft recently announced that they were endorsing jQuery as an "officially" supported JavaScript library. I certainly wouldn't argue that jQuery is a fantastic framework to work with. In fact, I just bought the book. But I'm curious to know why. Specifically, I'm interested to know whether or not we web developers can expect jQue...

Good library/libraries for datastructures in assembler

Are there any good libraries (preferably with commented source) for standard datastructures (Linked list, array list, queue, stack etc.) for x86 (or others) in Assembler ? I don't like to reinvent (and debug !) the wheel.... ...

Can I integrate my existing C++ library in iPhone application

Hi All, Can I integrate my exsisting C++ library in an iPhone application? Thanks & Regards Khushi ...

C++ library integration to iPhone application

Thanks for your support, but will it(integration of exsisting C++ library with iPhone application) effect my application at the time of submision to Apple Store? Are there any chances of disapproval of application from Apple Store? Thanks & Regards Khushi ...

Is There A C# Library Containing Types Such As Telephone Number, Address, Zip etc.?

Almost everyone needs simple types such as these (tel. number, credit card, uri, email address) - is there a C# library available to save everyone having to re-invent the wheel? ...

Open Source Proxy Library for .Net

I'm looking for a open source .Net HTTP proxy library. Basically I want to develop something like Fiddler (so much lighter with less features). ...

Static linking advantages

I recently read a question on here about static and dynamic linking, which reminded me of some questions I've had about it. From that post, I can see what the technical difference is (including object file contents directly instead of merely pointing to it), but I'd like to know a bit more about the pros/cons of doing so. A while ago,...

Using the QMDIArea with qt4.4

Hi I'm using the QMdiArea in qt4.4. What I'm doing: If a new project is created, I add a number of subwindows to a QMdiArea. And I'd like to disallow the user to close a subwindow during the runtime. The subwindows should be closed, if the hole application is closed or if a new project is created. As I have seen in the qt-documentaion,...

Does stl in c++ have tree data structure.If not any c++ implementation for tree structure?

Does stl in c++ have tree data structure.If not any c++ implementation for tree structure? http://stackoverflow.com/questions/205945 ...

How many developers would use LGPL library code in their own projects?

I know many developers won't even touch LGPL but only use MIT or New BSD licensed libraries. But exactly HOW many? I would use LGPL in my own projects, am I "alone" or "close to alone"...? The platform I am most interested in knowing about it .Net developers... As in; "How many percent of the world's .Net developers would use an LGPL ...

ruby pdf parsing gem/library

Hi All, Any recommendations as to which is the bestpdf reading library/gem (free/open source of course) in ruby? I found a list at http://rubyforge.org/search/?type_of_search=soft&amp;words=PDF&amp;Search=Search but want to tap peoples experience in filtering it. I mainly want to parse input pdf files and extract the text within, par...