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

Fapt Ladder Dos Dir Func software
Filter: All | Freeware | Demo
 

Fapt Ladder Dos Dir Func

< 1 2 3 4 5 > 
Added: April 10, 2010 | Visits: 1.203

Ultimate Stunts 0.7.2 release UltimateStunts will be a remake of the famous DOS-game "stunts". This DOS-game, which was released in the early 1990s, can be downloaded on several abandonware sites, e.g. the XTC site . Ultimate Stunts is a 3D racing game, with simple CGA/EGA/VGA graphics and no texture or smooth shading, but...



Platforms: *nix

License: Freeware Size: 31.5 MB Download (106): Ultimate Stunts 0.7.2 release Download

Added: June 14, 2010 | Visits: 1.237

File::Listing File::Listing is a Perl module to parse directory listing. SYNOPSIS use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne f; # plain file #... } # directory listing can also be read from a file open(LISTING, "zcat...





Platforms: *nix

License: Freeware Size: 235.52 KB Download (102): File::Listing Download

Added: June 21, 2010 | Visits: 914

GRX GRX is a library for 2D graphics, originaly written by Csaba Biegl for DJ Delories DOS port of the GCC compiler. Now it support DOS (using the DJGPP v2 compiler), Linux console, X11 and Win32 (using the Mingw compiler). On DOS it supports EGA, VGA and VESA compliant cards. On Linux console it...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (112): GRX Download

Added: August 14, 2010 | Visits: 1.116

File::Xcopy File::Xcopy can copy files after comparing them. SYNOPSIS use File::Xcopy; my $fx = new File::Xcopy; $fx->from_dir("/from/dir"); $fx->to_dir("/to/dir"); $fx->fn_pat((.pl|.txt)$); # files with pl & txt extensions $fx->param(s,1); # search recursively to sub dirs $fx->param(verbose,1); #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (109): File::Xcopy Download

Added: March 04, 2010 | Visits: 1.528

RIG (Random Identity Generator) RIG is a program I wrote to replace a particularly poor closed-source unattributed public-domain implementation for MS-DOS. Essentially it gathers random selections of first and last names, location data, and street names, to assemble a fake name and address, complete with geographically...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (106): RIG (Random Identity Generator) Download

Added: May 11, 2010 | Visits: 947

FreeVikings FreeVikings game reimplements the DOS game Lost Vikings. One evening I was playing with toys like Emacs (my favourite text editor) and Ruby (my favourite high-level programming language) and I dreamed about playing one very nice game, Lost Vikings, on Linux. Without DOS emulator. If only I...


Platforms: *nix

License: Freeware Size: 512 KB Download (102): FreeVikings Download

Added: August 17, 2010 | Visits: 1.911

blueMail blueMail is a multi-format offline mail reader for Unix, DOS, Win32, and other systems. It supports the Blue Wave, QWK, QWKE, SOUP, OMEN and Hippo packet formats, the Hudson and BBBS Message Bases, Unix mail, Eudora and is designed to be a reasonable alternative to the Blue Wave mail reader. It...


Platforms: *nix

License: Freeware Size: 256 KB Download (151): blueMail Download

Added: November 15, 2010 | Visits: 995

Linux Snipes Linux Snipes project is a text-based maze game based on an old DOS game. You are in a maze with a number of enemies (the "snipes") and a few "hives" which create more of the enemies. Your job is to kill the snipes and their hives before they get the best of you. 26 "option levels" let you...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (92): Linux Snipes Download

Added: September 13, 2010 | Visits: 1.715

Castle-combat Castle-combat is a clone of the old DOS game Rampart. Up to four players build castle walls, place cannons inside these walls, and shoot at the walls of their enemy(s). If a player cant build a complete wall around one of his castles, he loses. The last surviving player wins..


Platforms: *nix

License: Freeware Size: 1.6 MB Download (116): Castle-combat Download

Added: August 01, 2010 | Visits: 1.129

Lcal Lcal is a multi-platform (Unix/Linux, DOS, DOS+DJGPP, Windows+Cygwin) program which generates full-year PostScript lunar (moon phase) calendars in a 2-page format, a compressed 1-page format, or an odd-days-only 1-page format. Lcal is run from the command line. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (103): Lcal Download

Added: September 01, 2010 | Visits: 880

SoundTracker SoundTracker is a music tracking tool for X11 / Unix similar in design to the DOS program FastTracker and the Amiga legend ProTracker. Samples can be lined up on tracks and patterns which are then arranged to a song. Supported module formats are XM and MOD; the player code is the one from...


Platforms: *nix

License: Freeware Size: 870.4 KB Download (99): SoundTracker Download

Added: November 27, 2010 | Visits: 1.064

Mtools Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. The project supports Win95 style long file names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk). Mtools can now handle the long filenames of Windows NT and Windows 95....


Platforms: *nix

License: Freeware Size: 389.12 KB Download (134): Mtools Download

Added: June 20, 2010 | Visits: 980

Openglad Openglad project is a SDL port of the old (and recently open-sourced) DOS game Gladiator. Openglad is an SDL port of an old DOS game called Gladiator, which was developed by FSGames in the mid 90s. It is a top-down gauntlet-style RPG in which you hire team mates, go on missions, and improve...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (121): Openglad Download

Added: March 07, 2010 | Visits: 976

File::Where File::Where is a Perl module to find the absolute file for a program module; absolute dir for a repository. SYNOPSIS ####### # Subroutine interface # use File::Where qw(pm2require where where_dir where_file where_pm where_repository); $program_module = is_module(@program_modules);...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (90): File::Where Download

Added: July 18, 2010 | Visits: 984

Ytree Ytree project is a (curses-based) file manager similar to DOS Xtree. It was made for browsing filesystems and archives (RAR/SPM/RPM/TAR/ARC/LHA/ZIP/ZOO). Ytree is reported to run on following platforms: SYSV R3.2/R4 Interactive UNIX Linux V2.2 NeXTstep 2.1 Irix 5.2 AIX 3.2 HPUX SUNOS...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (122): Ytree Download

Added: February 03, 2010 | Visits: 928

glFlow glFlow is a (D)DoS logger written with speed in mind. glFlow detects attacks on high speed links through real-time flow aggregation and analysis. What do I run it on ? It was written on FreeBSD and tested on both FreeBSD and Linux. It should work on any OS to which libpcap and OpenSSL were...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): glFlow Download

Added: June 03, 2010 | Visits: 886

PDCurses for X11 PDCurses is a public domain curses library for Win32, DOS, OS/2 and X11, implementing most of the functions available in System V R4 curses. PDCurses for X11 supports most compilers for these platforms. PDCurses is distributed principally as source code, but pre-compiled libraries are available...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (109): PDCurses for X11 Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 646

DoSHTTP DoSHTTP is an easy to use and powerful HTTP Flood Denial of Service (DoS) Testing Tool for Windows. DoSHTTP includes URL Verification, HTTP Redirection, Port Designation, Performance Monitoring and Enhanced Reporting. DoSHTTP uses multiple asynchronous sockets to perform an effective HTTP Flood....


Platforms: Windows

License: Shareware Cost: $24.99 USD Size: 3.9 MB Download (430): DoSHTTP Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 1.329

Hard Disk Sentinel DOS Detect and display hard disk drive and SSD health and temperature information without starting the installed operating system. The software can be started from a suitable bootable floppy, CD, pendrive, memory card or USB hard disk to diagnose IDE/SATA hard disks and SSD devices in the system...


Platforms: MS-DOS, Other

License: Freeware Size: 409.6 KB Download (87): Hard Disk Sentinel DOS Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 615

MPXPLAY Mpxplay is a commander-style audio player for DOS and Win32 (Win2K,XP,Vista,Win7) operating systems, developed in OpenWatcom C v1.9 Supported files: - audio: AAC, AC3, ALAC, APE, FLAC, MP2/MP3, MPC, VORBIS, WMA, WV and CDW (Audio CD ripp'n'play) (with plugins: DTS, MOD, SPEEX) - containers:...


Platforms: Windows

License: Freeware Size: 1.3 MB Download (650): MPXPLAY Download

< 1 2 3 4 5 >