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

Special Characters For Writing software
Filter: All | Freeware | Demo
 

Special Characters For Writing

< 1 2 3 4 5 > 
Added: June 09, 2013 | Visits: 636

LX Password Generator You can choose from upper and lower letters, digits and special characters to make your new hardcore passwords impossible to break. And yes, all the passwords are generated only within client's browser session and are not saved anywhere on the server side, so it is absolutely safe to use in real...



Platforms: PHP

License: Freeware Size: 348.16 KB Download (53): LX Password Generator Download

Added: October 03, 2013 | Visits: 325

myTexts snow This is a special version for eye-impacted people, people with a need for a ??N*?*?white paper???*a*? to be creative etc. Less is more, as Mies van der Rohe would say. This is not only true in architecture; this is especially the case when it comes to writing. Thus, myTexts helps you to get more...





Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 7.46 MB Download (36): myTexts snow Download

Released: March 17, 2008  |  Added: March 21, 2008 | Visits: 1.662

Idea Rover Idea Rover 3.10 absorbs and crystallizes your ideas and sources into outline-structured notes, releasing your brain from monotonous switching and searching work. Drag-and-drop your files and sources and get a starting place, calmness, and time for writing your research paper, dissertation,...


Platforms: Windows

License: Shareware Cost: $89.00 USD Size: 7.82 MB Download (145): Idea Rover Download

Added: January 18, 2010 | Visits: 1.429

Email::AutoReply Email::AutoReply is a Perl extension for writing email autoresponders. SYNOPSIS use Email::AutoReply; my $auto = Email::AutoReply->new; $auto->reply; This module may be useful in writing autoresponders. The example code above will try to respond (using Sendmail) to an email message given...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (108): Email::AutoReply Download

Added: May 04, 2010 | Visits: 1.226

lisp-network-server lisp-network-server is a simple framework for writing Common Lisp network applications. lisp-network-server framework takes care of listening on the network, accepting the connection and starting a new thread with handler functions of your network aware application..


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): lisp-network-server Download

Added: February 13, 2010 | Visits: 1.200

Control Library Control Library is a small C++ library for writing control applications. It can be compiled for either generic Unix userspace or for kernelspace under RTLinux 3.2. Control Library frees a programmer from having to write control applications in low-level C code under RTLinux, while allowing the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (100): Control Library Download

Added: August 08, 2010 | Visits: 1.174

Speech::Recognizer::SPX::Server Speech::Recognizer::SPX::Server is a Perl module for writing streaming audio speech recognition servers using Sphinx2. SYNOPSIS my $sock = new IO::Socket(... blah blah blah ...); my $log = new IO::File(server.log); my $audio_fh = new IO::File(speech.raw); my $srvr =...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (111): Speech::Recognizer::SPX::Server Download

Added: October 27, 2010 | Visits: 959

Eiffel INET Eiffel INET provides an Eiffel classes for writing IPV4 (TCP/UDP) servers and clients. Eiffel INET is a set of Eiffel classes (written to be used with SmallEiffel) which allow writing TCP and UDP clients & servers. Programs written with Eiffel INET run in a single thread-less process that...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (107): Eiffel INET Download

Added: February 03, 2010 | Visits: 918

RenderDotC RenderDotC project is a world class photorealistic renderer designed to meet the demands of special effects for film. The primary reason people give for choosing RenderDotC is its favorable price per performance ratio. Moreover, RenderDotC scores high marks on everything that matters for a...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 1.3 MB Download (131): RenderDotC Download

Added: April 04, 2010 | Visits: 1.033

OPML Writer OPML Writer is a PHP4 class for writing OPML files with an object-oriented approach..


Platforms: *nix

License: Freeware Size: 163.84 KB Download (110): OPML Writer Download

Added: August 19, 2013 | Visits: 1.812

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: February 26, 2010 | Visits: 864

Emacs::Lisp Emacs::Lisp provides support for writing Emacs extensions in Perl. Emacs allows you to customize your environment using Lisp. With EPL, you can use Perl, too. This module allows Perl code to call functions and access variables of Lisp. You still need to learn some Lisp in order to understand...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (92): Emacs::Lisp Download

Added: January 17, 2010 | Visits: 1.060

XML::Handler::HTMLWriter XML::Handler::HTMLWriter is a SAX Handler for writing HTML 4.0. SYNOPSIS use XML::Handler::HTMLWriter; use XML::SAX; my $writer = XML::Handler::HTMLWriter->new(...); my $parser = XML::SAX::ParserFactory->parser(Handler => $writer); ... This module is based on the rules for outputting...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (140): XML::Handler::HTMLWriter Download

Added: April 27, 2010 | Visits: 1.078

MP3c MP3c is a special program for converting audio-cds to ogg/mp3-format. It is a frontend for every grab-program and mp3-encoder. Nearly every program should be supported. MP3c has two different run-modes: An interactive mode with a menu-enviroment (based on curses-lib), which can used on...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (100): MP3c Download

Added: October 05, 2010 | Visits: 807

CgEddie CgEddie is a very simple editor for writing and compiling Cg shaders. It supports syntax highlighting (and also semantics), auto indentation, and multiple file editing. CgEddie uses the nVidia Cg compiler to check shaders at run-time. Whats New in This Release: - New features include Cg...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (90): CgEddie Download

Added: April 24, 2010 | Visits: 995

Test::Simple Test::Simple is a Perl module with basic utilities for writing tests. SYNOPSIS use Test::Simple tests => 1; ok( $foo eq $bar, foo is bar ); ** If you are unfamiliar with testing read Test::Tutorial first! ** This is an extremely simple, extremely basic module for writing tests suitable...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (92): Test::Simple Download

Added: September 27, 2010 | Visits: 806

WAchecker WAchecker is a Python library for writing and executing automated and semi-automated Web accessibility tests. Tests for Web Content Accessibility Guidelines 1.0 and Section 508 are included..


Platforms: *nix

License: Freeware Size: 68.61 KB Download (89): WAchecker Download

Added: September 05, 2010 | Visits: 782

DrJava DrJava is a lightweight development environment for writing Java programs. DrJava project is designed primarily for students, providing an intuitive interface and the ability to interactively evaluate Java code. It also includes powerful features for more advanced users. DrJava is available for...


Platforms: *nix

License: Freeware Size: 6.3 MB Download (105): DrJava Download

Added: April 24, 2010 | Visits: 713

PyKHTML PyKHTML is a Python module for writing website scrapers/spiders. Whereas traditional methods focus on writing the code to parse HTML/forms themselves, PyKHTML uses the excellent KHTML engine to do all the trudge work. It therefore handles webpages very well (even the severely crufty ones) and...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (91): PyKHTML Download

Added: January 17, 2010 | Visits: 1.094

PircBot PircBot is a Java framework for writing IRC bots quickly and easily. PircBot has many features like an event-driven architecture to handle common IRC events, flood protection, DCC resuming support, ident support, and more. Its comprehensive logfile format is suitable for use with pisg to generate...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (100): PircBot Download

< 1 2 3 4 5 >