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

Print Scc Code freeware
Filter: All | Freeware | Demo
 

Print Scc Code

1 2 3 4 5 > 
Added: May 03, 2010 | Visits: 1.168

CodePrinter CodePrinter is a tiny utility to print out source code or other text files. CodePrinter projects main intent is to provide you with print-outs for your code reviews and to save some paper by fitting two code pages onto one sheet of paper. CodePrinter is written in Java and makes use of the Java...



Platforms: *nix

License: Freeware Download (139): CodePrinter Download

Added: November 11, 2010 | Visits: 838

Inline::Octave Inline::Octave module contains inline octave code into your perl. SYNOPSIS use Inline Octave => DATA; $f = jnk1(3); print "jnk1=",$f->disp(),"n"; $c= new Inline::Octave([ [1.5,2,3],[4.5,1,-1] ]); ($b, $t)= jnk2( $c, [4,4],[5,6] ); print "t=",$t->as_list(),"n"; use Data::Dumper; print...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Inline::Octave Download

Added: August 27, 2010 | Visits: 765

AFS::CM AFS::CM is a Perl module to administer the AFS Cache Manager. SYNOPSIS use AFS::CM qw ( checkconn checkservers checkvolumes cm_access flush flushcb flushvolume getcacheparms getcellstatus getcrypt getvolstats setcrypt setcachesize setcellstatus ); my $ok = flushvolume(.); print...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (99): AFS::CM Download

Added: April 22, 2010 | Visits: 1.029

Clarion Clarion is a Perl extension for reading CLARION data files. ABSTRACT This is a perl module to access CLARION 2.1 files. At the moment only read access to the files are provided by this package. "Encrypted" files are processed transparently, you do not need to specify the password of a file....


Platforms: *nix

License: Freeware Size: 6.14 KB Download (118): Clarion Download

Added: March 20, 2010 | Visits: 1.076

Crypt::SSLeay Crypt::SSLeay is a Perl module for OpenSSL glue that provides LWP https support. SYNOPSIS lwp-request https://www.nodeworks.com use LWP::UserAgent; my $ua = new LWP::UserAgent; my $req = new HTTP::Request(GET, https://www.nodeworks.com); my $res = $ua->request($req); print...


Platforms: *nix

License: Freeware Download (106): Crypt::SSLeay Download

Added: November 08, 2010 | Visits: 1.118

Audio::Mad::Stream Audio::Mad::Stream is a Perl interface to mad_stream structure. SYPNOSIS my $stream = new Audio::Mad::Stream ($options); $stream->buffer($scalar); my $remain = substr($scalar, $stream->next_frame); my $position = $stream->this_frame; $stream->skip($position + 400); $stream->sync();...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (106): Audio::Mad::Stream Download

Added: July 18, 2010 | Visits: 782

AFS::Utils AFS::Utils is a Perl module with shared utility functions for the AFS module bundle. SYNOPSIS use AFS::Utils qw ( XSVERSION get_server_version get_syslib_version setpag sysname unlog ); my $ok = setpag(); print "Return Code = $okn"; print XS-Version = , XSVERSION, "n"; print Syslib...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (101): AFS::Utils Download

Added: February 26, 2010 | Visits: 850

Sub::DeferredPartial Sub::DeferredPartial is a deferred evaluation / partial application. SYNOPSIS use Sub::DeferredPartial def; $S = def sub : P1 P2 P3 { %_=@_; join , @_{qw(P1 P2 P3)} }; print $S->( P1 => 1, P2 => 2, P3 => 3 )->(); # 123 $A = $S->( P3 => 1 ); # partial application $B = $S->( P3 => 2 );...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Sub::DeferredPartial Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 974

Spector 360 SPECTOR 360 User Activity Monitoring software allows organizations to monitor, record, replay, and analyze all user, user group, department, and division electronic activ­ity. Organizations use SPECTOR 360 to protect assets, improve productivity, ensure optimal use of online processes, systems,...


Platforms: Windows, Mac

License: Freeware Size: 316.26 MB Download (58): Spector 360 Download

Added: August 25, 2013 | Visits: 246

zencoder A Python module for the Zencoder API Installation Install from PyPI using easy_install: easy_install zencoder or with pip: pip install zencoder Usage from zencoder import Zencoder zen = Zencoder('abc123') # enter your api key # creates an encoding job with the defaults job =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): zencoder Download

Added: June 29, 2013 | Visits: 350

Debug::Simple Debug::Simple is a Perl module which provides a very simple way to provide debug/verbose/warning messages. It is also trivially controlled via Getopt::Long. The idea is to be able to put a bunch of debugging print statements throughout your code that you can enable or disable. debuglevels(%OPT)...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): Debug::Simple Download

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

IDAutomation Code 128 Barcode Fonts for Mac OS Easily print Code 128 barcodes with this advanced font package. The download includes examples for Crystal Reports, Microsoft Excel, Word and Access. Complies to ANSI and European (CEN) standards. Includes over 30 font tools, macros and source code for easy integration into applications which...


Platforms: Mac

License: Freeware Size: 6.73 MB Download (57): IDAutomation Code 128 Barcode Fonts for Mac OS Download

Added: April 03, 2006 | Visits: 2.426

Text Code Export Text Code Export is a unique and easy to use software to quickly and easily print and export (10+ formats supported) your text/ini documents. Convert your text documents to PDF, RTF, images and more! With the Text Code Export, you can : Convert your text documents to 10+ formats HTML PDF...


Platforms: Windows

License: Freeware Size: 1.74 MB Download (178): Text Code Export Download

Added: January 08, 2010 | Visits: 1.599

Code::Perl Code::Perl is a Perl module to produce Perl code from a tree. SYNOPSIS use Code::Perl::Expr qw( :easy ); my $c = derefh(scal(hash), calls(getkey)); print $c->perl; # ($hash)->{getkey()} Code::Perl allows you to build chunks of Perl code as a tree and then when youre finished building,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (175): Code::Perl Download

Added: January 01, 2010 | Visits: 1.355

ADDRESS LIST print web.de dict one slide ADDRESS LIST print web.de dict one slide allows users of web.de can print up to 85 addresses on one sheet of paper! If you use the printing function of web.de, you get a lot of pages to print but never all informations stored before. It is much more convenient to have all informations on one...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (103): ADDRESS LIST print web.de dict one slide Download

Added: September 18, 2010 | Visits: 1.379

Code::Splice Code::Splice injects the contents of one subroutine at a specified point elsewhere. SYNOPSIS use Code::Splice; Code::Splice::inject( code => sub { print "fredn"; }, package => main, method => foo, precondition => sub { my $op = shift; my $line = shift; $line =~ m/print/ and $line =~...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): Code::Splice Download

Released: June 11, 2012  |  Added: June 11, 2012 | Visits: 1.086

Free Bar Code 3 of 9 Print your own code39 from Windows! This TrueType and PostScript bar code font set adds the ability to print barcodes to virtually any Windows program. Barcode 3/9 is the most popular bar code type. It is does not require a checksum, and lets you encode numbers (0-9), upper case letters (A-Z),...


Platforms: Windows

License: Freeware Size: 1.48 MB Download (54): Free Bar Code 3 of 9 Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 637

IDAutomation Code 39 Barcode Fonts for Mac OS Easily print barcodes with this professional grade font package. This new version includes patent pending technology embedded in the font to print extremely accurate ANSI grade A barcodes. Includes examples for Microsoft Word, Excel, Access and Crystal Reports. Includes over 15 tools, macros and...


Platforms: Mac

License: Freeware Size: 3.01 MB Download (58): IDAutomation Code 39 Barcode Fonts for Mac OS Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 1.063

CNC Code Shooter Mill With CNC Code Shooter Mill you will be able to input your code and send it to the text editor to view your whole program on the computer screen before you send it to the machine. You will be able to save your programs that you create so that next time you need to run that particular part, you...


Platforms: Windows, XP, 2003, Windows Vista, 2008, 7, 7x64

License: Freeware Download (129): CNC Code Shooter Mill Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 499

Print Suite Print Suite will enable you to use more printing functions for your Delphi and C Builder applications. The suite contains: · TPrintJob main non-visual component of the suite which provides easy multipage printing · TPreview control which provides easy print preview · TPreviewWindow...


Platforms: Windows

License: Freeware Download (53): Print Suite Download

1 2 3 4 5 >