Menu
Submit Site
Home
Science
Mathematics
All sites of Mathematics
R for Windows FAQ
R for Windows FAQ- Answers many questions on installing, packages, customizing, Windows features, building from source. ...
R-bloggers
R-bloggers- A center for R users to find and read bloggers who write about the statistical programming language, R. ...
The Omega Project for Statistical Computing
The Omega Project for Statistical Computing- Over 30 R packages, libraries, released as part of Omegahat project. Many are bindings to other languages such as Python, Gtk, XML; COM, and SOAP. Most can also be used with S ...
Rseek
Rseek- A custom front-end to Google search engine to assist in finding content related to the R language. ...
R - Books
R - Books- An extensive list (with brief comments) of R-related books ...
CRAN Task Views
CRAN Task Views- A directory of links to R packages, sorted by topic, by prominant figures in the R community ...
Rcpp
Rcpp- A C++ API for R, along with associated classes to allow for the integration of C++ into R code. ...
The R Journal
The R Journal- An open access, refereed journal of the R project for statistical computing. ...
Rstudio
Rstudio- A powerful and productive user interface for R. It’s free and open source, and works great on Windows, Mac, and Linux. ...
Jobs for R-users
Jobs for R-users- A job board for people and companies looking to hire R users (for programming, data science, teaching). ...
JGR - Java GUI for R
JGR - Java GUI for R- A universal and platform independent GUI for R. It features many tools like advanced editor, object browser, flexible data input/output, and package management. ...
ESS: Emacs Speaks Statistics
ESS: Emacs Speaks Statistics- Package for GNU Emacs, provides command-line, editing and transcript support for S-Plus on Unix, Windows. ...
Applied Statistics in the Pharmaceutical Industry: Millard and Krause
Applied Statistics in the Pharmaceutical Industry: Millard and Krause- Book describing the drug development process illustrating the practical problems and the statistical approaches to tackling them using S-Plus. ...
Workshop on Codes and Complexity
Workshop on Codes and Complexity- DIMACS Center, Rutgers University, Piscataway, NJ, USA; 4--7 December 2001. ...
AAECC-15
AAECC-15- Applied Algebra, Algebraic Algorithms, and Error Correcting Codes. Toulouse, France; 12-16 May 2003. ...
Algebraic Coding Theory and Information Theory
Algebraic Coding Theory and Information Theory- DIMACS Center, Rutgers University, Piscataway, NJ, USA; 15--18 December 2003. ...
AAECC-16
AAECC-16- 16th Symposium on Applied Algebra, Algebraic Algorithms, and Error Correcting Codes. Las Vegas, NV, USA; 20--24 February 2006. ...
Applied Algebra, Algebraic Algorithms and Error Correcting Codes
Applied Algebra, Algebraic Algorithms and Error Correcting Codes- AAECC 18 will be held at the campus of Universitat Rovira i Virgili, Tarragona, Catalonia, Spain, on June 8-12, 2009. ...
ALCOMA10
ALCOMA10- Bayreuth, Germany (Schloss Thurnau) 11-18 April 2010. ...
AAECC
AAECC- List of conferences to 2009. Links, proceedings. ...
David MacKay
David MacKay- University of Cambridge. ...
Matt Valenti.
Matt Valenti.- Dept of CS and EE, West Virginia University. ...
Krishna Narayanan
Krishna Narayanan- Dept of EE, Texas A&M University. ...
CAST 128 Block Cipher
CAST 128 Block Cipher- A text-file specification for CAST-128, a freely available 128-bit block cipher. ...
Serpent Block Cipher Homepage
Serpent Block Cipher Homepage- Describes the 128-bit block cipher designed to replace DES. It was a finalist in the AES competition. ...
The Mugi Stream Cipher
The Mugi Stream Cipher- Describes the MUGI stream cipher developed at Hitachi. MUGI is similar to, and based on, Panama. The link here is to the English home page of the MUGI site. Source code is not available at this si ...
Scream: A Software Efficient Stream Cipher
Scream: A Software Efficient Stream Cipher- Describes the Scream stream cipher developed at IBM by Shai Halevi, Don Coppersmith, and Charanjit Jutla. Scream is based on SEAL. Source code is not available here. ...
ISAAC - a fast cryptographic random number generator
ISAAC - a fast cryptographic random number generator- A stream cipher developed by Robert Jenkins. It was inspired by RC4. ...
VMPC function and stream cipher
VMPC function and stream cipher- Describes the VMPC one-way function and a stream cipher based on it, designed by Bartosz Zoltak. Pseudo code and test-vectors are available here. The algorithm is similar to RC4 and VERY ...
Hiji Bij Bij
Hiji Bij Bij- Describes a stream cipher devised by Palash Sarkar and the Cryptology Research Group at the India Statistical Institute. Like many new stream ciphers, it has two parts to its state, one part updated linearl ...
Message Authenticator Algorithm
Message Authenticator Algorithm- Algorithm specification and its implementation in 'C' and in BASIC. ...
CS2 Block Cipher
CS2 Block Cipher- This PDF document describes to CS2 block cipher developed by Tom St Denis. CS2 is based on the CS cipher developed by Serge Vaudenay and takes advantage of work St Denis has done on the pseudo-Hadamard ...
HC-256 Stream Cipher
HC-256 Stream Cipher- HC-256 is a stream cipher developed by Hongjun Wu at the Institute for Infocomm Research in Singapore. It uses a very large state data set which it updates and reads from pseudo-randomly. It seems s ...
Sosemanuk Stream Cipher
Sosemanuk Stream Cipher- Sosemanuk borrows features of the Snow stream cipher and the Serpent block cipher. The C source code for the cipher is available from the Ecrypt site. ...
FastFlex : A Secure Cryptographic Function
FastFlex : A Secure Cryptographic Function- Sourceforge project for FastFlex, a suite of hash functions and stream ciphers. Links to documentation and source code. ...
Noekeon block cipher
Noekeon block cipher- A block cipher with a block length and a key length of 128 bits. ...
BMGL: Synchronous Key-stream Generator
BMGL: Synchronous Key-stream Generator- Describes the BMGL stream cipher developed by Johan Hastad of the Royal Inst. of Technology and Mats Naslund of Ericsson Research in Sweden. BMGL, like Snow2, uses features of the ...
Camellia
Camellia- Information about the block cipher jointly developed by NTT and Mitsubishi Electric in Japan in 2000. C source code is also provided. ...
AES Algorithm (Rijndael) Information
AES Algorithm (Rijndael) Information- This is NIST's home page for the Rijndael block cipher, now the Advanced Encryption Standard (AES). It has links to the specification and source code. ...
Zodiac Killer Ciphers
Zodiac Killer Ciphers- The Zodiac Killer terrorized the San Francisco Bay area in the 1960s and 70s and claimed to have killed over 30 people. This site discusses the unsolved cipher messages linked with the killings. ...
Hashcash
Hashcash- Payment in burnt CPU cycles by calculating n-bit partial hash collisions on chosen texts. ...
PGP Mimic
PGP Mimic- Lets you generate message that look like PGP... but aren't. ...
Encode as Fake Russian
Encode as Fake Russian- Converts an English message from ASCII to Russian characters. It is still readable by an English speaker but hidden from keyword scanners. ...
MD5 Message Digest Algorithm
MD5 Message Digest Algorithm- Algorithm specification and its implementation in 'C'. ...
Crypto 2002
Crypto 2002- Santa Barbara, California, USA; 18--22 August 2002. ...
Tiger: A Fast New Hash Function
Tiger: A Fast New Hash Function- Optimized for 64-bit processors and produces 128, 160, or 192-bit hashes. ...
Masher Applet - MD5 implemented in Java
Masher Applet - MD5 implemented in Java- Nice online application to produce a MD5 message digest. Supports copy-and-paste function. Includes Java source code. ...
RadioGatún
RadioGatún- Links and resource on the cryptographic hash function family called RadioGatún. ...
The Hash Function RIPEMD-160
The Hash Function RIPEMD-160- Describes a 160-bit cryptographic hash function designed as a secure replacement MD4, MD5, and RIPEMD. ...
The MD5 Encoder
The MD5 Encoder- Generates a Message Digest 5 hash sum online. It has equivalents that generate SHA1 digests and DES ciphers as well. ...
« First
Previous
Page 155 of 157.
Next
Last »
Latest sites from Mathematics
Wolfram MathWorld
Math Forum
How to Read Mathematics
Frequently Asked Questions in Mathematics
Northern Illinois University
Saint Louis University
University of Alabama, Huntsville
University of Rhode Island
Ohio University
(Kenya) University of Nairobi
Algebra Notes
Fractals by Philip
Michelitsch-Fractals
Fractal art by O
Painted Fractals
Fractal Freak
Double Fractal
The Fractal Farm
Peter Cameron
Alan Frieze
Brendan McKay
Maths Connections
O-MAIL
Math Fact Cafe - Fact sheets for K-12
Welch, Philip
Send feedback
submit