Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.078.365 Times

Buffers freeware
Filter: All | Freeware | Demo
 

Buffers

< 1 2 3 4 5 > 
Added: August 05, 2010 | Visits: 1.224

Netsh Netsh is a tool designed to debug network applications. It enables the user to dump incoming packets in ascii or hexadecimal, and to send handmade custom packets (again, ascii and hexadecimal forms can also be used). It is also able to forward the dumped packets: it has been designed to be...



Platforms: *nix

License: Freeware Size: 25.6 KB Download (161): Netsh Download

Added: March 01, 2010 | Visits: 1.026

SCZ SCZ application is a simple set of compression routines for compressing and decompressing arbitrary data. The initial set of routines implement new lossless compression algorithms. Restoration (decompression) is perfect. It is called SCZ, for simple compression format. SCZ is intended as a...





Platforms: *nix

License: Freeware Size: 14.34 KB Download (96): SCZ Download

Added: September 07, 2010 | Visits: 1.095

Grifcat Grifcat is a simple utility which monitors a Griffin Powermate and sends state change information to the calling script. It tracks the button and wheel motion, reporting each move as it occurs and accumulating net changes in both directions. It is convenient for script writers and those looking...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (112): Grifcat Download

Added: March 07, 2010 | Visits: 764

bio2jack bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack. This library allows the person porting the code to simply replace the calls into OSS/ALSA with calls into interface functions of this library. The library buffers a...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (91): bio2jack Download

Added: July 26, 2010 | Visits: 1.027

LWJGL LWJGL (Lightweight Java Game Library) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java. LWJGL provides developers access to high performance crossplatform libraries such as OpenGL (Open Graphics Library) and...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (95): LWJGL Download

Added: October 07, 2010 | Visits: 1.015

CGI::Wrap CGI::Wrap is a buffer output when building CGI programs. SYNOPSIS use CGI; use CGI::Croak; use CGI::Wrap; $query = new CGI; savequery $query; # to reconstruct input $CGI::Out::mailto = fred; # override default of $<
run &myfunc, @myargs # a function run sub { code } # an inline...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): CGI::Wrap Download

Added: July 04, 2010 | Visits: 1.417

CGI::Out CGI::Out is a Perl module to buffer output when building CGI programs. SYNOPSIS use CGI; use CGI::Out; $query = new CGI; savequery $query; # to reconstruct input $CGI::Out::mailto = fred; # override default of $<
out $query->header(); out $query->start_html( -title=>A test,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): CGI::Out Download

Added: August 06, 2010 | Visits: 1.117

Guarded Memory Move Guarded Memory Move project gets handy when you have to study buffer overflows and you need to catch them together with a "good" stack image. When a stack overflow has been exploited, the back trace is already gone together with good information about parameters and local variables, that are of...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (89): Guarded Memory Move Download

Added: October 07, 2010 | Visits: 1.019

LibXDiff LibXDiff implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability. For binary files, LibXDiff implements (with some modification) the...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (98): LibXDiff Download

Added: May 11, 2010 | Visits: 1.293

Fast Logging Project for Snort Fast Logging Project for Snort is designed to gather alerts with payload from distributed snort sensors on a central server and to store them in a database (MySQL and PostgreSQL are supported). On the sensor, the output is written to a process called sockserv. This process is threaded; one...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (101): Fast Logging Project for Snort Download

Added: August 19, 2010 | Visits: 872

MPI Ruby MPI Ruby is a Ruby binding of MPI. MPI Rubys primary goal in making this binding was to make the power of MPI available to Ruby users in a way that fits into the languages object oriented model. In order to do this, the buffer and datatype management necessary in the C, C++, and Fortran...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): MPI Ruby Download

Added: July 15, 2010 | Visits: 1.807

libshbuf libshbuf introduces a new IPC concept: the "shared buffer", a more flexible and faster alternative for standard Unix FIFOs. Take some shared memory, flavour it with semaphore-based locking and change notifications, and refine it with an easy-to-use API and you get libshbufs "shared buffers"..


Platforms: *nix

License: Freeware Size: 266.24 KB Download (87): libshbuf Download

Added: June 11, 2010 | Visits: 902

XML::Filter::Sort::BufferMgr XML::Filter::Sort::BufferMgr is a Perl implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. Two classes are used to implement buffering records and spooling them...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (94): XML::Filter::Sort::BufferMgr Download

Added: October 01, 2010 | Visits: 824

XML::Filter::Sort::Buffer XML::Filter::Sort::Buffer is an implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. For an overview of the classes and methods used for buffering, see...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): XML::Filter::Sort::Buffer Download

Added: July 21, 2010 | Visits: 1.117

MS CHM library MS CHM is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files Ive come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (113): MS CHM library Download

Added: July 06, 2010 | Visits: 921

Audio::LADSPA::Network Audio::LADSPA::Network is a semi automatic connection of Audio::LADSPA::* objects. SYNOPSIS use Audio::LADSPA::Network; use Audio::LADSPA::Plugin::Play; sub subscriber { my ($object,$event) = @_; $object = ref($object); print "Recieved event $event from $objectn"; }...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (92): Audio::LADSPA::Network Download

Added: April 24, 2010 | Visits: 708

Audio::LADSPA::Buffer Audio::LADSPA::Buffer is a Perl module for LADSPA buffer. SYNOPSIS use Audio::LADSPA; my $buffer = Audio::LADSPA::Buffer->new($size); $plugin->connect(Port name => $buffer); $buffer->set( @values ); # or get a buffer from a plugin.. $buffer2 = $plugin->get_buffer(Other port); #...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (92): Audio::LADSPA::Buffer Download

Added: October 26, 2010 | Visits: 1.477

AlarmMon AlarmMon is an alarm monitoring system for TCP/IP networks. AlarmMon consists of an "alarm" client, an "alarmsvr" server, and several agents that work with a central registration database. It can track the status of verious services, including BIND, Sendmail, and modems, and send notifications...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (114): AlarmMon Download

Added: November 04, 2010 | Visits: 623

XBattleAI XBattleAI project is an Unix strategy game. XBattleAI is an enhanced version of the Unix strategy game XBattle. XBattleAI is an elegant and abstract realtime strategy game for multiple players or a single player. It is based on the last stable version of XBattle (5.4.1), and adds the option...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (103): XBattleAI Download

Added: September 05, 2010 | Visits: 1.215

jNetPcap 1.0 Beta jNetPcap project is a Java wrapper around the Libpcap network packet capture library. The low-level API is exposed in Java, which allows kernel buffer tuning, flags, and other features. All captured packet buffers are wrapped, not copied, in efficient java.nio.ByteBuffer and delivered to Java...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (106): jNetPcap 1.0 Beta Download

< 1 2 3 4 5 >