We have collection of more than 400,000 open source products ranging from Enterprise product to small libraries in all platforms. We aggregate information from all open source repositories. Search and find the best for your needs.
Displaying 1 to 10 from 402 results
Guava - Google Core Libraries for Java
The Google Guava Libraries are a nice set of Java utility classes that will probably come in handy in any project. It provides immutable collections, string manipulation, handling primitives ,easier I/O, concurrency etc. it absolutely follows the Collections API requirements. It has support for murmur hash.
Colt - Scientific and Technical Computing in Java
Colt distribution consists of several free Java libraries bundled under one single uniform umbrella. Namely the Colt library, the Jet library, the CoreJava library, and the Concurrent library. It provides support for resizable arrays, dense, sparse matrices, histogramming functionality, Random Number Generators etc.
Fastutil - Fast & compact type-specific collections for Java
Fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion. It also provides also big (64-bit) arrays, sets and lists, and fast, practical I/O classes for binary and text files.
Mango - specialized iterators and functions
Mango is a Java library consisting of a number of iterators, algorithms and functions, loosely inspired by the C++ Standard Template Library. It has support of 12 iterators, 16 generic algorithms and variety of function types.
Trove - High performance collections for Java
Trove provides fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less space and yield significant performance gains.
Apache Commons - Alternative to Java collection
Commons-Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. It provides collection class like Identity map, Ordered map, Reference map, Composite collections, Bag interface etc.
Accessvbacode - Access VBA code for italian developers
Codice sorgente VBA per sviluppatori italiani
Accountinghome - This a a simple project to keep an account of house-hold expeneses and more
This project is aimed for maintaining household accounting and stuffs that we need to keep a track of but tiresome at the same time. Intial versions will have just a command line interface, but very soon I will add JAVA based GUI to it. It uses Berkeley DB, pcre etc.
Active-support-for-javascript - ActiveSupport for JavaScript bundles a lot of extensions to the lang
The focus is to extend the language, modifying the base classes to add several handy methods and shortcuts. It works on top of Prototype and extends the core classes somewhat to the same extent than ActiveSupport extends ruby's core to make a lot of stuff pretty. For example, you can do things like: (10).minutes().fromNow() //=> Date object ten minutes in the future "person".pluralize() //=> "people" ["dog", "cat", "mouse"].toSentence() //=> "dog, cat and mouse" Date.now().strftime("It's %H:%M")
Allruby - Utility collections, all implemented in ruby
AllrubyA collection of utilities implemented in ruby UrlViewhttp://code.google.com/p/allruby/source/browse/trunk/urlview/urlview.rb A tool for ruby+mutt lover. usage: ./urlview.rb urlview.rbcat urlview.rb | urlview.rbwith mutt: macro pager \\cb <pipe-entry>'<PATH TO URLVIEW.RB>'<enter> 'Follow links with urlview'QuickJumpFirst download the script from http://code.google.com/p/allruby/source/browse/trunk/quickjump/quickjump.rb, save it to somewhere on your local box. add these lines to your .zshr