Skip to content

Instantly share code, notes, and snippets.

View natesg's full-sized avatar

Nate Sanchez-Goodwin natesg

View GitHub Profile
@natesg
natesg / keybase.md
Created December 17, 2019 21:57
Keybase Proof

Keybase proof

I hereby claim:

  • I am natesg on github.
  • I am natesg (https://keybase.io/natesg) on keybase.
  • I have a public key ASA3OGKgp6ddULKDI-wTqKMISsGXYxDaO3Sr9OrAnAhMnAo

To claim this, I am signing this object:

@natesg
natesg / script.sh
Last active May 25, 2017 01:58
Nate Sanchez-Goodwin - Intrusion Detection System Assignment 2
#!/bin/sh
echo "Nate IDS - Welcome"
mode=$1
file=$2
# Run main function to check parameters and execute the
# appropriate functions.
parameters() {
if [ -z ${2+x} ]
Class - Posts
--------------------
id
title
message
privacy
author_id
show()
@natesg
natesg / lab.py
Created May 19, 2016 05:20
Prims 2 - Data Structures and Algorithms Assignment - Luke Code
# Lab - Luke's Code Auhor - (Luke Lincoln)
# Data Structures and Algorithms
# 2401ICT Griffith University
class AdjMat:
def __init__(self, size):
self.n = size
rng = range(self.n)
self.W = [[-1 for j in rng] for i in rng]
@natesg
natesg / api.json
Last active March 28, 2016 14:42
Cloud Rosters API Example
{
"_id": "f4dc",
"dates": ["Mon Feb 29 2016", "Tue Mar 1 2016", "Wed Mar 2 2016", "Thu Mar 3 2016", "Fri Mar 4 2016", "Sat Mar 5 2016", "Sun Mar 6 2016"],
"name": "Cloud Rosters API",
"rows": [{
"name": "John",
"shifts": [{
"start": "5am",
"end": "9pm",
"role": ""