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

Gid software
Filter: All | Freeware | Demo
 

Gid

< 1 2 3 > 
Added: June 21, 2010 | Visits: 1.387

Archive::Ar Archive::Ar is a Perl interface for manipulating ar archives. SYNOPSIS use Archive::Ar; my $ar = new Archive::Ar("./foo.ar"); $ar->add_data("newfile.txt","Some contents", $properties); $ar->add_files("./bar.tar.gz", "bat.pl") $ar->add_files(["./again.gz"]); $ar->remove("file1",... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Archive::Ar Download

Added: June 26, 2010 | Visits: 835

File::chmod File::chmod is a Perl module that implements symbolic and ls chmod modes. SYNOPSIS use File::chmod; # chmod takes all three types # these all do the same thing chmod(0666,@files); chmod("=rw",@files); chmod("-rw-rw-rw-",@files); # or use File::chmod qw( symchmod lschmod );... Platforms: *nix

License: Freeware Size: 8.19 KB Download (124): File::chmod Download

Added: August 12, 2010 | Visits: 919

SQL::Statement::Embed SQL::Statement::Embed can embed a SQL engine in a DBD or module. SQL::Statement is designed to be easy to embed in other modules and to be especially easy to embed in DBI drivers. It provides a SQL Engine and the other module needs to then provide a data source and a storage mechanism. For... Platforms: *nix

License: Freeware Size: 87.04 KB Download (98): SQL::Statement::Embed Download

Added: August 14, 2010 | Visits: 1.163

File::Signature File::Signature is a Perl module to detect changes to a files content or attributes. SYNOPSIS use File::Signature; my $sig = File::Signature->new(/some/file); # If you have a stringified signature stored in $string # you can create a File::Signature object from it. my $sig =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): File::Signature Download

Added: November 17, 2010 | Visits: 795

mod_diffprivs mod_diffprivs makes Apache configurable to work as diffrent user/group and chroot env. for each VirtualServer and for ~user request. Designed mostly for ISP to make Apache secure. This is a core directive in mod_diffprivs. It takes one, two or three arguments. First is an user on what Apache... Platforms: *nix

License: Freeware Size: 19.46 KB Download (91): mod_diffprivs Download

Added: November 25, 2010 | Visits: 811

specter specter is a user-space logging facility for the Linux netfilter system. It uses netfilters ULOG target to gather packets, and passes them to attached plugins. Its features a flexible and robust modularized structure, and is based on ulogd, but has improved design and wider functionality. It... Platforms: *nix

License: Freeware Size: 133.12 KB Download (99): specter Download

Added: October 22, 2010 | Visits: 1.052

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>... Platforms: *nix

License: Freeware Size: 49.15 KB Download (110): Class::Maker Download

Added: April 14, 2010 | Visits: 1.949

FUSE-J FUSE-J project contains Java bindings for FUSE (Filesystem in USErspace). It is a Java API that uses JNI bindings to FUSE library and enables writing Linux filesystems in Java language. FUSE (Filesystem in USErspace) is a simple interface for userspace programs to export a virtual filesystem to... Platforms: *nix

License: Freeware Size: 102.4 KB Download (116): FUSE-J Download

Added: November 18, 2010 | Visits: 1.577

PowerMail PowerMail provides a redundant and distributed system for receiving and storing mail. PowerMail is a redundant and distributed system for receiving mail via SMTP and storing it for users to access with POP. The way PowerMail works is quite unorthodox, and its design emphasizes speed and... Platforms: *nix

License: Freeware Size: 737.28 KB Download (117): PowerMail Download

Added: October 27, 2010 | Visits: 1.219

Openwall Linux kernel patch Openwall Linux kernel patch is a collection of security-related features for the Linux kernel, all configurable via the new Security options configuration section. In addition to the new features, some versions of the patch contain various security fixes. The number of such fixes changes from... Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): Openwall Linux kernel patch Download

Added: November 23, 2010 | Visits: 1.154

Mounttero Mounttero automatically mounts most storage devices such as USB drives and cameras, DVDs, CDROMs, hard disks, and floppies. Devices are mounted when users opens their directory, such as /mnt/auto/cdrom, and are unmounted when the directory remains unused for four seconds. Usage For example,... Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): Mounttero Download

Added: August 03, 2010 | Visits: 1.126

Domain Technologie Control Domain Technologie Control (DTC) is a GPL control panel for hosting. Using a web GUI for admin and accounting all hosting services, DTC can delegate the task of creating subdomains, email, and FTP accounts to users for the domain names they own. DTC manages a MySQL database containing all the... Platforms: *nix

License: Freeware Size: 16.5 MB Download (107): Domain Technologie Control Download

Added: November 04, 2010 | Visits: 1.105

File::stat File::stat is a by-name interface to Perls built-in stat() functions. SYNOPSIS use File::stat; $st = stat($file) or die "No $file: $!"; if ( ($st->mode & 0111) && $st->nlink > 1) ) { print "$file is executable with lotsa linksn"; } use File::stat qw(:FIELDS); stat($file) or die "No... Platforms: *nix

License: Freeware Size: 14.2 MB Download (108): File::stat Download

Added: November 17, 2010 | Visits: 650

User::pwent User::pwent is a Perl interface getpw*() functions. SYNOPSIS use User::pwent; $pw = getpwnam(daemon) || die "No daemon user"; if ( $pw->uid == 1 && $pw->dir =~ m#^/(bin|tmp)?z#s ) { print "gid 1 on root dir"; } $real_shell = $pw->shell || /bin/sh; for (($fullname, $office, $workphone,... Platforms: *nix

License: Freeware Size: 12.2 MB Download (102): User::pwent Download

Added: March 15, 2010 | Visits: 1.205

Sequence Analysis Sequence Analysis project is a collage of coding projects which I have written over the past several years for various clients in my work as a bioinformatics consultant. These clients have graciously allowed me to release these works into the public domain as freeware for Macintosh OS X in... Platforms: *nix

License: Freeware Size: 2.3 MB Download (122): Sequence Analysis Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 463

DiskMax Do you know why your computer no longer feels as fast as it did when you first got it? It's because of the accumulation of junk files and other data on your system coupled with inefficient layout of your files. So what can you do about it? Download DiskMax and run it just once - the difference... Platforms: Windows

License: Freeware Download (419): DiskMax Download

Released: March 07, 2010  |  Added: April 03, 2013 | Visits: 1.672

Hard Drive Powerwash FREE Hard Drive Powerwash is a Windows Utility that enables its users to remove file clutter from their systems quickly and easily. What is file clutter? File Clutter generally refers to files created by programs for temporary use. Internet browsers such as Internet Explorer, Firefox and others... Platforms: Windows

License: Freeware Size: 2.2 MB Download (849): Hard Drive Powerwash FREE Download

Added: July 14, 2013 | Visits: 476

Galleria WP Galleria WP is a image gallery plugin for WordPress2.5 or laters. It is used WordPress 2.5's short code functionality.Features: * Galleria image gallery * Switchable CSS styles * Override default CSS styles * Show EXIF meta data * Automatic slideshow (play and stop button) * Thumnail scroll... Platforms: PHP

License: Freeware Size: 10 KB Download (48): Galleria WP Download

Added: April 23, 2013 | Visits: 581

GRAND Flash Album Gallery Are you looking for a better way to manage and display photos on your blogs??? Then you must try this fantastic GRAND Flash Album Gallery plugin. It provides a comprehensive interface for handling photos and images.You can edit photos the way you want: upload an unlimited number of images, create... Platforms: PHP

License: Freeware Size: 2.27 MB Download (42): GRAND Flash Album Gallery Download

Added: September 16, 2013 | Visits: 490

Cool Video Gallery Cool Video Gallery is a Video Gallery plugin for WordPress with option to upload videos, manage them in multiple galleries and automatic preview image generation for uploaded videos. Option also provided to upload images for video previews. Supports '.flv' and '.mp4' video files presently.Support... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 614.4 KB Download (48): Cool Video Gallery Download

< 1 2 3 >