Skip to content

Instantly share code, notes, and snippets.

View qguv's full-sized avatar
vibing

Quint Guvernator qguv

vibing
View GitHub Profile
@qguv
qguv / csgo.prf
Last active May 3, 2017 16:16
Corsair M65 Mouse Settings (Hand-made) for CS:GO
<?xml version="1.0" encoding="UTF-8"?>
<ExportedEverything>
<profiles>
<profile version="1">
<name>Computer Bright</name>
<id>{00000000-0000-0000-00cb-000000000000}</id>
<note></note>
<programLink></programLink>
<script>{00000000-0000-0000-0000-000000000000}</script>
<OSD version="1">
@qguv
qguv / config.h
Created January 27, 2015 21:38
DWM config.h
/* appearance */
static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
static const char normbordercolor[] = "#444444";
static const char normbgcolor[] = "#222222";
static const char normfgcolor[] = "#bbbbbb";
static const char selbordercolor[] = "#005577";
static const char selbgcolor[] = "#005577";
static const char selfgcolor[] = "#eeeeee";
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
#!/usr/bin/env sh
source .conf/zsh/system
# one-time configurations
xsetroot -solid "#442211"
# persistent windowbar configuration
while true; do
xsetroot -name "$(whoami)@$(uname -n) ($(uname -o)) | $(date +%R)"
sleep 1
(*
An EBNF Grammar of Gee
Quint Guvernator for CSCI 312-01, Spring 2015
Using the ISO/IEC 14977 standard of the EBNF metalanguage
Features of ISO 14977:
- non-terminal symbols can be multiword
- RHS is a sequence of tokens separated by commas
- comments
*)
@qguv
qguv / electronics_lab04.ipynb
Last active May 3, 2017 16:15
Electronics Lab 4
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@qguv
qguv / electronics_lab05.ipynb
Created February 27, 2015 18:56
Electronics Lab 5, experiment 1
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@qguv
qguv / 2015-03-02.ipynb
Last active May 3, 2017 16:15
CMLS Classwork 2015-03-02
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@qguv
qguv / gist:848b225888bc3a9f3bdb
Created March 22, 2015 03:41
Jekyll Build/Serve Error
Configuration file: /Users/quintus/dev/essays/_config.yml
Source: /Users/quintus/dev/essays
Destination: /Users/quintus/dev/essays/_site
Generating...
/Users/quintus/.local/lib/gems/gems/posix-spawn-0.3.10/lib/posix_spawn_ext.bundle: [BUG] Segmentation fault
ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/CrashReporter
@qguv
qguv / gist:a95db5756e808540b4e7
Created March 30, 2015 14:11
CMLS Classwork 2015-03-30
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [
{
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.