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

Base 16 software
Filter: All | Freeware | Demo
 

Base 16

1 2 3 4 5 > 
Added: November 20, 2010 | Visits: 1.071

Math::BaseArith Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a pair of functions in the APL programming language... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Math::BaseArith Download

Added: March 27, 2010 | Visits: 884

Lisp::Fmt Lisp::Fmt is a Perl module for Common Lisp like formatting. SYNOPSIS use Lisp::Fmt; $str = fmt("~{~a ~5,,,*a~}", $a,$b,$c,$d); # store result in $str pfmt("~{ ~a~5,,,*a~}", $a,$b,$c,$d); # print to stdout The Common Lisp "format" function provides an extremely rich set of formatting... Platforms: *nix

License: Freeware Size: 13.31 KB Download (100): Lisp::Fmt Download

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

Convert Multiple Decimal, Hexadecimal, Binary and Octal Software This software offers a solution for users who want to convert one or more decimal, hexadecimal, binary or octal numbers. The user can choose to add numbers or load them from a file. A drop down menu allows the user to choose to convert numbers from any one of the formats above into any one of the... Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 769 KB Download (55): Convert Multiple Decimal, Hexadecimal, Binary and Octal Software Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 450

Rainmaker Rainmaker is a command line pseudo random number generator designed to work on multiple platforms. Rainmaker can be used produce cryptographically strong non-blocking output in many formats (Base-16, Alphanumeric, Numeric , and Alpha only modes). Platforms: Mac, BSD, Linux

License: Freeware Size: 19.24 KB Download (50): Rainmaker Download

Added: May 10, 2013 | Visits: 422

Hashish 1.1b Hashish is a file and string hashing utility for Win32, Mac and Unix.Features: - 15 Hashing functions - Base 64 or Base 16 (hex) encoding - File and string hashing - Drag and drop file hashing - Written using a cross platform library Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (53): Hashish 1.1b Download

Added: August 30, 2013 | Visits: 574

Universal Encoder/Decoder Universal encoder/decoder between : Ascii /Hex /Decimal / Binary /Base 64/ Base 32 /Base 16 Install and Usage: chmod +x install.sh and run it under nautilus scripts you will see Universal-Encoder, click on it and select encoding method Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): Universal Encoder/Decoder Download

Added: November 14, 2013 | Visits: 260

Math::MPFR Math::MPFR is a bigfloat module utilising the MPFR library. Basically this module simply wraps the 'mpfr' floating point functions provided by that library. SYNOPSIS use Math::MPFR qw(:mpfr); # '@' can be used to separate mantissa from exponent. For bases # that are new($str); # Create... Platforms: *nix

License: Freeware Size: 61.44 KB Download (32): Math::MPFR Download

Released: October 13, 2007  |  Added: October 23, 2007 | Visits: 6.340

General Knowledge Base General Knowledge Base is an innovative Knowledge Management software allowing an easy and effective management of all types of knowledge bases. With its intuitive user interface, it is easy to create, capture, and store in one location all types of documents and files and have fast retrieval... Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 15.77 MB Download (234): General Knowledge Base Download

Added: March 11, 2010 | Visits: 1.157

C++ base C++ base is a base class suite contains several powerful c++ base classes for basic encapsulation of low level operating system calls and basic library functions. Further packages you may access from this page require the installation of this base package. Platforms: *nix

License: Freeware Size: 102.4 KB Download (109): C++ base Download

Added: March 16, 2010 | Visits: 964

Persistent::Base Persistent::Base is an Abstract Persistent Base Class. SYNOPSIS ### we are a subclass of ... ### use Persistent::Base; @ISA = qw(Persistent::Base); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence with various types of data stores.... Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Persistent::Base Download

Added: March 07, 2010 | Visits: 1.412

dtRdr::GUI::Wx::Tree::Base dtRdr::GUI::Wx::Tree::Base is a base class for sidebar trees. SYNOPSIS init $tree->init($frame); select_item Select the tree item for a given $id. $tree->select_item($id) The id is probably the id of whatever your widget associated with each tree item. Convenience id_or_id... Platforms: *nix

License: Freeware Size: 2.8 MB Download (105): dtRdr::GUI::Wx::Tree::Base Download

Added: October 19, 2010 | Visits: 1.218

Acme::MorningMusume::Base Acme::MorningMusume::Base is a baseclass of the class represents each member of Morning Musume. SYNOPSIS use Acme::MorningMusume; my $musume = Acme::MorningMusume->new; # retrieve the members as a list of # Acme::MorningMusume::Base based objects my @members = $musume->members; for my... Platforms: *nix

License: Freeware Size: 8.19 KB Download (128): Acme::MorningMusume::Base Download

Added: August 05, 2010 | Visits: 1.102

XML::SAX::Base XML::SAX::Base is a base Perl class with SAX Drivers and Filters. SYNOPSIS package MyFilter; use XML::SAX::Base; @ISA = (XML::SAX::Base); This module has a very simple task - to be a base class for PerlSAX drivers and filters. Its default behaviour is to pass the input directly to the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): XML::SAX::Base Download

Added: September 22, 2010 | Visits: 1.029

Finance::Quote::Yahoo::Base Finance::Quote::Yahoo::Base is a Perl module with common functions for fetching Yahoo info. SYNOPSIS Base functions for use by the Finance::Quote::Yahoo::* modules. This module is not called directly, rather it provides a set of base functions which other Yahoo-related modules can use. If... Platforms: *nix

License: Freeware Size: 92.16 KB Download (99): Finance::Quote::Yahoo::Base Download

Added: August 15, 2010 | Visits: 958

MP3::Find::Base MP3::Find::Base is a base class for MP3::Find backends. SYNOPSIS package MyFinder; use base MP3::Find::Base; sub search { my $self = shift; my ($query, $dirs, $sort, $options) = @_; # do something to find and sort the mp3s... my @results = do_something(...); return @results; }... Platforms: *nix

License: Freeware Size: 29.7 KB Download (90): MP3::Find::Base Download

Added: July 04, 2010 | Visits: 959

Games::LMSolve::Base Games::LMSolve::Base is a base class for puzzle solvers. SYNOPSIS package MyPuzzle::Solver; use Games::LMSolve::Base; @ISA = qw(Games::LMSolve::Base); # Override these methods: sub input_board { ... } sub pack_state { ... } sub unpack_state { ... } sub display_state { ... } sub... Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Games::LMSolve::Base Download

Added: October 14, 2010 | Visits: 1.653

GStreamer Base Plug-ins GStreamer Base Plug-ins is a well-groomed and well-maintained collection of GStreamer plug-ins and elements, spanning the range of possible types of elements one would want to write for GStreamer. GStreamer Base Plug-ins also contains helper libraries and base classes useful for writing... Platforms: *nix

License: Freeware Size: 1.9 MB Download (106): GStreamer Base Plug-ins Download

Released: January 31, 2012  |  Added: February 13, 2012 | Visits: 1.743

DoyleSoft Knowledge Base Software DoyleSoft Knowledge Base Software is easy to use, has a straight forward design, has a robust search engine, and works great on networks! You can also easily change the database path inside or outside of Knowledge Base to use multiple databases. Knowledge Base is perfect for: dental, medical,... Platforms: Windows, Other

License: Shareware Cost: $99.95 USD Size: 12.89 MB Download (189): DoyleSoft Knowledge Base Software Download

Released: July 06, 2012  |  Added: July 06, 2012 | Visits: 535

F-16 Falcon Screensaver Protect your monitor with photos of the F-16 Falcon. See more than 150 images of the F-16 Falcon in the Gold Edition (50 Images in the SE Edition).Over two dozen visual effects can appear between images. Plus, each of the photos can be displayed as your desktop wallpaper. Customize the program to... Platforms: Windows

License: Shareware Cost: $12.95 USD Size: 1.95 MB Download (47): F-16 Falcon Screensaver Download

Released: January 07, 2013  |  Added: January 07, 2013 | Visits: 823

Knowledge Base Builder Having Knowledge Base Builder on your website will make it easier for your clients to find the information they are looking for about your products, services, company. Decrease the number of support calls, e-mails and complaints and increase customer satisfaction. Knowledge Base Builder is a... Platforms: Windows, Mac, OS/2, Unix, Linux

License: Commercial Cost: $29.00 USD Size: 126 KB Download (53): Knowledge Base Builder Download

1 2 3 4 5 >