Main > Free Download Search >

Free libgist 2.0.2 software for linux

libgist 2.0.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 86
libgist 2.0.2

libgist 2.0.2


libgist provides a generalized search tree C++ library. more>>
libgist provides a generalized search tree C++ library.
This directory contains the 2.0 release of the GiST C++ library. Please refer
to our WWW home page located at for updates on documentation and new releases.
libGiST is not public domain software. It is copyrighted by the University of California but may be used according to the licensing terms of the the copyright below.
Enhancements:
- Updates to a semi-fork of libgist 2.0.1tmp
- Now compiles OK with gcc 4+.
<<less
Download (3.6MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
568 downloads
libzdt 2.0.2

libzdt 2.0.2


libzdt is a free general library aimed at anyone who wants to use it. more>>
libzdt is a free general library aimed at anyone who wants to use it.

Some people may wonder why we need another software library. The answer is simple: What others dont offer, were trying to provide.

This basically meaning, while some of the things included in libzdt are included in other libraries, either we think the implementation isnt perfect, or we just feel it would make a great compliment to what were trying to do which is make life easier for those who want to write software.

While libzdt does not contain any graphical user interface API, it may later (please keep in mind that libzdt is still very pliable in a GUI application depending on what it is, and what the application does).

Anyway, libzdt is just a collection of functions Ive wrote over the years, or someone else has written and Ive just picked em up (you can see the list of people to whom I owe thanks for their code in the Documentation/Authors file). libzdts primary use will be in ZerOS, the operating system myself and a few friends are designing and developing (well, Im doing the development), right now however, its primary use is in custom commercial software my company writes. This version however, is not used in any commercial software, please see further into this document for more information on libzdt itself.

Little note on our coding style, at least myself, I go by the Linux kernel coding standards (which are included in the Documentation/CodingStyle file).

Anyway, back to libzdt itself... Its being rewritten for one reason, and one simple reason only. The version of libzdt that I use myself (not to say I dont use this one, because I do) is private, closed source. Its a library written in Objective-C++ anyway, so only a few platforms can use it (MacOS X, NeXTSTEP/OpenStep are the only platforms that I know have a working ObjC++ compiler), and besides, the code is ugly looking.

To compile libzdt, all you have to do is go into the main directory, which you are no doubt in right now reading this file, and type: make. This will build both the static library and shared library files and place them in the $LIBZDT_ROOT/Objects.x86 directory. In previous versions you had to type: make depend shared static, or something of the such to build all that you can now with just the make command without any arguments. To install libzdt, you must be root (or a user who has permissions to run ldconfig) in order to complete the install process. Simply type: make install.
<<less
Download (0.090MB)
Added: 2006-03-24 License: BSD License Price:
1310 downloads
OriginalSynth 2.0.2

OriginalSynth 2.0.2


OriginalSynth allows users to manipulate a small portion of a sound wave (one 44th approximately or 1000/44100 of a second). more>>
OriginalSynth project allows users to manipulate a small portion of a sound wave (one 44th approximately or 1000/44100 of a second).

This is commonly referred to as a "wave table". Users can manipulate the wave table itself by drawing a line with two end points, drawing a point, drawing a curve, moving a point, or deleting a point. What the user makes is then repeated (oscillated) and sounds pitched.

Additonal features include the ability to combine multiple wave tabs (add/multiply), insert typical waves (sine, square, etc.), make pitch variations, and make duration variations.

<<less
Download (0.13MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1141 downloads
ftplibpp 2.0.2

ftplibpp 2.0.2


ftplib++ contains a c++ class providing ftp client functionality. more>>
ftplib++ contains a c++ class providing ftp client functionality. ftplibpp library supports all basic ftp functionality plus some advanced features like resuming, fxp, ssl/tls encryption, large file support, or logging to fit todays standards.
The very base of ftplib++ is the nice code of Thomas Pfaus ftplib c library. Every ftp session is represented by an ftplib object, whose methods are called to communicate with the ftp server.
The ftp sessions should begin with a call to myftp.Connect("myftp.org:21") (and maybe myftp.NegotiateEncryption()), be followed with myftp.Login("myuser","mypass") and ended by myftp.Quit(); For the magic in between, read the class methods documentation.
Most methods have their tasks yet explained from their name. ftplib++ uses the openssl library for encryption functionality, if you dont need it you can use the "NOSSL" flag, when compiling ftplib.cpp (g++ -c ftplib.cpp -DNOSSL).
If your system does not feature large file support you can use the "NOLFS" flag (g++ -c ftplib.cpp -DNOLFS).
Enhancements:
- fixed a bug in the upload routine
<<less
Download (0.027MB)
Added: 2005-11-30 License: GPL (GNU General Public License) Price:
1429 downloads
ftplib++ 2.0.2

ftplib++ 2.0.2


ftplib++ contains a c++ class providing ftp client functionality. more>>
ftplib++ contains a c++ class providing ftp client functionality.
It supports all basic ftp functionality plus some advanced features like resuming, fxp, ssl/tls encryption, large file support, or logging to fit todays standards. The very base of ftplib++ is the nice code of Thomas Pfaus ftplib c library.
Every ftp session is represented by an ftplib object, whose methods are called to communicate with the ftp server.
The ftp sessions should begin with a call to myftp.Connect("myftp.org:21") (and maybe myftp.NegotiateEncryption()), be followed with myftp.Login("myuser","mypass") and ended by myftp.Quit(); For the magic in between, read the class methods documentation.
Most methods have their tasks yet explained from their name. ftplib++ uses the openssl library for encryption functionality, if you dont need it you can use the "NOSSL" flag, when compiling ftplib.cpp (g++ -c ftplib.cpp -DNOSSL).
If your system does not feature large file support you can use the "NOLFS" flag (g++ -c ftplib.cpp -DNOLFS).
ToDo:
- implement up and download speed limitation.
Enhancements:
- fixed a bug in the upload routine
<<less
Download (0.027MB)
Added: 2005-09-23 License: LGPL (GNU Lesser General Public License) Price:
1495 downloads
Clipmarks 2.0.2

Clipmarks 2.0.2


Clipmarks is a Firefox Extension and its about breaking down the web into pieces instead of pages. more>>
Clipmarks is a Firefox Extension and its about breaking down the web into pieces instead of pages.

When you find something in a web page that interests you, clip it.

By adding tags to clipmarks, youre able to create your own searchable collection of things youve clipped from the web.

Clipmarks is also about seeing and discussing things that other people are clipping.

<<less
Download (0.095MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
929 downloads
WeedIt 2.0.2

WeedIt 2.0.2


WeedIt is a duplicate finger thats using md5 and crc32 to check for duplicates. it got an automaintaining database. more>>
WeedIt is a duplicate finger, thats using md5 and crc32 to check for duplicates. It got an automaintaining database. WeedIt will detect if a file from the db disappears. I may write a more complete readme one day. So far have fun playing with it.
readdb is a tool to translate dbs into plain text usage: readdb < dbname > compiling: gcc -o readdb readdb.c
USAGE: ./weedit -dclnqrs [db to load] [db to save] < directory to scan >
c = clear database
d = delete new dupes
l = load name given
n = dont add files to db
q = quiet mode
r = delete dupes saved in .dat
s = save name given
IF -r is given ./weedit only -lq are supported! DB will be saved after its done!
Enhancements:
- Speed was increased by eliminating the use of memcpy.
- The "v" parameter was added, which shows file system version.
- Symbolic links are no longer followed while scanning.
<<less
Download (0.020MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
825 downloads
pBeans 2.0.2

pBeans 2.0.2


pBeans project is a Object/Relational (O/R) database mapping layer. more>>
pBeans project is a Object/Relational (O/R) database mapping layer. It is designed to be simple to use and automated.
The idea is that you save time and effort by simply focusing on writing Java classes, and not worrying about maintenance of matching SQL scripts, schema evolution, XML based schemas, or generating code. The pBeans framework takes care of persisting JavaBeans with little assistance from the developer.
Main features:
- Automatic Table Creation and Schema Evolution- Tables corresponding to JavaBean classes are created on demand. Field types are based, by default, on JavaBean compile-time types. Field type changes and new fields are detected. Manually changing tables (user-managed mode) is also supported.
- Based on Annotated JavaBeans- You define a getter and setter for each bean property. Persisent bean classes only need to be tagged with a @PersistentClass annotation.
- Transitive Persistence- If object A is persisted and it refers to Persistent object B, then object B is automatically persisted. If Persistent object C also refers to B, and C is also persisted, the record for object B in the database is not duplicated.
- Instance Consistency- If you retrieve an object from persistent storage that is already known to exist in main memory, you get a reference to the object in main memory. (Garbage collection is allowed to happen via weak references.)
- Near-Zero Configuration- There is no need to define schemas or anything of the sort in a language other than Java, and there are no code generation steps of any kind. No XML or SQL need to be written, except the necessary to create a database and grant user permissions. However, you can instruct pBeans to let you manage database modifications manually.
- Database features- Transactions and auto-increment IDs (MySQL only) are now supported.
- Flexibility- Via annotations users are allowed to define their own table and field names, the name of the primary key, whether fields are nullable, whether tables are user-managed (not automatically modified), table indexes, unique or otherwise, whether unused fields should be deleted, whether a field is nullable, whether it is renamed from another field (to prevent loss of data when a property is renamed), etc.
- Servlet support- A pBeans store may be easily configured using servlet context parameters (see ServletAccess.)
<<less
Download (1.3MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
912 downloads
WmG 2.0.2

WmG 2.0.2


WmG is a dockapp plugin for Gaim. more>>
WmG applet is a dockapp plugin for Gaim. That is, once the plugin is started a dockapp appears, which can be conviniently dragged to the windowmaker dock.
The dockapp shows the top 3 buddies from Gaim, sorted by whatever algorithm was selected in the Gaim preferences. Clicking either of the buddies causes a new conversation window to be created for that buddy (unless one already exists, in which case the existing one will be used).
Additionally, the dockapp features a scrolling message thingy, which displays events occurring, such as buddies logging on and off, becoming idle, going away or coming back.
WmG was selected as the name of this program, because WmGaim was already spoken for.
Version restrictions:
- Unloading the plugin unfortunately requires a restart of gaim.
- No protocol mini-icons are available for protocols other than msn and icq
Enhancements:
- This release fixes compilation issues with the latest Gaim betas, and introduces some graphical representation of buddy status for ICQ buddies.
<<less
Download (0.017MB)
Added: 2007-02-02 License: GPL (GNU General Public License) Price:
994 downloads
svk 2.0.2

svk 2.0.2


svk is a decentralized version control system. more>>
svk is a decentralized version control system written in Perl. svk project uses the Subversion filesystem but provides additional, powerful features. svk was originally developed by ChiaLiangKao, with the help from SVKPeople and generous SVKSponsors.
Main features:
- svk uses the subversion fs library. the SVN::XD module is a svn_wc (working copy) replacement (XD is character increment of WC).
- SVN::XD does not use the .svn for checkout meta-data. it uses Data::Hierarchy for storing per-directory meta-data in a compact way. Read about WhyXD.
- svk uses svm (svn mirror) for retrieving remote repositories (via ra) to a certain point of the local repository. There are plans to integrate svm and vcp so we have instant ability to branch remote cvs or perforce.
- the depot spec is like : . ~/.svk/config holds a depotmap hash for mapping depotname (which could be empty) to a path containing a subversion repository.
- when committing (or merging) into the mirrored directory, svm provides a commit editor for svk to use. the merge brings changes from local to remote repository if theres no conflict.
- using a local repository holding the subversion tree for benchmark, svk checkout time is 3 times faster than svn.
Enhancements:
- Perl 5.9.5 compatibility, various fixes in the merge subsystem, and some Win32 fixes.
<<less
Download (0.41MB)
Added: 2007-08-08 License: Perl Artistic License Price:
809 downloads
GNU libavl 2.0.2

GNU libavl 2.0.2


GNU libavl is the most complete, well-documented collection of binary search tree and balanced tree library routines anywhere. more>>
GNU libavl is the most complete, well-documented collection of binary search tree and balanced tree library routines anywhere. The project supports these kinds of trees:
Plain binary trees:
- Binary search trees
- AVL trees
- Red-black trees
Threaded binary trees:
- Threaded binary search trees
- Threaded AVL trees
- Threaded red-black trees
Right-threaded binary trees:
- Right-threaded binary search trees
- Right-threaded AVL trees
- Right-threaded red-black trees
Binary trees with parent pointers:
- Binary search trees with parent pointers
- AVL trees with parent pointers
- Red-black trees with parent pointers
Enhancements:
- This release fixes a bug in tavl_delete().
- This version (again) works with recent versions of Texinfo, fixes a few typos in the text, and slightly enhances the HTML output format.
<<less
Download (2.6MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1014 downloads
Stencil 2.0.2

Stencil 2.0.2


Stencil is a library for developing web-based applications in C++. more>>
Stencil is a library for developing web-based applications in C++.
It includes request and response objects, a skinnable template engine, server api abstraction, and facilities for load balancing, browser jogging, security and catching runaway CGIs.
Stencil library also includes some useful Javascripts and images.
Stencil is the successor to Groundwork.
Enhancements:
- Fixes a multipart form processing bug.
- All methods use (u)int(16|32|64)_t types rather than (unsigned )(short|long|long long) types.
<<less
Download (0.36MB)
Added: 2006-02-02 License: LGPL (GNU Lesser General Public License) Price:
1366 downloads
ProzGUI 2.0.2

ProzGUI 2.0.2


ProzGUI is a frontend for ProZilla download manager. more>>
ProzGUI is a frontend for ProZilla download manager.
ProZilla is a download accelerator for Linux which gives you a 200% to 300% improvement in your file downloading speeds.
ProzGUI major features:
- Supports FTP & HTTP including redirection (ProZilla & ProzGUI).
- Resume Supported (ProZilla & ProzGUI).
- Complete acceleration: The file will be downloaded as fast as possible as your bandwidth allows if not otherwise specified (ProZilla & ProzGUI).
- Unlike certain other download accelerators available for Linux, this really works.
- The number of connections that prozilla uses can be specified (ProZilla & ProzGUI).
- FTPsearch support now permits fetching Mirror locations and pinging them and selecting the fastest server is automatically done (ProZilla & ProzGUI).
- Downloading the same file in parts from several servers at once to increase speed (ProzGUI).
Main features:
- ProzGUI has proxy support for proxy users, and better redirection facilities and bandwith limiting support, downloading from multiple servers simultaneously based on ping times returned from ftpsearching.com for the file It supports adding urls, resuming, preferences, and a couple of other basic features.
- It should speed up the downloads depending on the number of connections you make and the type of connection you have by as much as 200-300% generally.
<<less
Download (0.74MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1255 downloads
DPML SDK 2.0.2

DPML SDK 2.0.2


DPML SDK is a management platform for Java-based component development, resource management, and deployment. more>>
DPML SDK is a management platform for Java-based component development, resource management, and deployment.
DPML SDK is composed of the Transit resource management layer, the Depot multi-project build system, the Metro component management runtime engine, and the Station application management console.
Enhancements:
- New features and enhancements added since version 2.0.1 include the addition of support for component composition via reference to nested parts within the internal structure of a component using part URIs as the construction mechanisms.
- This version also includes numerous code and documentation quality enhancements and updates to the checkstyle task involving migration from Checkstyle 4.1 to 4.3.
<<less
Download (5.7MB)
Added: 2007-04-26 License: The Apache License 2.0 Price:
911 downloads
Iperf 2.0.2

Iperf 2.0.2


Iperf provides a tool to measure IP bandwidth using UDP or TCP. more>>
Iperf provides a tool to measure IP bandwidth using UDP or TCP.
It allows for tuning various parameters, and reports bandwidth, delay jitter, and packet loss. It supports IPv6 and multicast.
perf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics. Iperf reports bandwidth, delay jitter, datagram loss.
Main features:
- Running Iperf in bidirectional mode
- Removed STDLIB requirement for Iperf
- Client reporting of server side statistics in UDP tests
- Supports IPv6
Enhancements:
- This release runs Iperf in bidirectional mode
- removes the STDLIB requirement for Iperf
- adds client reporting of server-side statistics in UDP tests.
<<less
Download (0.22MB)
Added: 2007-02-21 License: Freely Distributable Price:
7480 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5