Tagged Questions

2
votes
4answers
54 views

ObjectPool<T> or similar for .NET already in a library?

I don't want to write my own because i'm afraid i might miss something and/or rip off other people's work, so is there an ObjectPool (or similar) class existing in a library for .N …
3
votes
18answers
288 views

What is your “favourite” Java API annoyance?

What is your "favorite" API annoyance or missing feature or misengineered part?
1
vote
2answers
39 views

STM hash library for C (glib?)

I'm looking for some C library that includes STM-style (Software Transactional Memory) hash maps, but I had no luck so far. It would be great if it was based on glib / gobject, but …
1
vote
1answer
24 views

Autocomplete Libraries (NOT “how to implement autocomplete”) ?

I'm building an open-source autocomplete plugin for my text editor b/c it doesn't have one yet. Are there any autocomplete libraries I can use i.e. some sort of data file containin …
2
votes
6answers
45 views

Good libraries for generating non uniform pseudo-random numbers

Hi, I'm looking for known libraries that are able to generate non uniformly distributed random numbers for C, C++ and Java. Thanks
-3
votes
1answer
50 views

binary libraries

Explain what is the binary libraries?How to generate statistically linked binaries to libraries. Also mention the diff between libraries and binaries?
0
votes
3answers
69 views

Best Duration type in Java or .Net

I have seen way to many places where a method takes a long or an int to represent durations in either nanoseconds, milliseconds (most common), seconds and even days. This is a good …
1
vote
3answers
55 views

Does an open-source poker-related math library exist?

I would like to develop a poker odds application that can give the probability of various game situations. Since the application will be mostly statistical analysis, I figured I wo …
186
votes
66answers
8k views

Most useful free .NET libraries?

I have used a lot of free .NET libraries, some from Microsoft itself! Which ones have you found the most useful? Dependency Injection/Inversion of Control Unity Framework - Micr …
0
votes
2answers
42 views

website load testing Python script

Hello, I am after a Python script to help me load test my Google App Engine website. I want to give it a set of URLs and a request rate (would need to use threads) and then measur …
0
votes
1answer
16 views

Looking for some library to extract HTML pages from CHM files

Hi all, Just like in subject. I'm looking for a library for any scripting language (preferable: php, ruby, python, perl) that allow me to extract HTML source files from CHM packag …
3
votes
2answers
53 views

Which Twitter API Library for Ruby do you recommend?

What is the best Twitter API Library for Ruby? I want to do simple things like: search for specifics keywords for a date range start following people tweet messages How can I …
0
votes
1answer
20 views

How to manage Tomcat 6 libraries into subfolders under %TOMCAT_HOME%/lib?

I use Tomcat 6.0.20 and JDK 1.6.0.13. How can I load libraries from sub-folders of "%TOMCAT_HOME%/lib/" without taking the .jars out of sub-folders and putting them straight into …
0
votes
2answers
60 views

Accessing dynamically loaded DLL (with LoadLibrary) in Visual Basic 6

I have a need to create a wrapper for a DLL, loading and unloading it as needed (for those interested in the background of this question, see http://stackoverflow.com/questions/166 …
0
votes
2answers
20 views

Are there any libraries providing mouse-driven zoom/pan for pure AS3 projects?

Today I wanted to add mouse-driven zoom and pan functionality to a pure AS3 project - something like the Google Maps interface. I was surprised that I couldn't find a good package …

1 2 3 4 5 81 next
15 30 50 per page