Skip to content

Instantly share code, notes, and snippets.

View finalcut's full-sized avatar

Bill Rawlinson finalcut

View GitHub Profile
@finalcut
finalcut / assign.htm
Created February 11, 2019 17:58
final vesion of the assignment app
<html>
<head>
<script type="text/javascript">
class Student{
constructor(firstName, lastName) {
this.firstName = firstName;
this.lastName = lastName;
}
@finalcut
finalcut / random_names.html
Last active February 13, 2019 21:25
random name generator example
<!DOCTYPE html>
<html lang='en-US'>
<head>
<title>Random Name Generator</title>
</head>
<script type='text/javascript'>
var MaleName = ['Jason', 'Michael', 'Noah', 'Liam', 'Benjamin','Bill','Justin','Ted','Joe','Steve','Chris','Charles','Craig','Duane','Sean','Chuck','Anthony','Tony'];
var FemaleName = ['Emma', 'Olivia', 'Ava', 'Isabelle', 'Mia','Lisa','Emily','Shannon','Cyndy','Amber','Shonna','Marsha','Anna','Meghan','Sunny','Emma'];
@finalcut
finalcut / library.html
Created February 18, 2019 23:51
Library
<html>
<head>
<title>The Library</title>
</head>
<script type="text/javascript">
class LibraryItem{
// add properties to this that hold the itemType and the title..
@finalcut
finalcut / openpgp.md
Created November 8, 2022 15:02
Keyoxide Proof