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

Rules Remember Write Paragraph freeware
Filter: All | Freeware | Demo
 

Rules Remember Write Paragraph

< 1 2 3 4 5 
Added: November 15, 2010 | Visits: 1.788

Create Your Own Adventure 0.4 Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. When the user reaches the end of the adventure, the user will be given the option to continue writing the next part of the adventure. The user can upload a picture (in any format... Platforms: *nix

License: Freeware Size: 14.34 KB Download (150): Create Your Own Adventure 0.4 Download

Added: January 12, 2010 | Visits: 1.197

Arbitrary Command Output Colourer acoc is a regular-expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. acoc then... Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Arbitrary Command Output Colourer Download

Added: April 09, 2010 | Visits: 1.077

PictureStories PictureStories lets you make little webpages of stories you write where some of the words are replaced with images which is called rebus. What makes PictureStories cool is that the images are dynamically pulled from popular web-based image search engines (like Google). Weve seen lots of cute... Platforms: *nix

License: Freeware Size: 184.32 KB Download (143): PictureStories Download

Added: August 27, 2010 | Visits: 1.182

Fortran::Format Fortran::Format is a Perl module to read and write data according to a standard Fortran 77 FORMAT. SYNOPSYS use Fortran::Format; my $f = Fortran::Format->new("2(N: ,I4,2X)"); print $f->write(1 .. 10); # prints the following: # N: 1 N: 2 # N: 3 N: 4 # N: 5 N: 6 # N: 7 N: 8 # N: 9 N:... Platforms: *nix

License: Freeware Size: 18.43 KB Download (167): Fortran::Format Download

Added: March 27, 2010 | Visits: 850

TeX::DVI TeX::DVI is a Perl module to write out TeXs DVI (DeVice Independent) file. SYNOPSIS use TeX::DVI; use Font::TFM; my $dvi = new TeX::DVI "texput.dvi"; my $font = new_at Font::TFM "cmr10", 12 or die "Error loading cmr10 at 12 pt: $Font::TFM::errstrn"; $dvi->preamble();... Platforms: *nix

License: Freeware Size: 9.22 KB Download (105): TeX::DVI Download

Added: May 11, 2010 | Visits: 760

extproc_perl extproc_perl allows you to write Oracle stored procedures in Perl. Whether youre looking to accomplish something thats easier to program in Perl, or youre just more comfortable programming in Perl, read on to see if extproc_perl will work for you and your Oracle database.. Platforms: *nix

License: Freeware Size: 38.91 KB Download (104): extproc_perl Download

Added: July 20, 2010 | Visits: 1.200

A PurpleBunny! PurpleBunny is a Firefox extension that can help you quickly and easily read and write comments about the web page youre viewing. You can praise a page, ask a question, read comments about an entire site, discuss the content of a web page with other web surfers -- the possibilities are endless!... Platforms: *nix

License: Freeware Size: 56.32 KB Download (98): A PurpleBunny! Download

Added: July 14, 2010 | Visits: 1.409

Graph::Writer::TGXML Graph::Writer::TGXML is a Perl module used to write out directed graph as TouchGraph LinkBrowser XML. SYNOPSIS use Graph; use Graph::Writer::TGXML; $graph = Graph->new(); # add edges and nodes to the graph $writer = Graph::Writer::TGXML->new(); $writer->write_graph($graph,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (119): Graph::Writer::TGXML Download

Added: March 08, 2010 | Visits: 1.252

Userfriendly Iptables Frontend Userfriendly Iptables Frontend provides a tool for generating optimized packet filter rules. The Userfriendly Iptables Frontend is used to generate optimized iptables packet filter rules, using a simple description file specified by the user. Generated rules are provided in iptables- save... Platforms: *nix

License: Freeware Size: 27.65 KB Download (165): Userfriendly Iptables Frontend Download

Added: May 22, 2010 | Visits: 1.115

Anvil Anvil is a C++ library to enable developers to read, write and otherwise work with Quicken QIF4 data files. QIF4 files are exported text files from Quicken and account files downloaded from your bank or credit union. We have a C++ library that uses the STL to read, write and query data. A SLang... Platforms: *nix

License: Freeware Size: 50.18 KB Download (97): Anvil Download

Added: March 12, 2010 | Visits: 974

GDS2 GDS2 is a module for quickly creating programs to read and/or write GDS2 files. Create Method new - open gds2 file usage: my $gds2File = new GDS2(-fileName => "filename.gds2"); ## to read my $gds2File2 = new GDS2(-fileName => ">filename.gds2"); ## to write fileNum - file number...... Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): GDS2 Download

Added: February 06, 2010 | Visits: 1.064

SmarTagger SmarTagger is a perl script that read a text file with the album info and use it to write the MP3 tags and rename the files according to a format string. The origin of the problem is people that dont save the MP3 tags o choose bad names (like track01.mp3 and so) for their songs. In addition,... Platforms: *nix

License: Freeware Size: 3.07 KB Download (98): SmarTagger Download

Added: November 18, 2010 | Visits: 1.214

MapFS MapFS implements a Linux filesystem which utilizes copy-on-write functionality and existing Linux filesystems to allow component filesystems (or portions thereof) to be combined into a single virtual filesystem that appears to be fully writable. It is written in C, uses the standard Linux... Platforms: *nix

License: Freeware Size: 77.82 KB Download (92): MapFS Download

Added: February 07, 2010 | Visits: 666

sdts++ SDTS++ is a C++ toolkit that programmers can use to write applications that can read or write SDTS datasets. Application developers can use SDTS++ library classes to work with the logical structure of these datasets without having to worry about the physical details of each dataset. What... Platforms: *nix

License: Freeware Size: 901.12 KB Download (97): sdts++ Download

Added: March 25, 2010 | Visits: 861

Slay::Makefile Slay::Makefile is a wrapper to Slay::Maker that reads the rules from a file. SYNOPSIS Slay::Maker is a make engine that uses perl declaration syntax for rules, including regular expressions for targets and anonymous subs for targets, dependencies, and actions. This Slay::Makefile wrapper... Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Slay::Makefile Download

Added: March 26, 2010 | Visits: 923

fwsnort fwsnort parses the rules files included in the snort intrusion detection system and builds an equivalent iptables ruleset for as many rules as possible. fwsnort accepts command line arguments to restrict processing to any particular class of snort rules such as "ddos", "backdoor", or... Platforms: *nix

License: Freeware Size: 286.72 KB Download (106): fwsnort Download

Added: May 13, 2010 | Visits: 571

Oangband Oangband project is one of many variants of Angband, emphasising intuitive rules, varied gameplay, and extra coolness. This long-established variant (one of the older ones active) offers more individual and distinct classes and specializations, more intelligent and diverse monsters, and more... Platforms: *nix

License: Freeware Size: 1.4 MB Download (95): Oangband Download

Added: November 15, 2010 | Visits: 1.047

JGimp JGimp is a framework to write 100% Java-based plug-ins and extensions for the GIMP and Film GIMP.. Platforms: *nix

License: Freeware Size: 450.56 KB Download (101): JGimp Download

Added: November 23, 2010 | Visits: 961

pyAwale pyAwale is a pure Python implementation of the Ivory Coast rules for Awale. Awale is a game of great antiquity, and has been played around the world in various forms for millenia. This project is a member of the mancala family of board games.. This server is a central point for development,... Platforms: *nix

License: Freeware Size: 286.72 KB Download (98): pyAwale Download

Added: September 08, 2010 | Visits: 960

catty catty project is a small utility to write to and read from a serial tty device. You can use it in scripts, or directly writing some text to its stdin. With catty you can add in a few seconds of serial communication to your shell scripts. Build: Simply launch the tiny build script: ./Build... Platforms: *nix

License: Freeware Size: 9.22 KB Download (108): catty Download

< 1 2 3 4 5