Main > Free Download Search >

Free ossp flow2rrd 0.9.0 software for linux

ossp flow2rrd 0.9.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 111
OSSP flow2rrd 0.9.0

OSSP flow2rrd 0.9.0


OSSP flow2rrd is a companion tool to the Flow-Tools toolkit. more>>
OSSP flow2rrd is a companion tool to the Flow-Tools toolkit for storing NetFlow network traffic data in an accumulating fixed-size RRDTool Round-Robin-Database (RRD) for visualization purposes.
This file is piece of OSSP flow2rrd, a tool for storing NetFlow data into an RRD which can be found at http://www.ossp.org/pkg/tool/flow2rrd/.
Enhancements:
- Created the initial version of OSSP flow2rrd.
<<less
Download (0.060MB)
Added: 2006-06-29 License: (FDL) GNU Free Documentation License Price:
1214 downloads
OSSP al 0.9.3

OSSP al 0.9.3


OSSP defines an abstract data type of a data buffer that can assemble, move and truncate chunks of data. more>>
OSSP defines an abstract data type of a data buffer that can assemble, move and truncate chunks of data in a stream but avoids actual copying.
It was built to deal efficiently with communication streams between software modules. It especially provides flexible semantical data attribution through by-chunk labeling.
It also has convenient chunk traversal methods and optional OSSP ex based exception handling.
Enhancements:
- An Autoconf check is provided for the va_copy(d,s) macro.
- The build environment was upgraded to GNU autoconf 2.59, GNU libtool 1.5.20, and GNU shtool 2.0.3.
<<less
Download (0.31MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
OSSP sio 0.9.3

OSSP sio 0.9.3


OSSP sio is an I/O abstraction library for layered stream communication. more>>
OSSP sio is an I/O abstraction library for layered stream communication.
It was built to deal efficiently with complex I/O protocols and includes capabilities to filter and multiplex data streams.
Its modular structure is fully supported by the underlying OSSP al data buffer library.
Enhancements:
- An Autoconf check is provided for the va_copy(d,s) macro.
- The build environment was upgraded to GNU autoconf 2.59, GNU libtool 1.5.20, and GNU shtool 2.0.3.
- The embedded sub-libraries were upgraded to OSSP sa 1.2.6 and OSSP al 0.9.3.
- OSSP ex support was fixed by internally using a non-conflicting namespace for the OSSP ex API.
<<less
Download (0.95MB)
Added: 2005-10-12 License: MIT/X Consortium License Price:
1472 downloads
OSSP val 0.9.4

OSSP val 0.9.4


OSSP val is a flexible name-to-value mapping library for ISO-C variables. more>>
OSSP val is a flexible name to value mapping library for C variables. It is a companion library to OSSP var. It allows one to access C variables through name strings, although the C language does neThomas Lottererither provide such a dedicated facility nor an evaluation construct (which could be used to implement such a facility easily).
In general, this is used for accessing C variables without having to know the actual symbol/address/reference. The typical use cases are in combination with flexible configuration parsing and supporting loosly-coupled DSO-based module architectures.
Enhancements:
- Upgraded build environment to GNU libtool 1.5.20 and GNU shtool 2.0.3 [Ralf S. Engelschall]
- Bumped year in copyright messages for new year 2005. [Ralf S. Engelschall]
- Changes between 0.9.2 and 0.9.3 (04-Apr-2003 to 12-Sep-2004)
- Upgraded build environment to GNU libtool 1.5.8 and GNU shtool 2.0.1 [Ralf S. Engelschall]
<<less
Download (0.30MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1481 downloads
OSSP str 0.9.12

OSSP str 0.9.12


OSSP str is a string library written in ISO-C which provides functions for handling, matching, parsing, etc of ISO-C strings. more>>
OSSP str is a generic string library written in ISO-C which provides functions for handling, matching, parsing, searching and formatting of ISO-C strings.
So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convenient and compact API plus a more generalized functionality.
Installation:
To install the Str library into /path/to/str/{bin,lib,include,man}/ perform the following steps in your shell:
./configure --prefix=/path/to/str
make
make test
make install
This installs at least a static variant of the Str library and when your platforms support it, also a shared library variant of the Str library.
Enhancements:
- str_parse(3) was fixed so that the va_list argument is no longer incorrectly used twice for processing the arguments, which led to segmentation faults.
<<less
Download (0.34MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
OSSP cfg 0.9.11

OSSP cfg 0.9.11


OSSP cfg is a ISO-C library for parsing arbitrary C/C++-style configuration files. more>>
OSSP cfg project s a ISO-C library for parsing arbitrary C/C++-style configuration files. A configuration is sequence of directives, each directive consists of zero or more tokens, and each token can be either a string or again a complete sequence.
This means the configuration syntax has a recursive structure and allows you to create configurations with arbitrarily-nested sections.
The configuration syntax also provides complex single/double/balanced quoting of tokens, hexadecimal/octal/decimal character encodings, character escaping, C/C++ and shell-style comments, etc.
The library API allows importing of a configuration text into an Abstract Syntax Tree (AST), traversing the AST, and optionally exporting the AST again as a configuration text.
Enhancements:
- The build environment has been upgraded to GNU libtool 1.5.22, GNU shtool 2.0.6, and GNU autoconf 2.60.
<<less
Download (0.34MB)
Added: 2006-08-11 License: GPL (GNU General Public License) Price:
1174 downloads
FlowDesigner 0.9.0

FlowDesigner 0.9.0


FlowDesigner is a free (GPL/LGPL) data flow oriented development environment. more>>
FlowDesigner is a free (GPL/LGPL) data flow oriented development environment. It can be used to build complex applications by combining small, reusable building blocks. In some ways, it is similar to both Simulink and LabView, but is hardly a clone of either.
FlowDesigner features a RAD GUI with a visual debugger. Although FlowDesigner can be used as a rapid prototyping tool, it can still be used for building real-time applications such as audio effects processing. Since FlowDesigner is not really an interpreted language, it can be quite fast.
It is written in C++ and features a plugin mechanism that allows plugins/toolboxes to be easiliy added.
Main features:
- Signal processing
- Audio processing (DSP)
- Vector quantization
- Neural network
- Fuzzy logic
- Real-time audio effect processing (pre-alpha)
- Linear algebra using LAPACK (pre-alpha)
- Octave plug-in (pre-alpha)
- Robotics
<<less
Download (2.6MB)
Added: 2005-10-11 License: LGPL (GNU Lesser General Public License) Price:
1477 downloads
OSSP uuid 1.5.0

OSSP uuid 1.5.0


OSSP uuid is an API for ISO C, ISO C++, Perl and PHP. more>>
OSSP uuid is a ISO-C:1999 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID).
OSSP uuid project supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, SHA-1).
Additional API bindings are provided for the languages ISO-C++:1998, Perl:5 and PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1 and Perl Data::UUID APIs.
UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess.
They are globally unique identifiers which can be locally generated without contacting a global registration authority.
UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network.
Enhancements:
- Major fixes to the PostgreSQL and PHP bindings.
- Many internal code cleanups and small fixes.
<<less
Download (0.36MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1189 downloads
iMacros for Firefox 0.9.0.2

iMacros for Firefox 0.9.0.2


iMacros for Firefox relieves the repetition of checking on the same sites every day. more>>
iMacros for Firefox is a Mozilla Firefox extension that relieves the repetition of checking on the same sites every day, remembering passwords and filling out Web forms, or doing Web screen scraping for data extraction.

It can automatically fill Web forms that span several pages. Passwords are stored securely with 256-Bit AES encryption. Web professionals can use the software for functional testing and regression testing of Web applications. It can also be used to automate Web data extraction, such as online stock quotes or Web store prices.

<<less
Download (0.11MB)
Added: 2007-07-09 License: Freeware Price:
1227 downloads
HOL-OCL 0.9.0

HOL-OCL 0.9.0


HOL-OCL is an interactive proof environment for the Object Constraint Language (OCL). more>>
HOL-OCL is an interactive proof environment for the Object Constraint Language (OCL). HOL-OCL project is implemented as a shallow embedding of OCL into the Higher-order Logic (HOL) instance of the interactive theorem prover Isabelle. HOL-OCL is developed by Achim D. Brucker and Burkhart Wolff.

HOL-OCL allows one to reason over OCL specifications, refine OCL specifications, and builds the basis for further tool support, e.g. for the automatic test-case generation.

HOL-OCL is free software; you can redistribute it and/or modify it under the terms of the GPL.
<<less
Download (4.6MB)
Added: 2006-08-18 License: GPL (GNU General Public License) Price:
1162 downloads
OSSP var 1.1.3

OSSP var 1.1.3


OSSP var is a flexible, full-featured and fast variable construct expansion library. more>>
OSSP var is a flexible, full-featured and fast variable construct expansion library. It supports a configurable variable construct syntax very similar to the style found in many scripting languages (like @name, ${name}, , etc.) and provides both simple scalar (${name}) and array (${name[index]}) expansion, plus optionally one or more post-operations on the expanded value (${name:op:op...}).
The supported post-operations are length determination, case conversion, defaults, postive and negative alternatives, sub-strings, regular expression based substitutions, character translations, and padding.
Additionally, a meta-construct plus arithmetic expressions for index and range calculations allow (even nested) iterations over array variable expansions (..[..${name[#+1]}..]..). The actual variable value lookup is performed through a callback function, so OSSP var can expand arbitrary values.
Hint: There is also an ISO C++ derivative of the OSSP var library, named libvarexp. It is based on a development version of OSSP var and hence does not provide exactly the same amount of functionality. But it provides an ISO C++ API and so can be of interest to you if you are programming in ISO C++ (where OSSP vars ISO C API might be too boring for you).
Enhancements:
- Fix some sprintf(3) parameter passing. [Ralf S. Engelschall]
- Upgraded build environment to GNU libtool 1.5.20 and GNU shtool 2.0.3. [Ralf S. Engelschall]
- Bumped year in copyright messages for new year 2005. [Ralf S. Engelschall]
<<less
Download (0.33MB)
Added: 2005-10-03 License: MIT/X Consortium License Price:
1481 downloads
NOOFS 0.9.0

NOOFS 0.9.0


NOOFS is an experimental file system that stores its data in an SQL relational database. more>>
NOOFS is a project which aims at creating an innovative file system, whose source code is distributed under the terms of the General Public Licence GNU.
The project is developed within the framework of an end of studies project in EPITECH. The major goal of this project is to provide a file system storing its data in an SQL relational database.
NOOFS is an experimental project which gives solution to the problems and limitations of the current file system.
NOOFS project allows allows you to:
- Sharing data through the network
- Advanced security management
- Quick search thanks to database engine
- Extended information on the file system elements
- Virtual Directories Management: folder with dynamic contents
- Native data integrity management
At present, NOOFS is an experimental file system project. It has interesting functionalities. We encourage you to download the sources, possibly via CVS. We also are seeking for new contributors.
Enhancements:
- This release adds a user-friendly tool using the QT library to edit Extended Attributes, adds major bugfixes and security fixes for the FUSE client and NOOFS daemon, implements error handling for the FUSE client (which now translates NOOFS errors to Unix error codes), updates the SQL files for MySQL and PostgreSQL and the network protocol, and updates the FUSE and kernel noofs clients to be compatible with the new version of the network protocol.
<<less
Download (2.5MB)
Added: 2006-02-03 License: GPL (GNU General Public License) Price:
1362 downloads
soundgrab 0.9.0

soundgrab 0.9.0


soundgrab is designed to help you slice up a big long raw audio file. more>>
soundgrab is designed to help you slice up a big long raw audio file (by default 44.1 kHz 2 channel signed sixteen bit little endian) and save your favorite sections to other files. It does this by providing you with a cassette player like command line interface. Commands like ff , rw , jump can be used while the volume is being played or while it is stopped to move the player head around. The commands mark and name allow you to give names to sections between the mark and the current position of the player head (like emacs mark and point concept), and the export command exports the named sections to other files in wav, cdr (CD mastering), or raw format (or ogg or flac format if the appropriate encoder binaries are found on your system).
The man page has a few more details and could be more useful, though most information is in the online help.
soundgrab is from the perl department of the Maximegalon museum of diseased imaginings. It needs a lot of other things in order to work:
perl5 or later
Term::ReadLine::Gnu and Time::HiRes from the comprehensive perl archive network (CPAN). Time::HiRes ships with the base perl distribution for perl version 5.8.0 and later. Both these are bundled in the below package for your convenience.
rawrec program. This is bundled in the below package for your convenience.
sox program. This is pretty standard and is certainly available as a package in whatever distribution you are using.
GNU readline4 library. Standard on most distros I hope.
Some command line utilities which are standard everywhere.
Enhancements:
- Bundled new versions Term::ReadLine::Gnu and Time::Hires modules into odd_things directory
- Added knowledge to installation makefile to install Time::Hires iff we have a version of perl that doesnt ship it be default.
<<less
Download (0.20MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1193 downloads
Almara 0.9.0

Almara 0.9.0


Almara is a photo album that turns directories of your photographs into albums. more>>
Almara is a photo album that turns directories of your photographs into albums and allows you to quickly and effectively make simple modifications to your images while preserving the originals.
Almara project can also export albums to the Web and do very primitive Motion JPEG editing.
Main features:
- a quick photo album viewer
- a tool for quick image manipulation (zoom, crop, rotate, scale, ... - lossless if possible)
- a tool to quickly add descriptions to pictures and export them to the Web
- ... and all that is done preserving your original pictures untouched
What is still missing (but planned)?
- undo of operations recorded in the album file
- quick catalog by groups (who is on the photo, who is the photo for)
- automatic image quality recognition, image grouping, automatic image rotation
What it is not?
- just another picture viewer
- complex picture and video editor
<<less
Download (0.39MB)
Added: 2006-01-13 License: GPL (GNU General Public License) Price:
1381 downloads
LnBlog 0.9.0

LnBlog 0.9.0


LnBlog is a simple Weblog with some basic site management features. more>>
LnBlog is a simple Weblog with some basic site management features that is designed to work well in low-cost shared hosting environments.
LnBlog has support for multiple authors, multiple Weblogs, reader comments, trackbacks, auto- generated RSS feeds, permanent articles, and file uploads.
It has a flexible PHP-based theme and template system that generates standards-complaint sites. All data is stored in flat files, and the file access module can be easily configured to work when PHPs safe mode is enabled.
Enhancements:
- Most data files are now XML.
- Old formats are still supported (no need to convert).
- Running blogs on multiple subdomains from a single installation is supported.
- The per-blog PHP wrapper scripts were consolidated.
- Support was added for saving draft entries to be published later.
- A Linksleeve anti-spam plugin was added.
- Support for blogging APIs was improved, including support for the Moveable Type API.
- Reply management pages were added for bulk listing or deleting of replies.
- Improvements were made to file writing configuration.
<<less
Download (0.31MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
926 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5