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

Xor freeware
Filter: All | Freeware | Demo
 

Xor

< 1 2 3 > 
Added: November 26, 2010 | Visits: 1.421

Math::Logic Math::Logic is a Perl module that provides pure 2, 3 or multi-value logic. SYNOPSIS use Math::Logic qw( $TRUE $FALSE $UNDEF $STR_TRUE $STR_FALSE $STR_UNDEF ) ; # 1 0 -1 TRUE FALSE UNDEF use Math::Logic :NUM ; # $TRUE $FALSE $UNDEF -- what you normally want use Math::Logic :ALL ; # All... Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): Math::Logic Download

Added: March 06, 2010 | Visits: 1.440

rdesktop rdesktop is an open source client for Windows NT Terminal Server and Windows 2000/2003 Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the users NT desktop. Unlike Citrix ICA, no server extensions are required. rdesktop currently runs on most... Platforms: *nix

License: Freeware Size: 215.04 KB Download (126): rdesktop Download

Added: October 18, 2010 | Visits: 1.470

Game::Life Game::Life - Plays Conways Game of Life. SYNOPSIS use Game::Life; my $game = new Game::Life( 20 ); my $starting = [ [ 1, 1, 1 ], [ 1, 0, 0 ], [ 0, 1, 0 ] ]; $game->place_points( 10, 10, $starting ); for (1..20) { my $grid = $game->get_grid(); foreach ( @$grid ) { print map { $_ ?... Platforms: *nix

License: Freeware Size: 6.14 KB Download (110): Game::Life Download

Added: April 02, 2010 | Visits: 723

radare radare is a toolchain that aims to create a complete set of utilities for handling binary files from the command line. The project is mainly an hexadecimal editor for the command line but with advanced features. There are extensions for debugging processes on x86-32 and ARM, libusb and fd... Platforms: *nix

License: Freeware Size: 245.76 KB Download (99): radare 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: October 11, 2010 | Visits: 879

RealizationEngine Desktop Status Checker rcheck is a tool that will allow you to check the status of one or more accounts on one or more RealizationEngines. rcheck is written in Perl, requires LWP::Simple and Digest::MD5 and Tk. rcheck is intended to be a demonstration for creating clients that can check for and report new messages.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): RealizationEngine Desktop Status Checker Download

Added: October 05, 2010 | Visits: 1.301

onepad onepad is a set of programs to encrypt files using one-time-pad encryption. This is an old but theoretically impossible to easily break way of encryption. I came across this method in Neal Stephensons Cryptonomicon. It works by XOR-ing every byte in the cleartext message with a byte in the key.... Platforms: *nix

License: Freeware Size: 12.29 KB Download (146): onepad Download

Added: September 25, 2010 | Visits: 1.433

Fire Encrypter Fire Encrypter is an Firefox extension which gives you encryption/decryption and hashing functionality right from your Firefox browser, mostly useful for developers or for education & fun. The new FireEncrypter is ready! (v-3.0, this version contains the following ciphers: - AES (Rijndael... Platforms: *nix

License: Freeware Size: 24.58 KB Download (147): Fire Encrypter Download

Added: April 12, 2010 | Visits: 957

AI::FuzzyLogic AI::FuzzyLogic is a Perl module for Fuzzy Set Operations and Tools. SYNOPSIS use AI::FuzzyLogic; $i = new AI::FuzzyLogic $unittype, @numbers; # new set with one subset $i = new AI::FuzzyLogic age, 0, 0.1, 0.2, 0.1, 0; # same thing $i = new AI::FuzzyLogic $subset1, $subset2, $subset3; #... Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): AI::FuzzyLogic Download

Added: January 26, 2010 | Visits: 996

CLNoFault CLNoFault is a tool to protect your files or plain text. Using XOR encryption, it can quickly encrypt data using either a username and a password of your choice, or an external file that will serve as a key. Encrypted files cant be recovered in any way besides re-encrypting them with CLNoFault... Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): CLNoFault Download

Added: January 03, 2010 | Visits: 1.464

Bit::Vector Bit::Vector is an efficient bit vector, set of integers and "big int" math library. CLASS METHODS Version $version = Bit::Vector->Version(); Word_Bits $bits = Bit::Vector->Word_Bits(); # bits in a machine word Long_Bits $bits = Bit::Vector->Long_Bits(); # bits in an unsigned long... Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): Bit::Vector Download

Added: January 09, 2010 | Visits: 2.142

check_iseries check_iseries plugin for Nagios monitors the IBM iSeries (AS/400). It has been well tested under Linux and Windows. check_iseries can monitor CPU usage and load, database capacity, the number of running jobs, outq/subsystem status, QSYSOPR messages, and disk status. check_iseries invokes the... Platforms: *nix

License: Freeware Size: 952.32 KB Download (171): check_iseries Download

Added: January 25, 2010 | Visits: 1.505

Online Bible Online Bible is a full-featured program designed for serious Bible students. You can display Bible passages and notes in any number of windows. Most operations can be performed using either the mouse or keyboard commands. The program is both powerful and easy to use.In addition to the King James... Platforms: Mac

License: Freeware Size: 8.6 MB Download (133): Online Bible Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 1.116

Circuit Diagram Circuit Diagram enables you to make electronic circuit diagrams and allows them to be exported as images. Ideal for use in coursework, you no longer have to use image editing programs to paste components together. Features: Design your electrical circuit and then export it as: PNG - best... Platforms: Windows

License: Freeware Download (449): Circuit Diagram Download

Released: November 05, 2012  |  Added: November 05, 2012 | Visits: 511

jCircuit jCircuits is designed using the Java programming language as a very easy-to-use but complex Gate-Simulation. You can simulate various gatters like AND, NAND, OR, NOR, NOT, XOR. You can also use the tool to build Flip-Flops, Full Adders and other complet structures. In other words its a... Platforms: Windows

License: Freeware Download (459): jCircuit Download

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

Expressions 3.7.4 The filter module "Expressions" for data loggers is an interpreter for quick and easy evaluation of expressions. It is a smart tool easy in use. Supports different data types (string, date, time, decimal, float and boolean), arithmetic and boolean operators, multiple levels of brackets, built-in... Platforms: Windows

License: Freeware Download (45): Expressions 3.7.4 Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 563

Expressions The filter module "Expressions" for data loggers is an interpreter for quick and easy evaluation of expressions. It is a smart tool easy in use. Supports different data types (string, date, time, decimal, float and boolean), arithmetic and boolean operators, multiple levels of brackets, built-in... Platforms: Windows

License: Freeware Download (56): Expressions Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 434

ExpSolverNet ExpSolverNet is designed as an Open Source library that is able to supply functionality to compile mathematical expressions. Now you can make use of this handy and accessible library to further improve your development process. Supported operators: + - * / % ^ and or xor nand nor not = > >= < Platforms: Windows

License: Freeware Download (50): ExpSolverNet Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 590

BitByte Calculator The Digitas - freeware 32 bit binary, hex and decimal calculator. The Digitas handles the main arithmetic and logical operations - Exponentiation ^ Multiplication * Floating-point Division / (for decimal only) Integer Division Divides 2 integer numbers The result is truncated to an integer value.... Platforms: Windows

License: Freeware Size: 570 KB Download (51): BitByte Calculator Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 456

Password Pad Lite Password Pad allows you to create multiple note files, each encrypted by a different password, and then take them along on your iPhone or iPad securely. The key feature of password pad is its simplicity, which makes it easier to use (no need to fill in pre-existing forms) and also allows it to... Platforms: Mac

License: Freeware Size: 307.2 KB Download (50): Password Pad Lite Download

< 1 2 3 >