Tagged Questions

12
votes
12answers
277 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 …
11
votes
5answers
470 views

What does 4j mean?

I notice a number of java libraries use this as a suffix: log4j, couchdb4j, neo4j, launch4j, etc..
8
votes
5answers
293 views

Hello world without using libraries

Hi, This was an onsite interview question and I was baffled. I was asked to write a Hello world program for linux.. That too without using any libraries in the system. I think I have to use system …
6
votes
6answers
184 views

Python imaging alternatives

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 …
4
votes
5answers
217 views

What is the most elegant solution to managing various Java external libraries?

Perhaps the reason I stalled learning Java until now is because I HATE how Java handles external libraries. I'm stuck keeping them in one place, adding them individually, fixing problems with …
3
votes
4answers
122 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
2answers
67 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 …
2
votes
3answers
109 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 …
2
votes
4answers
94 views

What is the best practice for creating libraries that support both Unicode and ASCII in C++?

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 …
2
votes
3answers
115 views

commonly used c libraries for applications?

What are the most commonly used c libraries that are used in applications. Not specific to anything but just in general?
2
votes
3answers
281 views

Dojo vs Dijit - files to include or reference?

I've been reading O'Reilly book "Dojo - The Definitive Guid" but somethings are still not definitive to me. They talk about "bootstrapping" and getting the dojo.css from the AOL CDN". When I'm …
1
vote
5answers
40 views

Good PHP Email Library?

Hello There, I would like to know which is the good opensource php email library to incorporate in my next project? Thanks
1
vote
2answers
41 views

Is there any platform-independent way to access the clipboard?

I have a small side project I want to write and have yet to decide on a language. Ultimately, I want a way to access and/or modify the clipboard in a platform-independent way. I'd like to learn a …
1
vote
1answer
32 views

What crossplatform libraries do you recommend for Haxe?

Hi, I have already investigated. I found nme,neash...Physaxe Do you know others?
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. …

1 2 3 next
15 30 50 per page