|
This is a "short" Ruby on Rails reference. It's goal is to give you an overview over the most used functions / methods / classes. It's not a tutorial, but as a handy guide when you already know your way around.
http://blog.invisible.ch/files/rails-reference-1.1
created by freebooksandarticles on 2008-06-28 02:57:08
|
|
A Great Ruby Cheat Sheet
http://www.testingeducation.org/conference/wtst3_p
created by freebooksandarticles on 2008-06-28 02:40:02
|
|
This cheat sheet (homepage) covers types, exceptions, expressions, variable types, operators and precedence, constants, regular expressions, predefined / special variables, arguments
http://ruby.cenophobie.com/RubyCheat.pdf
created by freebooksandarticles on 2008-06-28 02:36:24
|
|
This cheat sheet describes Ruby features in roughly the order they'll be presented in class.
http://www.scribd.com/doc/53239/Ruby-Cheat-Sheet
created by freebooksandarticles on 2008-06-28 02:57:54
|
|
The Ruby On Rails cheat sheet is designed to be printed on an A4 sheet of paper and live by a developers desk, to make life a bit easier. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size Ruby On Rails cheat sheet.
http://www.ilovejackdaniels.com/cheat-sheets/ruby-
created by freebooksandarticles on 2008-06-28 02:55:21
|
|
FILE SPACING:
# double space a file
$ ruby -pe 'puts' < file.txt
# triple space a file
$ ruby -pe '2.times {puts}' < file.txt
.................................
http://cheat.errtheblog.com/s/ruby1line/
created by freebooksandarticles on 2008-06-28 02:47:51
|
|
study the RSA public key cryptosystem and several variants.
http://theory.stanford.edu/~gdurf/durfee-thesis-ph
created by freebooksandarticles on 2008-06-27 02:06:23
|
|
Preparing for the examination is no trivial task because a thorough understanding of all of the items in the Common Body of Knowledge (CBK) for the field is necessary. The Handbook of Information Security Management has become one of the important references used by candidates during these intense preparation activities.
http://www.cccure.org/Documents/HISM/ewtoc.html
created by freebooksandarticles on 2008-06-27 02:04:39
|
|
his handbook provides assistance in securing computer-based resources (including hardware, software, and information) by explaining important concepts, cost considerations, and interrelationships of security controls. It illustrates the benefits of security controls, the major techniques or approaches for each control, and important related considerations.
http://csrc.nist.gov/publications/nistpubs/800-12/
created by freebooksandarticles on 2008-06-27 02:17:21
|
|
The mathematical underpinnings of the U-Prove™ technology have been published in the book “Rethinking Public Key Infrastructures and Digital Certificates; Building in Privacy,” authored by Dr. Stefan Brands and published by The MIT Press in August 2000 (ISBN 0-262-02491-8, first edition) with a foreword by professor Ronald L. Rivest. The MIT Press has kindly granted us the permission to make the book contents available for free download, subject to the following copyright notice.
http://www.credentica.com/the_mit_pressbook.html
created by freebooksandarticles on 2008-06-27 01:43:36
|