Skip to content

Commit

Permalink
Create gh-pages branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mneorr committed Aug 8, 2016
0 parents commit 73d22df
Show file tree
Hide file tree
Showing 31 changed files with 3,008 additions and 0 deletions.
Binary file added fonts/copse-regular-webfont.eot
Binary file not shown.
247 changes: 247 additions & 0 deletions fonts/copse-regular-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/copse-regular-webfont.ttf
Binary file not shown.
Binary file added fonts/copse-regular-webfont.woff
Binary file not shown.
Binary file added fonts/quattrocentosans-bold-webfont.eot
Binary file not shown.
247 changes: 247 additions & 0 deletions fonts/quattrocentosans-bold-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/quattrocentosans-bold-webfont.ttf
Binary file not shown.
Binary file added fonts/quattrocentosans-bold-webfont.woff
Binary file not shown.
Binary file added fonts/quattrocentosans-bolditalic-webfont.eot
Binary file not shown.
248 changes: 248 additions & 0 deletions fonts/quattrocentosans-bolditalic-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/quattrocentosans-bolditalic-webfont.ttf
Binary file not shown.
Binary file added fonts/quattrocentosans-bolditalic-webfont.woff
Binary file not shown.
Binary file added fonts/quattrocentosans-italic-webfont.eot
Binary file not shown.
247 changes: 247 additions & 0 deletions fonts/quattrocentosans-italic-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/quattrocentosans-italic-webfont.ttf
Binary file not shown.
Binary file added fonts/quattrocentosans-italic-webfont.woff
Binary file not shown.
Binary file added fonts/quattrocentosans-regular-webfont.eot
Binary file not shown.
247 changes: 247 additions & 0 deletions fonts/quattrocentosans-regular-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/quattrocentosans-regular-webfont.ttf
Binary file not shown.
Binary file added fonts/quattrocentosans-regular-webfont.woff
Binary file not shown.
Binary file added images/background.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/body-background.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bullet.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hr.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/octocat-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
120 changes: 120 additions & 0 deletions index.html
@@ -0,0 +1,120 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Alcatraz by mneorr</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

</head>
<body>

<header>
<h1>Alcatraz</h1>
<p></p>
</header>

<div id="banner">
<span id="logo"></span>

<a href="https://github.com/mneorr/Alcatraz" class="button fork"><strong>View On GitHub</strong></a>
<div class="downloads">
<span>Downloads:</span>
<ul>
<li><a href="https://github.com/mneorr/Alcatraz/zipball/master" class="button">ZIP</a></li>
<li><a href="https://github.com/mneorr/Alcatraz/tarball/master" class="button">TAR</a></li>
</ul>
</div>
</div><!-- end banner -->

<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h3>
<a id="description" class="anchor" href="#description" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Description</h3>

<p>A lot of codes are simple in design. Just by changing the order of words, letters, or the way you read them can turn a message into a secret code. Translating messages into code is called encoding. Translating messages into ciphers is called enciphering. When you attempt to figure out what a secret message is you are decoding or deciphering. To decode you need a code book.</p>

<h3>
<a id="lumping-words-format" class="anchor" href="#lumping-words-format" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Lumping Words (format)</h3>

<p>Get rid of spaces and returns to lump words together. Use upper case letters to make the code harder to read and decode.</p>

<p>IBETTHISISHARDFORMANYPEOPLE.</p>

<p>Answer: I BET THIS IS HARD FOR MANY PEOPLE.</p>

<h3>
<a id="character-blocks" class="anchor" href="#character-blocks" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Character Blocks</h3>

<p>Block letters of a message by 2, 3, or more characters.</p>

<p>IL IK EI CE CR EA M.</p>

<p>After combining all of the letters above you get "ILIKEICECREAM." Looking for words in the message you'll find "I LIKE ICE CREAM."</p>

<h3>
<a id="backwards-english" class="anchor" href="#backwards-english" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Backwards English</h3>

<p>Writing words, sentences, or entire message backwards can be very confusing!</p>

<p>EES UOY TA EHT EROTS.</p>

<p>Reading EES backwards yields the answer SEE. The answer to this encrypted message is "SEE YOU AT THE STORE."</p>

<h3>
<a id="selected-characters" class="anchor" href="#selected-characters" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Selected Characters</h3>

<p>Choose a mathematical algorithm or pattern to create or decipher a secret message from a plain message. This example uses a pattern to make a secret message: D id e veryone a t the h ouse ...etc. "DEATH" is the secret message with the words in this message.</p>

<h3>
<a id="pin-marks" class="anchor" href="#pin-marks" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Pin Marks</h3>

<p>Next time you sit down and read the newspaper use a pin to make tiny holes under letters as you read. By making a series of pin pricks in the paper, barely visible to the eye, you can actually create a message for your friends to decipher.
rath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>

<h3>
<a id="software-products" class="anchor" href="#software-products" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Software Products</h3>

<h3>
<a id="napiers-bones" class="anchor" href="#napiers-bones" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Napier's Bones</h3>

<p>A simple and free HyperCard 2.1 stack that illustrates how Napier's Bones are used as a calculator. Authored by Ken Dunham, 1994.</p>

<h3>
<a id="cryptogrammer-10" class="anchor" href="#cryptogrammer-10" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Cryptogrammer 1.0</h3>

<p>This is a free program that presents users with an enciphered message using random alphabet substitution. It's easy to use, free, and a great addition to the Macintosh computer use aspect of the cryptology unit.</p>

<h3>
<a id="cryptology-package" class="anchor" href="#cryptology-package" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Cryptology Package</h3>

<p>I have a set of comprehensive lessons, over 50, along with teacher plans, objectives, and three software packages for the Macintosh platform: CryptoMath, CryptoCreator, and Map Cipher Maker. This package is now a commercial product, <a href="http://eoni.com/%7Ekdunham/cm.html">http://eoni.com/~kdunham/cm.html</a>.</p>

<h3>
<a id="caps-changer-10" class="anchor" href="#caps-changer-10" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>CaPs ChAnGeR 1.0</h3>

<p>This program is part of a copyrighted book "The HyperCard Roundup," co-authored by Ken Dunham and Sharon Porter. It illustrates how ASCII values are used to translate uppercase and lowercase letters into the opposing text case. It is included with the book, still unpublished, as a free utility for transforming uppercase documents into normally formatted documents with upper and lower case text. Contact Ken Dunham if you are interested in a copy.</p>

<p>Cryptology FAQ</p>

<p>A Cryptology FAQ is available online via newsgroups but is fairly technical regarding modern encryption processes used by computers in today's market. This document may be more appropriate for computer science majors at the university level. </p>
</section>
<footer>
<p>Project maintained by <a href="https://github.com/mneorr">mneorr</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->

</body>
</html>
53 changes: 53 additions & 0 deletions javascripts/main.js
@@ -0,0 +1,53 @@
var sectionHeight = function() {
var total = $(window).height(),
$section = $('section').css('height','auto');

if ($section.outerHeight(true) < total) {
var margin = $section.outerHeight(true) - $section.height();
$section.height(total - margin - 20);
} else {
$section.css('height','auto');
}
}

$(window).resize(sectionHeight);

$(document).ready(function(){
$("section h1, section h2").each(function(){
$("nav ul").append("<li class='tag-" + this.nodeName.toLowerCase() + "'><a href='#" + $(this).text().toLowerCase().replace(/ /g, '-').replace(/[^\w-]+/g,'') + "'>" + $(this).text() + "</a></li>");
$(this).attr("id",$(this).text().toLowerCase().replace(/ /g, '-').replace(/[^\w-]+/g,''));
$("nav ul li:first-child a").parent().addClass("active");
});

$("nav ul li").on("click", "a", function(event) {
var position = $($(this).attr("href")).offset().top - 190;
$("html, body").animate({scrollTop: position}, 400);
$("nav ul li a").parent().removeClass("active");
$(this).parent().addClass("active");
event.preventDefault();
});

sectionHeight();

$('img').load(sectionHeight);
});

fixScale = function(doc) {

var addEvent = 'addEventListener',
type = 'gesturestart',
qsa = 'querySelectorAll',
scales = [1, 1],
meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : [];

function fix() {
meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1];
doc.removeEventListener(type, fix, true);
}

if ((meta = meta[meta.length - 1]) && addEvent in doc) {
fix();
scales = [.25, 1.6];
doc[addEvent](type, fix, true);
}
};
6 changes: 6 additions & 0 deletions params.json
@@ -0,0 +1,6 @@
{
"name": "Alcatraz",
"tagline": "",
"body": "###Description\r\n\r\nA lot of codes are simple in design. Just by changing the order of words, letters, or the way you read them can turn a message into a secret code. Translating messages into code is called encoding. Translating messages into ciphers is called enciphering. When you attempt to figure out what a secret message is you are decoding or deciphering. To decode you need a code book.\r\n\r\n###Lumping Words (format)\r\n\r\nGet rid of spaces and returns to lump words together. Use upper case letters to make the code harder to read and decode.\r\n\r\nIBETTHISISHARDFORMANYPEOPLE.\r\n\r\nAnswer: I BET THIS IS HARD FOR MANY PEOPLE.\r\n\r\n###Character Blocks\r\n\r\n\r\nBlock letters of a message by 2, 3, or more characters.\r\n\r\nIL IK EI CE CR EA M.\r\n\r\nAfter combining all of the letters above you get \"ILIKEICECREAM.\" Looking for words in the message you'll find \"I LIKE ICE CREAM.\"\r\n\r\n###Backwards English\r\n\r\n\r\nWriting words, sentences, or entire message backwards can be very confusing!\r\n\r\nEES UOY TA EHT EROTS.\r\n\r\nReading EES backwards yields the answer SEE. The answer to this encrypted message is \"SEE YOU AT THE STORE.\"\r\n\r\n###Selected Characters\r\n\r\nChoose a mathematical algorithm or pattern to create or decipher a secret message from a plain message. This example uses a pattern to make a secret message: D id e veryone a t the h ouse ...etc. \"DEATH\" is the secret message with the words in this message.\r\n\r\n###Pin Marks\r\n\r\nNext time you sit down and read the newspaper use a pin to make tiny holes under letters as you read. By making a series of pin pricks in the paper, barely visible to the eye, you can actually create a message for your friends to decipher. \r\nrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n###Software Products\r\n\r\n\r\n\r\n###Napier's Bones\r\n\r\nA simple and free HyperCard 2.1 stack that illustrates how Napier's Bones are used as a calculator. Authored by Ken Dunham, 1994.\r\n\r\n###Cryptogrammer 1.0\r\n\r\nThis is a free program that presents users with an enciphered message using random alphabet substitution. It's easy to use, free, and a great addition to the Macintosh computer use aspect of the cryptology unit.\r\n\r\n###Cryptology Package\r\n\r\nI have a set of comprehensive lessons, over 50, along with teacher plans, objectives, and three software packages for the Macintosh platform: CryptoMath, CryptoCreator, and Map Cipher Maker. This package is now a commercial product, http://eoni.com/~kdunham/cm.html.\r\n\r\n###CaPs ChAnGeR 1.0\r\n\r\nThis program is part of a copyrighted book \"The HyperCard Roundup,\" co-authored by Ken Dunham and Sharon Porter. It illustrates how ASCII values are used to translate uppercase and lowercase letters into the opposing text case. It is included with the book, still unpublished, as a free utility for transforming uppercase documents into normally formatted documents with upper and lower case text. Contact Ken Dunham if you are interested in a copy.\r\n\r\nCryptology FAQ\r\n\r\nA Cryptology FAQ is available online via newsgroups but is fairly technical regarding modern encryption processes used by computers in today's market. This document may be more appropriate for computer science majors at the university level. ",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}
124 changes: 124 additions & 0 deletions stylesheets/github-dark.css
@@ -0,0 +1,124 @@
/*
The MIT License (MIT)
Copyright (c) 2016 GitHub, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/

.pl-c /* comment */ {
color: #969896;
}

.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
.pl-s .pl-v /* string variable */ {
color: #0099cd;
}

.pl-e /* entity */,
.pl-en /* entity.name */ {
color: #9774cb;
}

.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
.pl-s .pl-s1 /* string source */ {
color: #ddd;
}

.pl-ent /* entity.name.tag */ {
color: #7bcc72;
}

.pl-k /* keyword, storage, storage.type */ {
color: #cc2372;
}

.pl-s /* string */,
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
color: #3c66e2;
}

.pl-v /* variable */ {
color: #fb8764;
}

.pl-id /* invalid.deprecated */ {
color: #e63525;
}

.pl-ii /* invalid.illegal */ {
color: #f8f8f8;
background-color: #e63525;
}

.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
font-weight: bold;
color: #7bcc72;
}

.pl-ml /* markup.list */ {
color: #c26b2b;
}

.pl-mh /* markup.heading */,
.pl-mh .pl-en /* markup.heading entity.name */,
.pl-ms /* meta.separator */ {
font-weight: bold;
color: #264ec5;
}

.pl-mq /* markup.quote */ {
color: #00acac;
}

.pl-mi /* markup.italic */ {
font-style: italic;
color: #ddd;
}

.pl-mb /* markup.bold */ {
font-weight: bold;
color: #ddd;
}

.pl-md /* markup.deleted, meta.diff.header.from-file */ {
color: #bd2c00;
background-color: #ffecec;
}

.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
color: #55a532;
background-color: #eaffea;
}

.pl-mdr /* meta.diff.range */ {
font-weight: bold;
color: #9774cb;
}

.pl-mo /* meta.output */ {
color: #264ec5;
}

0 comments on commit 73d22df

Please sign in to comment.