Skip to content

Instantly share code, notes, and snippets.

View usuallycwdillon's full-sized avatar

CW Dillon usuallycwdillon

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@usuallycwdillon
usuallycwdillon / central_asian_khanates.geojson
Created August 10, 2018 16:40
GeoJSON description for Central Asian Khanates in 1815
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@usuallycwdillon
usuallycwdillon / dark_theme.txsprofile
Created October 2, 2015 16:53 — forked from VGonPa/dark_theme.txsprofile
TexStudio Dark theme settings
[General]
IniMode=true
[formats]
data\align-ampersand\bold=true
data\align-ampersand\fontFamily=<default>
data\align-ampersand\foreground=#dc322f
data\align-ampersand\italic=false
data\align-ampersand\overline=false
data\align-ampersand\pointSize=0
@usuallycwdillon
usuallycwdillon / ACT-R6.sh
Last active December 14, 2015 04:09
I had occasion to use ACT-R 6 for a course on cognitive modeling and was disappointed initially to find that ACT-R 6 is not available for GNU/Linux systems. I noticed that the Windows version was running in Clozure Common Lisp, so I installed that on my Linux system and wrote this little bit of bash to open up the GUI environment as well.
#!/bin/sh
# author cdillon2@gmu.edu CW Dillon
#
# Purpose is to execute the steps required to start ACT-R 6 in Linux, complete
# with tcl/tk GUI. It assumes you are using Clozure Common Lisp, aka OpenMCL,
# which is available from http://ccl.clozure.com/
# Install CCL, set the path and saved the script per the instructions. I
# installed CCL to '/etc/ccl' and put the ccl64 script in '~/bin/ccl64' with my
@usuallycwdillon
usuallycwdillon / lisp.lang.xml
Last active December 14, 2015 04:09 — forked from shamansir/lisp.lang.xml
Per https://live.gnome.org/Gedit/NewLanguage the only change needed here is that the language def files go to ./local/share/gtksourceview-3.0/lang-spects/<language>.lang instead of .../gktsourceview-2.0/... and indeed it seems to work for me. Indeed, changing the 2 to a 3 is my only contribution here.
<?xml version="1.0" encoding="UTF-8"?>
<!--
Author: Ma Jiehong <ma.jiehong@gmail.com>
Copyright (C) 2010 Ma Jiehong
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.