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.477.064 Times

Garbage freeware
Filter: All | Freeware | Demo
 

Garbage

< 1 2 3 4 5 > 
Added: April 26, 2010 | Visits: 882

NetPacket::LLC NetPacket::LLC is a Perl module to assemble and disassemble IEEE 802.3 LLC protocol packets. SYNOPSIS use NetPacket::LLC; use NetPacket::SpanningTree; $llc_data = NetPacket::Ethernet->strip($raw_packet); $st_data = NetPacket::LLC->strip($llc_data); $st_obj =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): NetPacket::LLC Download

Added: April 05, 2010 | Visits: 1.078

RogueScanner RogueScanner project is an open-source vulnerability management tool that is used to gain greater network visibility to enable you to quickly identify and remove rogue wireless devices that may provide a back door to access your critical data and infrastructure. Considering that rogue access... Platforms: *nix

License: Freeware Size: 1.5 MB Download (96): RogueScanner Download

Added: April 08, 2010 | Visits: 806

ixlib ixlib is a small c++ tools library based upon the standard template library. It provides: - a javascript interpreter - an exception handling framework - garbage collection - automatic array management - planar geometry (rectangles, regions) - polygons (rasterization, convex hull,... Platforms: *nix

License: Freeware Size: 358.4 KB Download (94): ixlib Download

Added: September 24, 2010 | Visits: 898

GDC GDC is a D language front end for the GNU Compiler Collection. GDC supports a number of targets and nearly all features of Digital Mars D. GDC works with GCC versions 3.3.x, 3.4.x, and 4.0.x. Linux (tested on Fedora Core 5 x86 and PowerPC) Mac OS X 10.3.x, 10.4.x FreeBSD 5.2.1 Cygwin... Platforms: *nix

License: Freeware Size: 2.7 MB Download (90): GDC Download

Added: June 04, 2010 | Visits: 544

Niliada Niliada is a library of Lisp-like objects in Ada-95. It features a real time garbage collector. Niliada library is useful for massively multithreaded applications in a mission critical environment.. Home page of the R2cl, the R (Splus) to Common Lisptranslator Platforms: *nix

License: Freeware Size: 65.54 KB Download (86): Niliada Download

Added: August 06, 2010 | Visits: 1.125

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: April 17, 2010 | Visits: 946

XML::UM XML::UM is a Perl module to convert UTF-8 strings to any encoding supported by XML::Encoding. SYNOPSIS use XML::UM; # Set directory with .xml files that comes with XML::Encoding distribution # Always include the trailing slash! $XML::UM::ENCDIR =... Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): XML::UM Download

Added: October 01, 2010 | Visits: 937

deimos deimos project consists of some platform independent libraries. The deimos project provides some platform independent libraries which contain a reference memory allocator (garbage collector planned), virtual filesystem (Unix sockets, HTTP, etc), configfile management, and a clean build system... Platforms: *nix

License: Freeware Download (104): deimos Download

Added: July 06, 2010 | Visits: 1.953

Sendmail filter for SpamAssassin smf-spamd is a Sendmail filter for SpamAssassin. Sendmail filter for SpamAssassin aims to be lightweight, reliable, and simple rather than have a myriad of options. It only scans the messages less than defined size, has a hosts/networks whitelist, performs subject tagging if SPAM is detected,... Platforms: *nix

License: Freeware Size: 25.6 KB Download (134): Sendmail filter for SpamAssassin Download

Added: July 16, 2010 | Visits: 975

Jakelib2 Jakelib2 is a cross platform C++ class library with a Java-like API. An automatic garbage collector is used to take care of unused objects. External libraries like PCRE or GTK+ are beeing integrated to provide the programmer with a homogeneous, easy to use programming environment that covers... Platforms: *nix

License: Freeware Size: 962.56 KB Download (104): Jakelib2 Download

Added: October 24, 2010 | Visits: 694

AIME AIME project is an Object Oriented (C++) MUD engine. AIME is a C++ MUD engine with an OO design, designed to provide utmost flexibility for the designer to create complex worlds. It has a fully-functional builder port, online interpreted specials code, and a flexible levels/quest/profession... Platforms: *nix

License: Freeware Download (97): AIME Download

Added: October 01, 2010 | Visits: 831

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 08, 2010 | Visits: 723

VRaptor VRaptor is a web based mvc and ioc framework which was based on many frameworks and ideas (Seam, Stripes, Hibernate Annotations, Webwork etc). VRaptor 2 has been completely rewritten in order to make full use of Java 5 Annotations. The result? A simpler way to deal with programming the web.... Platforms: *nix

License: Freeware Size: 2 MB Download (89): VRaptor Download

Added: November 03, 2010 | Visits: 1.248

jclasslib bytecode viewer JProfiler is an award-winning all-in-one Java profiler. JProfilers intuitive GUI helps you find performance bottlenecks, pin down memory leaks and resolve threading issues. Even though JProfiler has a powerful feature set, its a Java profiler that is extremely easy to use! JProfilers user... Platforms: *nix

License: Freeware Size: 1.7 MB Download (105): jclasslib bytecode viewer Download

Added: May 26, 2010 | Visits: 1.092

File::Wildcard File::Wildcard is a Perl module for enhanced glob processing. SYNOPSIS use File::Wildcard; my $foo = File::Wildcard->new(path => "/home/me///core"); while (my $file = $foo->next) { unlink $file; } When looking at how various operating systems do filename wildcard expansion (globbing),... Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): File::Wildcard Download

Added: June 23, 2010 | Visits: 702

DWH_File DWH_File module contains data and object persistence in deep and wide hashes. SYNOPSIS use DWH_File qw/ GDBM_File /; # the use argument set the DBM module used tie( %h, DWH_File, myFile, O_RDWR|O_CREAT, 0644 ); untie( %h ); # essential! Note: the files produced by DWH_File 0.22 are in... Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): DWH_File Download

Added: July 27, 2010 | Visits: 736

jdresolve jdresolve is a software that resolves IP addresses to hostnames. Any file format is supported, including those where the line does not begin with the IP address. One of the strongest features of the program is the support for recursion, which can drastically reduce the number of unresolved hosts... Platforms: *nix

License: Freeware Size: 51.2 KB Download (94): jdresolve Download

Added: September 14, 2010 | Visits: 1.046

Bcrypt Bcrypt project is a lightweight blowfish file encryption utility which aims for cross-platform portability of not only the actual code, but the encrypted files as well. In addition to providing 448-bit encryption, Bcrypt overwrites input files with random garbage. Installation: If youre so... Platforms: *nix

License: Freeware Size: 36.86 KB Download (102): Bcrypt Download

Added: January 03, 2010 | Visits: 1.045

ngrep ngrep project strives to provide most of GNU greps common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP, ICMP, IGMP... Platforms: *nix

License: Freeware Size: 440.32 KB Download (91): ngrep Download

Added: January 25, 2010 | Visits: 756

RefDbg RefDbg project is a GObject reference count debugger GObject is part of the glib library (not to be confused with glibc) which forms the basis of GTK+ (the Gimp ToolKit), Gnome, GStreamer and many other projects. The GObject library adds object oriented stuff to C which by itself lacks object... Platforms: *nix

License: Freeware Size: 337.92 KB Download (92): RefDbg Download

< 1 2 3 4 5 >