Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

Berkeley DB (BDB) is a high-performance, embedded database library with bindings in C, C++, Java, Perl, Python, Tcl, Smalltalk and many other programming languages. BDB stores arbitrary key/data pairs as byte arrays, and supports multiple data items for a single key. BDB can support thousands of ... [More] simultaneous threads of control or concurrent processes manipulating databases as large as 256 terabytes, on a wide variety of systems including most UNIX-like and Windows systems as well as real-time operating systems. [Less]

3.9
   
  0 reviews  |  60 users  |  0 current contributors
 
 

The CloudFree Commerce Platform is an open, dynamic and extensible servert platform. We turn Equinox into a server for your application.

5.0
 
  0 reviews  |  1 user  |  43,778 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

Java program for store e-books by tags

0
 
  0 reviews  |  0 users  |  814 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

BLAX! is a state-of-the-art Java-Swing application for optimized POS-Management and inventory management.Its keyboard-based control is optimized for high performance and all the GUI-Elements are designed for clarity instead of "colorful clickyness".

0
 
  0 reviews  |  0 users  |  43,896 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Source Code Mania It is an interactive warehouse of programming source code and tricks. A tool to learn watching peaces of code or to simply store our code and keep it for future work. It is interactive since it doesn't only allow to consult the available code/tricks until the moment, but ... [More] rather, also, it allows the users to incorporate his own. A place to search solutions to our work , a place to store and organize our source code (funcitons , procedures, classes, and more) and when needed ,search a posible solution here copy , paste modify and use. Will be available to store code of: Delphi , Visual Basic, Java , C++ , PHP, Python and more, with a syntax highlated colored editor. The project mission is create a tool to help us the programmer to keep or source code organized in section acording to categories , like databse , file system ,gui, etc ... thinking in future works why to code again something that was coded???? add it to Source Code Mania(SCM) database and in the future , before code something search if it is something helpfull in the SCM database and dont lose a preciated time thinking how search it first ;-) this is the mission , help us to have more time sorry by my english !!!! [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

简介在Message系统中,经常会有数据大量的保存,并且在很短时间内删除的需求;很明显,这样的需求采用数据库是不合适的,本项目实现了通过文件来保存这类数据的方法。 ... [More] 在现在的硬盘数据存储中,对性能影响最大的就是随机读写,为了增加这个存储的性能,采用了以下方式避免大量的随机读写: 数据文件一直增加,顺序在文件后面添加数据,避免随机写。 不存在索引文件,通过一个日志文件来记录操作,也是顺序写日志文件。 索引建立在内存中,取数据是先通过内存中的索引获取数据位置,进行访问(该步骤存在随机读操作,但是由于索引在内存中,只会有一次读操作) 初始化时需要通过日志文件恢复内存索引。 由于数据是一直写的,没有回收操作,可能会导致数据过大,这里解决的办法是每nM作为一个文件,并且加入引用计数,当文件不存在有效数据后,删除之。 通过上面的方法,可以解决文件的读写性能,但是也会有一些限制: 索引在内存中,会引起数据不能过大(每个索引占用60字节左右) 数据不能过于分散,否则会导致数据文件不能被有效清理。 性能PC机可以实现每秒万次的读写删操作。 应用该存储方式比较适合消息发送、消费类的应用,现在应用在淘宝网notify系统中。 [Less]

0
 
  0 reviews  |  0 users  |  1,320 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

flower store

0
 
  0 reviews  |  0 users  |  9,160 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

The project's aim is to make a simple store management utility in java using object database. We will be using db4o (GPL) object database for this. This project started as an assignment for an Advanced Databases class. The idea was to create a simple example of using object database.

0
 
  0 reviews  |  0 users  |  2,284 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Books Zen Books is a web application written in Java as a final collaborative project for an undergraduate Computer Science course. Its main goal is to allow college students to post textbooks online, and to purchase textbooks posted by other students.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

this project for data store

0
 
  0 reviews  |  0 users  |  36,254 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.