active questions tagged libraries - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T01:16:53Zhttp://stackoverflow.com/feeds/tag/librarieshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1784786/mathml-and-java3MathML and JavaTom R2009-11-23T17:45:20Z2009-11-26T18:35:52Z
<p>Hi all.</p>
<p>I've been doing some research for a mathematical Android related project I'd like to embark upon and I stumbled across for the first time MathML. </p>
<p>Does anyone know of any Java libraries which can do any (preferably all) of the following things?</p>
<ol>
<li>Parse MathML</li>
<li>Output MathML by parsing standard mathematical notation</li>
<li>Render MathML (particularly important)</li>
<li>Do any other cool maths-ey things (like re-arrange equations in terms of different things)</li>
</ol>
<p>Number 3 is probably the most important, and number 4 the least.</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/1800272/modifying-qt-core-components-widgets-best-practices0Modifying Qt core components/widgets, best practices?EightyEight2009-11-25T22:08:37Z2009-11-26T14:53:08Z
<p>Hello everyone,</p>
<p>I'm trying to enhance Qt's QPrintPreviewWidget by allowing it to display page numbers (in the footer somewhere). Unfortunately, I can't quite figure out how to go about it without hacking up Qt's source. I see a great spot for this additional code (in qpaintengine_preview.cpp, in newPage() method) but that means I'm going to have to recompile the whole of Qt (I got a binary build from Trolltech). Furthermore, if I decide to run an app that uses this functionality on someone else's box, I'm going to have to recompile there as well (say if it's a different arch). </p>
<p>Are there any other cleaner ways? </p>
<p>Thanks</p>
http://stackoverflow.com/questions/1792261/java-maths-parsing-api1Java Math(s) Parsing APITom R2009-11-24T19:10:17Z2009-11-25T01:29:47Z
<p>Following on from my <a href="http://stackoverflow.com/questions/1784786/mathml-and-java">previous question</a>, I was wondering if anyone knew of any <em>free</em> (as in beer, as in freedom would be nice but not essential) math(s) parsing libraries for Java. I found one called <a href="http://www.singularsys.com/jep/" rel="nofollow">Jep</a> which used to be open-source (ie: written by the community), but now costs $300 upwards (is this even legal?).</p>
<p>Any help appreciated!</p>
http://stackoverflow.com/questions/1741816/isystem-for-ms-visual-studio-c-compiler0-isystem for MS Visual Studio C++ CompilerMathias2009-11-16T12:14:10Z2009-11-16T17:01:45Z
<p>I usually like to have a lot of warnings enabled when programming. However, some libraries contains code that easily causes warnings (.., python, Qt, ..). When compiling with gcc I can just use -isystem instead of -I to silence that. How can I do the same with the MS compiler? I know of the warning #pragma, but I would like a solution that does not involve compiler specific code all over the place. I also know that I can turn off specific warnings, but that is not what I want either.</p>
<p>BTW: isystem should be a tag of this question, but I was not allowed to do that..</p>
<p>SUMMARY: I want to see <em>all</em> warnings from my code, and <em>no</em> warnings from external code.</p>
http://stackoverflow.com/questions/1710027/can-should-i-put-3rd-party-libraries-in-version-control12Can (Should) I put 3rd party libraries in version control?cwap2009-11-10T18:13:09Z2009-11-11T21:21:38Z
<p>Hi all..</p>
<p>I've met quite a few people lately who says that 3rd party libraries doesn't belong in version control. These people haven't been able to explain to me <em>why</em> they shouldn't yet, so I hoped you guys could come to my rescue :)</p>
<p>Personally, I think that when I check the trunk of a project out, it should just work - No need to go to other sites to find libraries. More often than not, you'd end up with multiple versions of the same 3rd party lib for different developers then - and sometimes with incompatibility problems.</p>
<p>Is it so bad to have a libs folder up there, with "guarenteed-to-work" libraries you could reference?</p>
http://stackoverflow.com/questions/1705609/dynamic-libraries-with-local-and-static-variables1Dynamic libraries with local and static variablesSashi2009-11-10T04:26:13Z2009-11-10T04:33:07Z
<p>Can Dynamic libraries have global, local and static variables in linux?</p>
<p>If yes, then where will each of these variables get stored in the memory?</p>
<p>In my view, Globals and Static will be along with the code section of the Dynamic libraries
while the locals should get declared in the stack of the executable making calls to the functions of the dynamic libraries.</p>
http://stackoverflow.com/questions/1690893/hello-world-without-using-libraries8Hello world without using librariesunknown (yahoo)2009-11-06T22:24:43Z2009-11-08T00:10:02Z
<p>Hi,</p>
<p>It would be great if someone could help..</p>
http://stackoverflow.com/questions/1589418/how-can-i-filter-by-file-type-in-an-iexplorerbrowser-in-windows-7-libraries0How can I filter by file type in an IExplorerBrowser in Windows 7 Libraries?Daniel Jette2009-10-19T15:35:47Z2009-11-05T04:15:07Z
<p>I've created an instance of IExplorerBrowser in my code to create a custom I/O view in one of my dialogs. I've implemented the IServiceProvider and ICommDlgBrowser interfaces in my host class. I use the IExplorerBrowser::BrowseToIDList method to fill the view. </p>
<p>I would like to filter the file types displayed (ex. only PNG files). If I call BrowseToIDList with *FOLDERID_Pictures* (i.e. "My Pictures") I can use the ICommDlgBrowser::IncludeObject method or IFolderFilter::ShouldShow to restrict which files I allow to be displayed. However, if I browse to the Picture Library on Windows 7 (*FOLDERID_PicturesLibrary*), neither ICommDlgBrowser::IncludeObject nor IFolderFilter::ShouldShow are ever called. </p>
<p>Is there some limitation to filtering files in libraries on Win7 that I'm unaware of? Perhaps I'm missing an interface or maybe I've specified the wrong flag somewhere.</p>
<p>Any ideas would be greatly appreciated.</p>
http://stackoverflow.com/questions/1666271/what-crossplatform-libraries-do-you-recommend-for-haxe1What crossplatform libraries do you recommend for Haxe?Aftershock2009-11-03T09:40:26Z2009-11-04T08:49:39Z
<p>Hi,</p>
<p>I have already investigated.
I found nme,neash...Physaxe Do you know others?</p>
http://stackoverflow.com/questions/1670445/what-if-one-of-my-python-libraries-requires-python-2-5-but-i-only-have-2-4-3-5What if one of my Python libraries requires python 2.5, but I only have 2.4.3? [closed]alex2009-11-03T22:06:55Z2009-11-03T22:13:38Z
<p>What do I do? d</p>
http://stackoverflow.com/questions/1643578/how-should-i-make-a-library-dll-file-for-other-devs-to-use-in-their-projects-u1How should I make a library (.dll) file for other devs to use in their projects using C#?Papuccino12009-10-29T13:04:18Z2009-10-29T13:44:16Z
<p>Sure, there's a type of project in Visual Studio that outputs a DLL that people can use. I know that. I'm just wondering what are some of the standards that devs will <strong>expect</strong> when using my DLL file.</p>
<p>I'll be providing a class that searches for movies in IMDB and returns results for a dev to consume.</p>
<p>Not a webservice, but a local DLL file. (<em>I'm aware that IMDB frowns upon web scraping, but I'm also aware that they give permission to people if asked. My permission is already sent.</em>)</p>
<p>How should I approach this?</p>
http://stackoverflow.com/questions/1375013/class-libraries-for-javas-immense-verbosity0Class libraries for Java's immense verbosityGoody Two Shoes2009-09-03T18:08:37Z2009-10-27T23:46:16Z
<p>I recently got into Java. I have a background in dynamic languages and I'm finally figuring out why people complain about Java's verbosity. Are there any class libraries out there that address this issue? I'd much rather type something like "String text = someClass.stdin()" instead of the 8 or so lines it takes to get user input in Java.</p>
http://stackoverflow.com/questions/1614769/how-to-i-find-the-filename-of-a-library-via-the-library-name1How to I find the filename of a library via the library name?Crazy Chenz2009-10-23T17:10:47Z2009-10-24T04:18:17Z
<p>How to I find the filename of a library via the library name?</p>
<p>In otherwords, when I use "-lc", I know it is /lib/libc.so.6 (or something similar.) I want to be able to type some command where "-lc" is the input and "/lib/libc.so.6" is the output. To extend this idea futher, I wanted to specify my own search path so I can use this library resolver for different toolchains... Any help would be awesome,</p>
<p>Thanks
Chenz</p>
http://stackoverflow.com/questions/1584754/how-to-include-lua-scripting-language-into-c-xcode0How to include lua scripting language into C++ XCode?unknownthreat2009-10-18T12:21:36Z2009-10-18T12:34:23Z
<p>I have successfully compiled lua in my mac. It works. It runs. Now, I want to mix it with C++ in XCode. So I looked up in the Linked Library, the usual place to add more libraries in XCode. But of course, lua isn't there. Now, how do I tell XCode the existence of lua so that the program can include lua.h correctly?</p>
http://stackoverflow.com/questions/1441967/python-imaging-alternatives8Python imaging alternativesPaul McMillan2009-09-18T00:05:57Z2009-10-09T19:03:58Z
<p>I have python code that needs to do just a couple simple things to photographs: crop, resize, and overlay a watermark. I've used PIL, and the resample/resize results are TERRIBLE. I've used imagemagick, and the interface and commands were designed by packaging a cat in a box, and then repeatedly throwing it down a set of stairs at a keyboard.</p>
<p>I'm looking for something which is not PIL or Imagemagick that I can use with python to do simple, high-quality image transformations. For that matter, it doesn't even have to have python bindings if the command line interface is good.</p>
<p>Oh, and it needs to be relatively platform agnostic, our production servers are linux, but some of our devs develop on windows. It can't require the installation of a bunch of silly gui code to use as a library, either.</p>
http://stackoverflow.com/questions/1497990/how-do-i-get-acrobat-reader-imported-into-delphi-20071How do I get Acrobat Reader Imported into Delphi 2007?Pieter van Wyk2009-09-30T13:07:29Z2009-10-07T04:55:33Z
<p>I have imported Acrobat Reader using Components | Import Components. The AcroPdf_TLB unit is created in the Imports directory. </p>
<p>When I try to use the AcrobatReader component, as follows ...</p>
<pre><code>AcroDoc := TAcroPDF.Create(nil);
</code></pre>
<p>... I get an 'Unspecified Error' exception (EOleSysError). Any ideas?</p>
<p>Thanks, Pieter.</p>
http://stackoverflow.com/questions/1516851/why-am-i-not-able-to-link-my-c-c-libraries-with-netbeans0Why am i not able to link my C/C++ libraries with NetBeans?eSKay2009-10-04T16:48:49Z2009-10-04T17:09:05Z
<p>I've downloaded <strong>C/C++ libraries</strong> from <strong><a href="http://www.cygwin.com/" rel="nofollow">Cygwin</a></strong>, and set the environment variables according to the instructions <a href="http://www.netbeans.org/kb/docs/cnd/quickstart.html" rel="nofollow">here</a>, in NetBeans.</p>
<p>I've also gone through <a href="http://www.netbeans.org/community/releases/67/cpp-setup-instructions.html" rel="nofollow">this</a>.</p>
<p>Actually I followed the same steps on a different machine and everything worked out fine.
But on my machine the associations aren't made.
for example: <code>#include<stdio.h></code> says <code>No such file or directory</code>.</p>
<p><strong>Any idea what the problem might be?</strong></p>
<p>The Cygwin package I downloaded is also fine, I downloaded it twice.</p>
http://stackoverflow.com/questions/1500349/is-there-a-faster-and-object-orientated-alternative-to-sdl-for-c0Is there a faster and object orientated alternative to SDL for C++ ?aviraldg2009-09-30T20:02:17Z2009-09-30T20:04:55Z
<p>The current version of libsdl (1.2.x branch) is very, very slow with blending and per pixel alpha (as it uses software blending). Is there any other good alternative to it?</p>
http://stackoverflow.com/questions/1499714/what-is-the-best-practice-for-creating-libraries-that-support-both-unicode-and-as2What is the best practice for creating libraries that support both Unicode and ASCII in C++?bsruth2009-09-30T17:59:13Z2009-09-30T18:42:59Z
<p>I'm working on writing some libraries that will be used both internally and by customers and was wondering what the best method of supporting both Unicode and ASCII. It looks like Microsoft (in the MFC Libraries) writes both the Unicode and ASCII classes and does something similar to this in the header files using macros:</p>
<pre><code>#ifdef _UNICODE
#define CString CStringW
#else
#define CString CStringA
#endif
</code></pre>
<p>While I'm not a huge fan of macros, it does the job. If I'm writing libraries using the STL, does it make sense to write headers that contain things like this:</p>
<pre><code>#ifdef _UNICODE
#define GetLastErrorString GetLastErrorStringW
#else
#define GetLastErrorString GetLastErrorStringA
#endif
std::string GetLastErrorStringA();
std::wstring GetLastErrorStringW();
</code></pre>
<p>Or should I just release separate libraries, one for ASCII and one for Unicode? </p>
<p>Just wondering what people think is the best thing to do in this situation.</p>
<p>UPDATE: Addressing some comments and questions:</p>
<ul>
<li>These will be C++ class libraries.</li>
<li>I believe I will need to use UTF-16 encoding as I would like to support Asian character sets.</li>
<li>My reasons for implementing Unicode are twofold: 1) All new SDKs support Unicode and I'm not confident that future SDKs or third party libraries will be supporting separate ASCII versions in the future. 2) While we will not be completely internationalizing our application, it would be nice if we could handle user input (like names) and files loading from paths that contain Asian characters.</li>
</ul>
http://stackoverflow.com/questions/1488691/what-are-good-python-libraries-for-the-following-needs1What are good python libraries for the following needs?andho2009-09-28T18:45:36Z2009-09-28T19:23:55Z
<p>What are good python libraries for the following needs:</p>
<ul>
<li>MVC</li>
<li>Domain Abstraction</li>
<li>Database Abstraction</li>
<li>Video library (just to create thumbnails) </li>
</ul>
<p>I already know that SQLAlchemy is really good for Database Abstraction so don't bother with it unless you want to suggest a better one. </p>
<p><strong>Edit:</strong> This might seem stupid to mention but I'm talking about MVC for GUI and not for web, just mentioning for clarification </p>
<p><strong>Edit:</strong> Also does the MVC part contain GUI part or can I use a separate library for GUI like PyQt</p>
http://stackoverflow.com/questions/1474844/how-are-libraries-written-for-programming-languages0how are libraries written for programming languages? [closed]mr.stinky2009-09-25T00:26:38Z2009-09-25T00:35:55Z
<p>Hey guys, Here's a question for ya!, How are libraries written so that others can use them?. Meaning things like stdio.h and iostream etc. Some of the functions inside these libs are quite simple but What im asking is, how are things like wxwidgets gtk allegero written?. How is it that the gui shows up as it does?</p>
<p>-regards.</p>
http://stackoverflow.com/questions/1471802/euronext-market-message-transfer-protocol-mmtp-linux1Euronext - Market Message Transfer Protocol (MMTP) / Linuxastropanic2009-09-24T13:47:21Z2009-09-24T13:47:21Z
<p>Has somebody mmtp libraries / code snippets used under Linux enviroment ?</p>
http://stackoverflow.com/questions/1428481/how-do-i-hide-referenced-libraries-in-eclipses-java-ee-perspective1How do I hide Referenced Libraries in Eclipse's Java EE perspective?Lee Fogel2009-09-15T17:14:54Z2009-09-21T21:15:19Z
<p>Eclipse's normal Java perspective seems to hide Referenced Libraries just fine (in a "Referenced Libraries" folder in your project). Unfortunately, the Java EE perspective does not seem to have this same feature and enabling it is non-intuitive.</p>
<p>Can anyone shed some light on this issue?</p>
http://stackoverflow.com/questions/1429694/what-is-the-most-elegant-solution-to-managing-various-java-external-libraries4What is the most elegant solution to managing various Java external libraries?Aethex2009-09-15T21:22:42Z2009-09-21T14:25:58Z
<p>Perhaps the reason I stalled learning Java until now is because I <strong>HATE</strong> how Java handles external libraries. I'm stuck keeping them in one place, adding them individually, fixing problems with versioning and every time I move/rename them, and copying and writing the classpath over and over each time I release a Java application.</p>
<p>There has to be an elegant solution to all of this. I keep all of my libraries (regardless of task, platform, or other) in their own little folder inside a "lib" folder in my development folder, kind of like this:</p>
<blockquote>
<pre><code>Dev
-lib
+JS-jQuery
+Flex-Degrafa
-Java-Xerces
+Xerces-1.2.3
+More libraries
</code></pre>
</blockquote>
<p>I can use either Netbeans or Eclipse for Java dev, but none of them provide a very streamlined (and not to mention idiot-proof) way of managing all of these.</p>
<p>A nudge in the right direction or an online article/tutorial on this would be greatly appreciated.</p>
http://stackoverflow.com/questions/1450666/commonly-used-c-libraries-for-applications2commonly used c libraries for applications?dropby2009-09-20T09:40:40Z2009-09-20T13:07:28Z
<p>What are the most commonly used c libraries that are used in applications. Not specific to anything but just in general?</p>
http://stackoverflow.com/questions/1393371/adding-libraries-in-usr-to-xcode1Adding libraries in /usr to xcodeFrank2009-09-08T11:05:39Z2009-09-08T12:24:26Z
<p>Hi All,</p>
<p>I'm trying to add static libraries found under /usr to an xcode project. (I'm new to mac dev).</p>
<p>The problem is that this is a hidden directory and so the normal Add to project doesn't work, and although I can Edit Project Settings to add the include directories, there doesn't seem to be any obvious way of adding the actual libs.</p>
<p>Short of copying the libraries around, or unhiding the /usr dirs (which can't be the correct solution) I'm at a loss.</p>
<p>TIA</p>
http://stackoverflow.com/questions/1381842/javascript-libraries-2Javascript Libraries [closed]JJ2009-09-04T22:43:50Z2009-09-04T22:54:23Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br />
<a href="http://stackoverflow.com/questions/1040006/which-javascript-framework-is-better">Which JavaScript framework is better?</a> </p>
</blockquote>
<p>Which Javascript library/Framework do you prefer and why?</p>
<ul>
<li>Ample SDK</li>
<li>Cappuccino</li>
<li>Clean AJAX</li>
<li>Dojo Toolkit</li>
<li>Dhtmlx</li>
<li>Echo</li>
<li>Ext</li>
<li>Glow</li>
<li>Google Web Toolkit</li>
<li>Himle</li>
<li>Joose</li>
<li>jQuery</li>
<li>Microsoft AJAX Library</li>
<li>midori</li>
<li>Mochikit</li>
<li>MooTools</li>
<li>OpenLink AJAX Toolkit</li>
<li>Prototype JavaScript Framework</li>
<li>qooxdoo</li>
<li>Raphaël (JavaScript Library)</li>
<li>Rialto Toolkit</li>
<li>Rico</li>
<li>Script.aculo.us</li>
<li>SmartClient</li>
<li>SproutCore</li>
<li>Spry framework</li>
<li>Yahoo! UI Library</li>
</ul>
http://stackoverflow.com/questions/1343422/dojo-vs-dijit-files-to-include-or-reference2Dojo vs Dijit - files to include or reference?NealWalters2009-08-27T19:51:13Z2009-08-28T02:50:45Z
<p>I've been reading O'Reilly book "Dojo - The Definitive Guid" but somethings are still not definitive to me. </p>
<p>They talk about "bootstrapping" and getting the dojo.css from the AOL CDN". </p>
<p>When I'm testing on my machine, should I use the CDN? Or should I wait and use that only when I deploy? </p>
<p>Secondly, the book talks about CDN for dojo, but not for dijit. </p>
<p>I'm developing on Google App Engine (GAE) - so having the 2000+ Dojo/Dijit files in my Javascript directory is a little annoying, because it slows down my upload to GAE each time. </p>
<p>Firebug is giving me this error:
GET htt p://localhost:8080/dijit/nls/dijit-all_en-us.js 404 not Found
GET htt p://localhost:8080/dijit/_editor/plugins/FontChoice.js 404 not Found </p>
<p>I downloaded the sample from here:
<a href="http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/themes/themeTester.html?theme=soria" rel="nofollow">http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/themes/themeTester.html?theme=soria</a>
and I'd like to "simply" get it to run on my machine under local google app engine (which is the localhost:8080 that you see in the URLs above). </p>
<p>I see this statement which probably is causing the second 404 above:
dojo.require("dijit._editor.plugins.FontChoice");</p>
<p>One other error:
cannot access optimized closure
preload("en-us") dijit-all.js (line 479)
anonymous("dijit.nls.dijit-all", ["ROOT", "ar", "ca", 40 more... 0=ROOT 1=ar 2=ca 3=cs 4=da 5=de 6=de-de 7=el 8=en 9=en-gb])dijit-all.js (line 489)
dijit-all.js()
dojo.i18n._searchLocalePath(locale, true, function(loc){\n</p>
<p>To continue for now, I'm going to try to copy the entire dijit library, but is there a solution short of that? </p>
<p>My current script includes look like this:
</p>
<pre><code><script type="text/javascript" src="/javascript/dijit.js"></script>
<script type="text/javascript" src="/javascript/dijit-all.js" charset="utf-8"></script>
</code></pre>
<p>I got the dijit.js file by copying and renaming dijit.js.uncompressed.js to dijit.js. </p>
<p>Thanks in advance!
Neal </p>
http://stackoverflow.com/questions/1283922/does-one-often-use-libraries-outside-the-standard-ones1Does one often use libraries outside the standard ones?fwc2009-08-16T09:55:51Z2009-08-16T16:13:44Z
<p>I am trying to learn Python and referencing the documentation for the standard Python library from the Python website, and I was wondering if this was really the only library and documentation I will need or is there more? I do not plan to program advanced 3d graphics or anything advanced at the moment.</p>
<p>Edit:
Thanks very much for the responses, they were very useful. My problem is where to start on a script I have been thinking of. I want to write a script that converts images into a web format but I am not completely sure where to begin. Thanks for any more help you can provide.</p>
http://stackoverflow.com/questions/1268101/why-does-the-library-compiled-on-two-slightly-different-machines-behaves-slightly1Why does the library compiled on two slightly different machines behaves slightly different?EightyEight2009-08-12T19:05:31Z2009-08-13T04:13:39Z
<p>Here's the setup:</p>
<p>My coworker has a Fedora x64_86 machine with a gcc 4.3.3 cross compiler (from buildroot).
I have an Ubuntu 9.04 x64_86 machine with the same cross compiler. </p>
<p>My coworker built an a library + test app that works on a test machine, I compiled the same library and testapp and it crashes on the same test machine.</p>
<p>As far as I can tell, gcc built against buildroot-compiled ucLibc, so, same code, same compiler. What kinds of host machine differences would impact cross compiling?</p>
<p>Any insight appreciated.</p>
<p>Update: To clarify, the compilers are <em>identical</em>. The source code for the library and testapp is <em>identical</em>. The only difference is that the testapp + lib have been compiled on different machines..</p>