Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

36
votes
4answers
1k views

Does being a competent scala programmer require you to be a competent java programmer?

I am a big fan of Scala aesthetically, and of a lot of the conceptual work put into things like its typing system and libraries. However, as I have begun tinkering with Scala (and seen some of my ...
24
votes
14answers
1k views

What are some interesting C/C++ libraries to play around with?

I'm looking for a few new libraries and for C and C++. In the past most of the time I "accidently" stumbled across a few - and most of them found good use in projects I worked on. Libraries should ...
22
votes
15answers
2k views

What programming languages are good for statistics?

I'm doing a bit more statistical analysis on some things lately, and I'm curious if there are any programming languages that are particularly good for this purpose. I know about R, but I'd kind of ...
20
votes
5answers
477 views

Insight into how things get printed onto the screen (cout,printf) and origin of really complex stuff that I cant seem to find on textbooks

I've always wondered this, and still haven't found the answer. Whenever we use "cout" or "printf" how exactly is that printed on the screen?. How does the text come out as it does...(probably quite a ...
18
votes
12answers
755 views

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

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 guys ...
14
votes
4answers
1k views

Will Dart support the use of existing JavaScript libraries?

I understand Dart compiles to JavaScript, and I read the Dart Language Spec on Libraries, although I didn't see an answer there. Also a search on their discussion form for the word 'existing' turns ...
14
votes
5answers
1k views

Draw a music staff in C#

I am looking to draw a music staff on a .NET (C#) form. I am using Microsoft Visual C# 2010 Express. I was wondering if anyone knew of existing code or existing free .NET libraries that can help ...
14
votes
5answers
760 views

What does 4j mean?

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

Anyone have any experience with: DotNumerics, AlgLib, dnAnalytics, Math.net, F# for Numerics, Mtxvec?

I've been searching Google and Stackoverflow like crazy for days and have yet to find any recent, completely relevant information to answer the following question: what are the best C#/F#/.Net math ...
11
votes
5answers
3k views

MathML and Java

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 which can do ...
10
votes
6answers
317 views

Best practices for creating libraries that use .NET namespaces

Is it bad practice to write a library that defines an interface dependent on another library? I know tight coupling is bad, but does this still apply when using .NET classes? For example, in .NET, ...
9
votes
5answers
355 views

Is there a library repository for C? [closed]

Possible Duplicate: Why there is not a comprehensive c archive network? Everyone knows that C is very small language, it has just language primitives and almost no standard library (no data ...
9
votes
5answers
463 views

Hello world without using libraries

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 calls ...
9
votes
8answers
7k 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 ...
8
votes
3answers
443 views

Create a static Haskell Linux executable

It's not often two things I love so much come together to cause me so much annoyance (besides my kids). I've written a Haskell program at work that uses libraries like text, xml-enumerator, ...
8
votes
2answers
112 views

Scientific Computing: Balancing Self-Contained-ness and Reuse?

I write scientific research code, specifically in bioinformatics. Of course, in science, results should be reproducible. People who are not involved in a project on a regular basis and don't ...
8
votes
4answers
404 views

How can I determine which libraries are used in a Delphi program I don't have the source for?

I have a windows .exe file, but the source code for it is missing. The developer was not responsible and left our company. I think it was a delphi/pascal program. The developer used many libraries ...
8
votes
2answers
4k views

What is libg2c library?

I have found the code which links against of 'g2c' library. Why do I need it? Just would like to understand why it might be important and what it does in general. Thanks!
7
votes
2answers
158 views

GroupBy function from .NET in Haskell

LINQ library in .NET framework does have a very useful function called GroupBy, which I have been using all the time. Its type in Haskell would look like Ord b => (a-> b) -> [a] -> [(b, ...
7
votes
8answers
183 views

Is it ever okay to have a class as a collection of methods and no properties?

I'm writing a bunch of generic-but-related functions to be used by different objects. I want to group the functions, but am not sure if I should put them in a class or simply a flat library file. ...
7
votes
4answers
701 views

Is there a .Net Statistics library with T-Tests and p-values?

Does anybody know of any good and free statistics libraries for .Net? I am working on calculating T-Tests, which I have written a formula to calculate, although now I need a formula for the p-value, ...
7
votes
1answer
847 views

Is there a statistics library for PHP?

I need to find a polynomial regression line, and I'm using PHP - is there a library or 3rd part script that will do this for me? If it can do ANOVA as well that would be a bonus, but mainly, I need to ...
7
votes
1answer
297 views

Does a simple delphi form app needs any libraries or dependencies to deploy?

I need to code a simple form application and I want to make it easy to deploy (without installing libraries or dependencies), I don't want to use visual studio cpp or csharp because clr apps compile ...
7
votes
5answers
255 views

Programming experiments

I frequently code numerous experiments to test various algorithms, libraries, or hardware. All code, dependencies, and output of these experiments need to be annotated and saved, so that I can return ...
6
votes
2answers
469 views

How to deal with symbol collisions between statically linked libraries?

One of the most important rules and best practices when writing a library, is putting all symbols of the library into a libarary specific namespace. C++ makes this easy, due to the namespace keyword. ...
6
votes
1answer
160 views

Is there a native implementation version of Java Advanced imaging api?

Is there a native implementation of the java advanced imaging api? We currently are using the jar files 1-jai_core-1.1.3.jar and 2-jai_codec-1.1.3.jar I have heard there is an implementation of ...
6
votes
1answer
290 views

How to convert PDF file into PPT file using java?

I want to convert a pdf file to a ppt file in java. Is there any third party library for this and how can i use it?
6
votes
1answer
1k views

ASIHTTPRequest equivalent for Android or any HTTP request manager/wrapper?

I'm developing this app that will make extensive HTTP requests, I know for a fact that Iphone has this feature using ASIHTTPRequest as third party library to manage and organize all these requests and ...
6
votes
4answers
3k views

CodeIgniter and Javascript/Jquery Library

As title said, I'm trying to figure out how to use javascript and jquery libraries on CI. Following instruction in the docs, I load the library in my controller: ...
6
votes
2answers
398 views

Essential Swing libraries? JGoodies, JFreeChart [closed]

The wheel is invented over and over again - at least it seems so when looking at any average Swing GUI project. In many areas there are one or two very well known libraries for things not directly ...
6
votes
2answers
244 views

Looking for PHP/Flash graphics library for interactive networked object presentation

We are looking for a PHP library something like graphviz.org which generates an image of a networked groups of objects as shown below. Graphviz also enables you to make each of the nodes a hyperlink, ...
6
votes
3answers
299 views

What are some great but little known libraries for Lua?

A common statement said regarding Lua is that it doesn't come with batteries included; meaning that it lacks a lot of extra libraries. I think there are a lot of Lua libraries out there and more are ...
6
votes
3answers
283 views

Running applications against a different SDK in OS X?

Summary I want to run my cross-compiled application against the 10.5 libraries. Is there an environmental variable that allows this to work? Longer version I cross-compiled my OS X C++ application ...
6
votes
3answers
146 views

Are there any good libraries of functions to use with collections in Java, such as

Are there any good libraries of functions to use with collections in Java. I'm thinking along the lines of implementations of partition, take, drop, takeWhile, dropWhile, map, filter, reduce...? I ...
6
votes
5answers
351 views

Why there is not a comprehensive c archive network?

There are websites as collections of python/perl/R libraries. Why there is not an equivalent one for c? I searched the internet and only found a small website calling itself CCAN. There are only a ...
6
votes
2answers
273 views

Advice for keeping large C++ project modular?

Our team is moving into much larger projects in size, many of which use several open source projects within them. Any advice or best practices to keep libraries and dependancies relatively modular ...
6
votes
6answers
2k views

Java out.println() how is this possible?

I've seen some code such as: out.println("print something"); I tried import java.lang.System; but it's not working. How do you use out.println() ?
6
votes
2answers
255 views

C++ Adobe source libraries impressions?

I just stumbled upon Adobe source libraries, ASL. It is set of templates and functions similar to boost, under MIT license. Some of the utilities in the library I found quite useful and now I consider ...
6
votes
5answers
1k views

Dynamic and Static Libraries in C++

In my quest to learn C++, I have come across dynamic and static libraries. I generally get the gist of them: compiled code to include into other programs. However, I would like to know a few things ...
5
votes
1answer
475 views

How to customize Json serialization using Scala and Play Framework?

I would like to serialize some Scala case classes to Json. E.g my case class looks like: case class Item ( id: Int, name: String, price: BigDecimal, created: java.util.Date) and I would like to ...
5
votes
3answers
405 views

OpenGL wrapper for C#

I'm working with C# and doing some simple 2D rendering for bespoke task. I've pretty much have the task finished, but a lot of images are being rendered per frame and the CPU is simply not able to ...
5
votes
5answers
183 views

Starting with OpenGL and C++, proper path?

I need some specific and some general advice. I'm a fairly proficient Java programmer and a very experienced web programmer, but I would like to get into software development and I've been tackling ...
5
votes
3answers
191 views

What are the common libraries for C?

C++ has STL and Boost and C# has the .net Framework library. Similarly, what are the most common libraries useful to a C programmer? (Other than the C standard library.) I am looking for most of the ...
5
votes
3answers
224 views

PHP extension vs. library (and can it be converted)

Some php wamp/lamp packages come with php extensions packaged within like php_amf, php_db, php_gd2 and I just have to activate the extension, or install the extension if it doesn't come by default. ...
5
votes
1answer
297 views

any Java libraries or frameworks providing double-entry accounting and ledger functionality?

I would like to be able to do CRUD operations on the following types Bank Accounts Transactions Clients Invoices Suppliers and particularly I would like to be able to calculate UK VAT I am ...
5
votes
5answers
711 views

Recurrence Library for date calculations for .Net

is there a free recurrence library that is available that we could use ?, we are looking for something like we supply the date time and the type of recurrence (daily, Monthly, Weekly and the ...
5
votes
2answers
140 views

machine learning libraries in s+ (or R)?

have been searching around the internet and stackoverflow, but haven't been able to find any information on libraries for machine learning in s-plus or R. does anyone know of any or could perhaps ...
5
votes
2answers
1k views

The very basics for using Guava

I totally did google this. But everything I found is about the next step past where I am. I am returning to programming after a long time away, and learning Java (& OO) for the first time. I ...
5
votes
3answers
285 views

What Java Collections library do you recommend?

I've inherited a team and a (Java) code base. The code base makes use of a lot of explicit for each loops. I'd like to replace those (edit: in future code) with something like Commons Collections ...
5
votes
2answers
232 views

C: Common Frameworks/Libraries

What are some common general purpose library as Boost is to C++ but for C? It should be a cross-platform library and include collections such as trees, linked-lists, queues, etc... What are the ...

1 2 3 4 5 10