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

Octal freeware
Filter: All | Freeware | Demo
 

Octal

< 1 2 3 > 
Added: February 09, 2010 | Visits: 1.123

Regexp::Common::net Regexp::Common::net is a Perl module that provide regexes for IPv4 addresses. SYNOPSIS use Regexp::Common qw /net/; while (<>) { /$RE{net}{IPv4}/ and print "Dotted decimal IP address"; /$RE{net}{IPv4}{hex}/ and print "Dotted hexadecimal IP address"; /$RE{net}{IPv4}{oct}{-sep => :}/ and... Platforms: *nix

License: Freeware Size: 112.64 KB Download (115): Regexp::Common::net Download

Added: January 26, 2010 | Visits: 1.454

ETrace ETrace is a configurable static port network tracing tool, similar to traceroute, but supporting ICMP, TCP, UDP and other IP protocols. Usage: etrace [ -BbCcnv ] [ -p profile ] [ -F config ] [ -i interface ] [ -I icmp-type ] [ -T port ] [ -U port ] [ -P protocol ] [ -r probe-count ] [ -t... Platforms: *nix

License: Freeware Size: 47.1 KB Download (103): ETrace Download

Added: May 12, 2010 | Visits: 1.760

Stat::lsMode Stat::lsMode Perl module can format file modes like the ls -l command does. SYNOPSIS use Stat::lsMode; $mode = (stat $file)[2]; $permissions = format_mode($mode); # $permissions is now something like `drwxr-xr-x $permissions = file_mode($file); # Same as above $permissions =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): Stat::lsMode Download

Added: August 03, 2010 | Visits: 924

hexdump hexdump produces a CP/M-like format by default, and can handle EBCDIC. It is internationalized, and has many formatting functions. This hex dumper was born because a) od octal format is appallingly ugly b) od -x aint much better c) I needed to dump EBCDIC files from SNA sessions d) I... Platforms: *nix

License: Freeware Size: 16.38 KB Download (100): hexdump Download

Added: April 24, 2010 | Visits: 774

Math::BaseCalc Math::BaseCalc is a Perl module that can convert numbers between various bases. SYNOPSIS use Math::BaseCalc; my $calc = new Math::BaseCalc(digits => [0,1]); #Binary my $bin_string = $calc->to_base(465); # Convert 465 to binary $calc->digits(oct); # Octal my $number =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Math::BaseCalc Download

Added: May 26, 2010 | Visits: 1.198

Debug::Trace Debug::Trace is a Perl extension to trace subroutine calls. SYNOPSIS perl -MDebug::Trace=foo,bar yourprogram.pl Debug::Trace instruments subroutines to provide tracing information upon every call and return. Using Debug::Trace does not require any changes to your sources. Most often, it... Platforms: *nix

License: Freeware Size: 5.12 KB Download (163): Debug::Trace Download

Added: September 12, 2010 | Visits: 854

String::Scanf String::Scanf can emulate sscanf() of the C library. SYNOPSIS use String::Scanf; # imports sscanf() ($a, $b, $c, $d) = sscanf("%d+%d %f-%s", $input); ($e, $f, $g, $h) = sscanf("%x %o %s:%3c"); # input defaults to $_ $r = String::Scanf::format_to_re($f); or # works only for Perl 5.005... Platforms: *nix

License: Freeware Size: 1.7 MB Download (99): String::Scanf Download

Added: September 26, 2010 | Visits: 962

YAPE::Regex::Element YAPE::Regex::Element contains sub-classes for YAPE::Regex elements. SYNOPSIS use YAPE::Regex MyExt::Mod; # this sets up inheritence in MyExt::Mod # see YAPE::Regex documentation YAPE MODULES The YAPE hierarchy of modules is an attempt at a unified means of parsing and extracting... Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): YAPE::Regex::Element Download

Added: June 26, 2010 | Visits: 835

File::chmod File::chmod is a Perl module that implements symbolic and ls chmod modes. SYNOPSIS use File::chmod; # chmod takes all three types # these all do the same thing chmod(0666,@files); chmod("=rw",@files); chmod("-rw-rw-rw-",@files); # or use File::chmod qw( symchmod lschmod );... Platforms: *nix

License: Freeware Size: 8.19 KB Download (124): File::chmod Download

Added: November 06, 2010 | Visits: 643

Regexp::Parser::Handlers Regexp::Parser::Handlers is a Perl module with handlers for Perl 5 regexes. This module holds the init() method for the Regexp::Parser class, which installs all the handlers for standard Perl 5 regexes. This documentation contains a sub-classing tutorial. SUB-CLASSING I will present two... Platforms: *nix

License: Freeware Size: 40.96 KB Download (86): Regexp::Parser::Handlers Download

Added: October 12, 2010 | Visits: 1.828

FOX Calculator FOX Calculator is a desktop calculator written in FOX. The FOX Calculator is a simple desktop calculator geared toward the programmer. It supports not only a full complement scientific functions, but also common operations that programmers need, such as bitwise operations, bitwise shifting,... Platforms: *nix

License: Freeware Size: 1.1 MB Download (218): FOX Calculator Download

Added: April 22, 2010 | Visits: 1.009

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or... Platforms: *nix

License: Freeware Size: 194.56 KB Download (102): Math::BigInt::Calc Download

Added: May 22, 2010 | Visits: 1.057

Math::BigInt Math::BigInt is an arbitrary size integer/float math package. SYNOPSIS use Math::BigInt; # or make it faster: install (optional) Math::BigInt::GMP # and always use (it will fall back to pure Perl if the # GMP library is not installed): # will warn if Math::BigInt::GMP cannot be found... Platforms: *nix

License: Freeware Size: 194.56 KB Download (90): Math::BigInt Download

Added: April 13, 2010 | Visits: 934

Gcalctool Gcalctool is the default GNOME desktop calculator. Gcalctool has Basic, Financial and Scientific modes. Internally it uses multiple precision arithmetic to produce results to a high degree of accuracy. Calctool is a desktop calculator. It has been designed to be used with either the mouse or... Platforms: *nix

License: Freeware Size: 1.7 MB Download (97): Gcalctool Download

Added: June 10, 2010 | Visits: 1.293

Bio::SeqIO::fastq Bio::SeqIO::fastq is a fastq sequence input/output stream. SYNOPSIS Do not use this module directly. Use it via the Bio::SeqIO class. This object can transform Bio::Seq and Bio::Seq::SeqWithQuality objects to and from fastq flat file databases. Fastq is a file format used frequently at... Platforms: *nix

License: Freeware Size: 4.7 MB Download (110): Bio::SeqIO::fastq Download

Added: January 25, 2010 | Visits: 773

Magic Number Machine Magic Number Machine... A free, full-featured, graphically laid out, high-precision, scientific calculator for Mac OS X 10.4 or later. Full source-code is included with the distribution.Ideal if you need to enter large expressions or have accurate precision. "Data" drawers allow an easy way to... Platforms: Mac

License: Freeware Download (137): Magic Number Machine Download

Added: January 25, 2010 | Visits: 755

ASCII Table ASCII Table is a utility for programmers. It allows you to type characters on the keyboard and it will highlight that character on the table and display its ASCII code in decimal, hexadecimal and octal. You can also click on characters on the table which will exactly the same thing only you don't... Platforms: Mac

License: Freeware Download (140): ASCII Table Download

Added: January 25, 2010 | Visits: 1.135

PEMDAS PEMDAS is a scientific calculator with an easy-to-use interface for doing calculations with formulas and variables. Clicking the '+' button in the bottom right of the widget will expand the widget and reveal the formula and variable caches, which give one-click access to everything you've done.... Platforms: Mac

License: Freeware Download (106): PEMDAS Download

Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 702

Portable Kalkules Kalkules is an universal scientific freeware calculator with an amount of untraditional functions, which can be used particularly by high school or university students. It also offers a wide range of tools, which make your calculations easier and faster. FEATURES: · evaluating whole... Platforms: Windows

License: Freeware Size: 1.3 MB Download (439): Portable Kalkules Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 547

Kalkules Kalkules is an universal scientific freeware calculator with an amount of untraditional functions, which can be used particularly by high school or university students. It also offers a wide range of tools, which make your calculations easier and faster. FEATURES: · evaluating whole... Platforms: Windows

License: Freeware Size: 1.3 MB Download (453): Kalkules Download

< 1 2 3 >