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

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

Special Characters For Writing

< 1 2 3 4 5 > 
Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 778

X-Symbol for WYSIWYG in Emacs When you edit LaTeX, HTML, BibTeX or TeXinfo sources in Emacs, packageX-Symbol uses real characters for tokens like oplus and providesvarious input methods for them. Thumbnails for included images andreal super-/subscripts and are also supported Platforms: Windows, Mac, Linux

License: Freeware Size: 572.78 KB Download (49): X-Symbol for WYSIWYG in Emacs Download

Added: September 06, 2013 | Visits: 411

RAWT for Scripts The RAWT is an amateur radio tool special designed for the web. It provides a set of tools useful for radio-amateurs. The tools run as client-server programs, and have all the same "look-and-feel".The server runs a webserver (apache) and a database (currently, only postgreSQL is supported). The... Platforms: PHP

License: Freeware Size: 501.76 KB Download (43): RAWT for Scripts Download

Added: June 22, 2013 | Visits: 507

PgFieldNameFixer PgFieldNameFixer retrieves the names of the columns of a given PostgreSQL database table and checks if it has upper case letters, special characters spaces, or any other problematic characters.The columns are renamed in order to replace problematic characters. Platforms: PHP

License: Freeware Size: 10 KB Download (40): PgFieldNameFixer Download

Added: June 09, 2013 | Visits: 642

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: January 18, 2010 | Visits: 1.436

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.235

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 (107): lisp-network-server Download

Added: February 13, 2010 | Visits: 1.208

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 (104): Control Library Download

Added: August 08, 2010 | Visits: 1.186

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: 964

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: April 04, 2010 | Visits: 1.041

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.818

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 (147): ms-sys Download

Added: February 26, 2010 | Visits: 869

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.066

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.084

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: 812

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: 1.002

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: 811

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: 789

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 (106): DrJava Download

Added: April 24, 2010 | Visits: 718

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 (95): PyKHTML Download

Added: January 17, 2010 | Visits: 1.098

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 >