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

Write Confidentiality Clause freeware
Filter: All | Freeware | Demo
 

Write Confidentiality Clause

< 1 2 3 4 5 > 
Added: July 14, 2010 | Visits: 1.405

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: July 24, 2010 | Visits: 2.201

PHP::Session PHP::Session is a Perl module to read / write PHP session files. SYNOPSIS use PHP::Session; my $session = PHP::Session->new($id); # session id my $id = $session->id; # get/set session data my $foo = $session->get(foo); $session->set(bar => $bar); # remove session data...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): PHP::Session Download

Added: May 18, 2010 | Visits: 1.054

python-jabberbot python-jabberbot application is a Jabber bot framework for Python that makes it easy to write simple Jabber bots. One can use these Jabber bots to provide information about running systems, to make Web sites interact with Jabber-enabled visitors, or notify the bot owner about updates or changes...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (118): python-jabberbot Download

Released: September 25, 2017  |  Added: November 11, 2017 | Visits: 1.555

Listen N Write Free Listen N Write is a free software that can be used to play and transcribe ordinary audio and video recordings. Listen N Write has special features simplifying the transcription work as you can control via keys (while using its integrated word processor) and insert time markers (bookmarks)....


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.39 MB Download (114): Listen N Write Free Download

Added: November 04, 2010 | Visits: 1.203

h264bitstream h264bitstream project provides a complete set of functions to read and write video streams conforming to the ITU H264 (MPEG4-AVC) video standard. The main design goal is to provide a complete, fully standards-compliant library for reading and writing H264 bitstreams. Reading and writing headers...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (110): h264bitstream Download

Added: January 05, 2010 | Visits: 843

dtRdr::Annotation::IO::YAML dtRdr::Annotation::IO::YAML is a Perl module to read/write annotations from/to yml files. Methods init $io->init; items_for Return the hashrefs for a given book. @items = $io->items_for($book); insert $io->insert($object, %args); delete $io->delete($object, %args); update...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (109): dtRdr::Annotation::IO::YAML Download

Added: September 08, 2010 | Visits: 956

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

Added: September 04, 2010 | Visits: 1.169

PHP::Session::DB PHP::Session::DB is a Perl module to read / write PHP sessions stored in databases. SYNOPSIS use PHP::Session::DB; my $session = PHP::Session::DB->new($id, { DBUSER => $dbuser, DBPASSWD => $dbpasswd, DBNAME => $dbname }); # session id my $id = $session->id; # get/set session data my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): PHP::Session::DB Download

Added: March 27, 2010 | Visits: 849

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

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: June 02, 2010 | Visits: 1.008

TALK TALK is a strictly and statically typed assembly language that is flexible and powerful enough to write operating system kernels. For example, memory management (i.e. malloc/free) and multi-thread management can be implemented in TALK..


Platforms: *nix

License: Freeware Size: 84.99 KB Download (103): TALK Download

Added: November 15, 2010 | Visits: 1.043

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: May 13, 2010 | Visits: 1.266

Convert::PEM Convert::PEM is Perl module that read/write encrypted ASN.1 PEM files. SYNOPSIS use Convert::PEM; my $pem = Convert::PEM->new( Name => "DSA PRIVATE KEY", ASN => qq( DSAPrivateKey SEQUENCE { version INTEGER, p INTEGER, q INTEGER, g INTEGER, pub_key INTEGER, priv_key INTEGER } ));...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): Convert::PEM Download

Added: January 24, 2010 | Visits: 1.099

MIDI MIDI is a Perl module that can read, compose, modify, and write MIDI files. SYNOPSIS use MIDI; use strict; use warnings; my @events = ( [text_event,0, MORE COWBELL], [set_tempo, 0, 450_000], # 1qn = .45 seconds ); for (1 .. 20) { push @events, [note_on , 90, 9, 56, 127], [note_off,...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (100): MIDI Download

Added: February 11, 2010 | Visits: 830

PlainDoc PlainDoc (pd2tex) document production system allows you to write documents as normal text files. pd2tex tool converts the plain text files to: - TeX which then gets converted to pdf (you need pdflatex tool installed) - DocBook (dbx) which can be fed to various tool chains (not supplied) to...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): PlainDoc Download

Added: July 20, 2010 | Visits: 1.197

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: February 06, 2010 | Visits: 1.060

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: February 02, 2010 | Visits: 1.128

Inline::Java Inline::Java lets you write Perl classes in Java and wrap/use existing Java classes. The project is an ILSM (Inline Language Support Module) for Java 2, and is part of the Inline family of modules..


Platforms: *nix

License: Freeware Size: 94.21 KB Download (98): Inline::Java Download

Added: May 22, 2010 | Visits: 1.111

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: February 07, 2010 | Visits: 665

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

< 1 2 3 4 5 >