This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* | |
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 | |
*) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"execution_count": 1, | |
"metadata": { | |
"collapsed": true | |
}, | |
"outputs": [ | |
{ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.