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

Atimtag Sys freeware
Filter: All | Freeware | Demo
 

Atimtag Sys

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 858

Sys::OutPut Sys::OutPut is a Perl module to help make output easier. SYNOPSIS usage Sys::OutPut; talk $fmtstr [, @args]; out $fmtstr [, @args]; put $fmtstr [, @args]; err $fmtstr [, @args]; debug $fmtstr [, @args]; $Sys::OutPut::quiet = $::quiet; $Sys::OutPut::debug = $::debug; These...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): Sys::OutPut Download

Added: August 12, 2010 | Visits: 1.037

Sys::PortIO Sys::PortIO is a Perl module to perform direct port I/O from Perl. SYNOPSIS use Sys::PortIO; port_open($portnum); write_byte($portnum, $value); $value = read_byte($portnum); port_close($portnum); This module provides a Perl interface to the low-level port I/O operations provided by...





Platforms: *nix

License: Freeware Size: 737.28 KB Download (116): Sys::PortIO Download

Added: May 16, 2010 | Visits: 1.265

Sys::Manage::Cmd Sys::Manage::Cmd - Systems management command volley. SYNOPSIS Command line script use Sys::Manage::Cmd; my $s =Sys::Manage::Cmd->new(); # Script associations (see also embedded in source): $s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,<,$_[1]->[0]]}; # Target collections:...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (103): Sys::Manage::Cmd Download

Added: April 13, 2010 | Visits: 818

Sys::Hostname Sys::Hostname is a Perl module to try every conceivable way to get hostname. SYNOPSIS use Sys::Hostname; $host = hostname; Attempts several methods of getting the system hostname and then caches the result. It tries the first available of the C librarys gethostname(),...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (111): Sys::Hostname Download

Added: November 22, 2010 | Visits: 1.030

Sys::Gamin Sys::Gamin is a Perl interface to Gamin (File Access Monitor implementation). SYNOPSIS use Sys::Gamin; my $fm=new Sys::Gamin; $fm->monitor(/foo); $fm->monitor(/foo/bar.txt); while (1) { my $event=$fm->next_event; # Blocks print "Pathname: ", $event->filename, " Event: ", $event->type,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): Sys::Gamin Download

Added: July 20, 2010 | Visits: 865

Sys::AlarmCall Sys::AlarmCall is a package to handle the logic in timing out calls with alarm() and an ALRM handler, allowing nested calls as well. SYNOPSIS use Sys::AlarmCall; $result = alarm_call($timeout1,$func1,@args1); @result = alarm_call($timeout2,$func2,@args2); Sys::AlarmCall provides a...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Sys::AlarmCall Download

Added: November 24, 2010 | Visits: 723

Sys::Lastlog Sys::Lastlog is a Perl module to provide a moderately Object Oreiented Interface to lastlog files on some Unix-like systems. SYNOPSIS use Sys::Lastlog; my $ll = Sys::Lastlog->new(); while(my $llent = $ll->getllent() ) { print $llent->ll_line(),"n"; } The lastlog file provided on most...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Sys::Lastlog Download

Added: January 23, 2010 | Visits: 1.039

Sys::CPU Sys::CPU is a Perl extension for getting CPU information. Currently only number of CPUs supported. SYNOPSIS use Sys::CPU; $number_of_cpus = Sys::CPU::cpu_count(); printf("I have %d CPUsn",$number_of_cpus); print " Speed : ",Sys::CPU::cpu_clock(),"n"; print " Type :...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (171): Sys::CPU Download

Added: March 15, 2010 | Visits: 738

Sys::Filesystem Sys::Filesystem project is intended to be a portable interface to list and query filesystem names and their properties. It hopes to provide a consistent API to list all, mounted, unmounted, and special filesystems on a system, and query as many properties as possible with common aliases...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (99): Sys::Filesystem Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 1.228

Sys::Hostname::Long Sys::Hostname::Long is a Perl module to try every conceivable way to get full hostname. SYNOPSIS use Sys::Hostname::Long; $host_long = hostname_long; How to get the host full name in perl on multiple operating systems (mac, windows, unix* etc) DISCUSSION This is the SECOND release of...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Sys::Hostname::Long Download

Added: March 09, 2010 | Visits: 1.072

Sys::MemInfo Sys::MemInfo is a Perl module for memory informations. SYNOPSIS use Sys::MemInfo qw(totalmem freemem totalswap); print "total memory: ".(&totalmem / 1024)."n"; print "free memory: ".(&freemem / 1024)."n"; print "total swap: ".(&totalswap / 1024)."n"; print "free swap:...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (98): Sys::MemInfo Download

Added: August 14, 2008 | Visits: 1.495

Ultra Sys Info Ultra Sys Info is a powerful utility designed especially for detection of hardware. It provides all the information you could ever need to know about your hardware, software and other devices. Including CPUs, modems, BIOS, drives, graphic cards, drivers,etc.


Platforms: Windows

License: Freeware Size: 1.07 KB Download (352): Ultra Sys Info Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 369

Somatic Sys. Rep. Icons .0 About Somatic Sys. Rep. Icons Artist & Designer David Lanham brings a set of over 80 icons that can be used with Panic & The Iconfactory s own CandyBar utility, or alone, to customize the Mac s folders, trash can, toolbar icons and more. The collection is fun and imaginative and will appeal to...


Platforms: Mac

License: Freeware Size: 1.7 MB Download (46): Somatic Sys. Rep. Icons .0 Download

Added: October 19, 2013 | Visits: 453

Sys::Signals::Block Sys::Signals::Block is a Perl module that provides an easy way to block the delivery of certain signals. This is essentially just a wrapper around POSIX::sigprocmask(SIG_BLOCK, ...) and POSIX::sigprocmask(SIG_UNBLOCK, ...), but with a much simpler API. The set of signals that should be blocked...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Sys::Signals::Block Download

Added: August 05, 2008 | Visits: 1.609

Micro-Sys Launcher Launcher is an easy-to-use personal shortcut manager to launch all kinds of files and programs. Drag-and-drop operations are supported, this means that when Launcher is in "Manage Items" mode, it is possible to configure shortcuts by "dragging" files (from Windows Desktop for example) and then...


Platforms: Windows

License: Freeware Size: 844 KB Download (142): Micro-Sys Launcher Download

Added: August 15, 2008 | Visits: 1.054

HSLAB Sys Monitor Free Advanced real-time monitoring and statistics utility for Windows. HSLAB Sys Monitor uses some advanced technologies for logging and mesuring system components. The sensors permanently monitor behind parameters of the system and gather the information with an interval per one second. The...


Platforms: Windows

License: Freeware Size: 2.08 KB Download (104): HSLAB Sys Monitor Free Download

Added: August 19, 2013 | Visits: 1.813

ms-sys This is a Linux program for writing Microsoft compatible boot records. The program does the same as Microsoft "fdisk /mbr" to a hard disk or "sys d:" to a floppy or FAT partition except that it does not copy any system files, only the boot record is written.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (146): ms-sys Download

Added: August 06, 2010 | Visits: 921

KuSys-Info KuSys-Info is a Ku(buntu) Sys(tem)-Info. KuSys-Info karamba applet is based on transwhite. I adapted it a bit and modified it so that it fits to my system and themes. Detection of OS is not automatically right now, so you probably have to adapt the script. To change to the right network...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): KuSys-Info Download

Added: May 10, 2013 | Visits: 325

inzit-cicasi-sys Knowledge Management WebService for Venezuelan Goverment Institution named INZIT-CICASI, the general objetive on which this webservice relies on is an administrative information system for management, registering and general control of experiment samples and other stuff made in its projects.


Platforms: Windows, *nix, PHP, BSD Solaris

License: Freeware Download (50): inzit-cicasi-sys Download

Added: August 18, 2008 | Visits: 1.048

Useful Launcher Desktop Control from your Sys Tray by minimizing, killing or transparent visible windows-Show, hide Desktop icons, take Screen Shots, simulate WinLogoKey shortcuts-Get easy Screen Savers, Windows accessories and System Information-Control Shutdown.


Platforms: Windows

License: Freeware Size: 3.39 MB Download (557): Useful Launcher Download

1 2 3 4 5 >