Skip to content

Instantly share code, notes, and snippets.

View nlowe's full-sized avatar
🏠
Working from home

Nathan Lowe nlowe

🏠
Working from home
View GitHub Profile
@nlowe
nlowe / radix_NL.asm
Created April 21, 2016 19:21
Composite file for the radix project
; Nathan Lowe
; EECS 2110 - Computer Architecture and Organization
; Spring 2016 at the University of Toledo
;
; Description: Given an input radix, output radix, and two numbers in the
; specified input radix, perform the following operations:
; A+B
; A-B
; A*B
; A/B if b != 0, otherwise display an error
@nlowe
nlowe / Kruskal.py
Created April 23, 2016 19:55
Minimum Spanning Trees
MST-Kruskal(G, w)
A = ∅
for each vertex v ∈ G.V
Make-Set(v)
sort the edges of E by increasing w (weight) value
for each edge (u, v) ∈ E (taken in weight order)
if Find-Set(u) ≠ Find-Set(v)
A = A ∪ {(u, v)}
Union(u, v)
return A
@nlowe
nlowe / Player.log
Last active August 4, 2016 00:48
Golf With Your Friends Crash 0.0.93 (linux)
Selecting FBConfig
GLX_FBCONFIG_ID=119
GLX_BUFFER_SIZE=32
GLX_DOUBLEBUFFER=1
GLX_RED_SIZE=8
GLX_GREEN_SIZE=8
GLX_BLUE_SIZE=8
GLX_ALPHA_SIZE=8
GLX_DEPTH_SIZE=24
@nlowe
nlowe / directoryExample.cpp
Created September 10, 2016 20:24
EECS3540 - Directory Example
/*
* Directory example for EECS 2550.
* Author: Jerry Heuring
* Date: August 23, 2007
*
* This is an example that demonstrates how you could
* use system calls to go through directories on Unix.
* Technically, I believe that it is POSIX compliant and
* may work with Microsoft Windows but have not tested
* it.
@nlowe
nlowe / stdout.log
Created April 1, 2017 00:11
HeatSignature Beta Wine OOM Error
***************************************
* YoYo Games Runner v1.0(999)[r32908] *
***************************************
RunnerLoadGame: C:\Program Files\Steam\steamapps\common\Heat Signature Beta\data.win
#########################################################################
####!!!!$$$$$$ pwd - C:\Program Files\Steam\steamapps\common\Heat Signature Beta\
#########################################################################
RunnerLoadGame() - C:\Program Files\Steam\steamapps\common\Heat Signature Beta\data.win
Checking if INIFile C:\Program Files\Steam\steamapps\common\Heat Signature Beta/options.ini Exists
C:\Program Files\Steam\steamapps\common\Heat Signature Beta/options.ini file contents: [Windows]
@nlowe
nlowe / build.log
Created October 18, 2017 18:11
Cake 0.22+ Addin Dependency Reference Bug
Preparing to run build script...
Running build script...
Analyzing build script...
Processing build script...
Compiling build script...
========================================
Test
========================================
Executing task: Test
@nlowe
nlowe / client.c
Created October 26, 2017 16:51
EECS3150 - Client / Server Example
/* Program: client.c
* A simple client to work with server.c program.
* Host name and port used by server is to be
* passed as arguments.
*
* To test: Open a terminal window.
* At prompt ($ is my prompt symbol) you may
* type the following as a test:
*
* $ ./client 192.168.0.12 54554
@nlowe
nlowe / ldump.go
Created July 10, 2018 18:40
Grafana LDAP Debugger
package main
import (
"bufio"
"crypto/tls"
"fmt"
"os"
"strings"
"github.com/go-ldap/ldap"
@nlowe
nlowe / Controller.java
Last active July 11, 2018 16:07
JavaFX Table Cell Progress Bar in CSS
import javafx.fxml.Initializable;
import javafx.scene.control.Slider;
import javafx.scene.control.TableCell;
import javafx.scene.control.TableColumn;
import javafx.scene.control.TableView;
import java.net.URL;
import java.util.ResourceBundle;
public class Controller implements Initializable {
@nlowe
nlowe / keybase.md
Last active September 1, 2018 21:44
keybase.md

Keybase proof

I hereby claim:

  • I am nlowe on github.
  • I am nlowe (https://keybase.io/nlowe) on keybase.
  • I have a public key whose fingerprint is 2F5C 8194 0C20 C76C 9ECD DEEA 1091 4399 6445 9621

To claim this, I am signing this object: