Tagged Questions

10
votes
5answers
385 views

What does 4j mean?

I notice a number of java libraries use this as a suffix: log4j, couchdb4j, neo4j, launch4j, etc..
0
votes
3answers
128 views

How to share variables among libraries in Delphi 2009?

Hi dudes, I'm trying to divide my monolithic, Delphi-Win32 app in libraries, so I get some questions around how to share global variables and object among my libraries using Delphi 2009. For example, …
0
votes
3answers
50 views

How to master Document Object Model (DOM) ?

Been using Javascript libraries like Prototype and jQuery for development, for a while now. While its a boon using those libraries, the one downside is that using such libraries probably doesn't help …
2
votes
2answers
64 views

What are the most useful Javascript libraries? [closed]

Possible Duplicate: Useful JavaScript/JQuery libraries? If this is a duplicate, please direct me. What are the most useful Javascript libraries, and what do they do? In the Q&A I've …
0
votes
2answers
40 views

Modifying Qt core components/widgets, best practices?

Hello everyone, 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 …
3
votes
4answers
94 views

MathML and Java

Hi all. 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. Does anyone know of any Java libraries …
2
votes
3answers
106 views

Java Math(s) Parsing API

Following on from my previous question, I was wondering if anyone knew of any free (as in beer, as in freedom would be nice but not essential) math(s) parsing libraries for Java. I found one called …
12
votes
12answers
265 views

Can (Should) I put 3rd party libraries in version control?

Hi all.. 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 why they shouldn't yet, so I hoped you …
8
votes
5answers
263 views

Hello world without using libraries

Hi, It would be great if someone could help..
1
vote
1answer
33 views

Dynamic libraries with local and static variables

Can Dynamic libraries have global, local and static variables in linux? If yes, then where will each of these variables get stored in the memory? In my view, Globals and Static will be along with …
0
votes
1answer
17 views

-isystem for MS Visual Studio C++ Compiler

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 …
1
vote
1answer
31 views

What crossplatform libraries do you recommend for Haxe?

Hi, I have already investigated. I found nme,neash...Physaxe Do you know others?
-5
votes
1answer
126 views
1
vote
6answers
102 views

How should I make a library (.dll) file for other devs to use in their projects using C#?

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 expect when using my DLL file. …
0
votes
1answer
97 views

How to include lua scripting language into C++ XCode?

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 …

1 2 3 next
15 30 50 per page