Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am slabach on github.
  • I am byronslabach (https://keybase.io/byronslabach) on keybase.
  • I have a public key ASCQgdeqJloY0A546sIQp8t7UViIuZJuPrO6k9f05h_Wcwo

To claim this, I am signing this object:

@slabach
slabach / data.dat
Created November 1, 2014 01:06
Heap Of Students (Single File Version)
Surname,GivenName,StreetAddress,City,State,ZipCode,Birthday,Graduation,GPA,Credit Hours Complete
Florence,Forrest,1843 Glenview Drive,Corpus Christi,TX,78401,10/12/1992,5/14/2012,3.215,127
Casey,Roberta,3668 Thunder Road,Palo Alto,CA,94306,2/13/1983,5/14/2014,2.978,95
Koch,Sandra,2707 Waterview Lane Apt 302,Las Vegas,NM,87701,6/6/1972,12/14/2015,2.546,69
Dover,Darrel,845 Dola Mine Road,Wendell,NC,27591,3/31/1968,5/14/2012,3.958,75
Turner,Doris,4489 Tully Street Apt B,Detroit,MI,48219,5/21/1988,5/14/2014,2.127,187
Hernandez,Juan,2656 Creekside Lane,Goleta,CA,93117,7/21/1979,12/14/2015,1.598,156
Moon,Sandy,1125 Joyce Street,Mobile,AL,36693,12/28/1977,5/14/2012,3.995,124
Reid,Andre,1225 Gnatty Creek Road,Westbury,NY,11590,12/19/1986,5/14/2014,2.985,112
Cracraft,Tara,3479 Austin Avenue,Brunswick,GA,31520,2/4/1973,12/14/2015,3.256,162
@slabach
slabach / horsey.cpp
Last active August 29, 2015 14:07
Horsepower OOP
/*Byron Slabach
OOP Horsepower
CS 240*/
#include <iostream>
#include <time.h>
#include <cstdlib>
using namespace std;
@slabach
slabach / numbersGame.cpp
Last active August 29, 2015 14:06
Number Games
//Byron Slabach
//First C++ Program - Blackbelt Edition
//CS240
#include <iostream>
#include <string>
#include <time.h>
#include <cstdlib>
using namespace std;
@slabach
slabach / periodicTable.py
Last active January 21, 2021 23:25
Interactive Periodic Table
#Byron Slabach
#11/28/13
#Final Project
#Periodic Table of the Elements Study Table
# from tkinter import *
import tkinter as tk
# Creates and Initiates class 'App'