Skip to content

Instantly share code, notes, and snippets.

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

Jeremiah C. Foster jeremiah

🏠
Working from home
View GitHub Profile
https://cayley.io/
Open source RDF enabled graph database.
@jeremiah
jeremiah / build-pelux.sh
Created January 17, 2018 22:08
First hacks at a build script
#!/bin/bash
# Ensure you have repo in this dir

EVITA Chart

The following is the EVITA chart for the above tree.

Node FS OS PS SS ET E K WO EQ APT AP CO FR OR PR SR
  1. Risk |4|0|0|0|4|6|0|0|0|10|4|0|5|0|0|0
Node FS OS PS SS ET E K WO EQ APT AP CO FR OR PR SR
  1. Risk |4|0|0|0|4|6|0|0|0|10|4|0|5|0|0|0
@jeremiah
jeremiah / git-daemon
Created August 25, 2016 17:52 — forked from moschlar/git-daemon
systemd-unit for git-daemon
# conf.d file for git-daemon
#
# Please check man 1 git-daemon for more information about the options
# git-daemon accepts. You MUST edit this to include your repositories you wish
# to serve.
#
# Some of the meaningful options are:
# --syslog --- Enables syslog logging
# --verbose --- Enables verbose logging
# --export-all --- Exports all repositories

About

The QML semantic rule engine is an engine that parses semantic rules from a rules file and validates those rules against QML code.

The rule engine parses rules written in a domain specific rule language. Semantic rule definition is a part of this project and will be done in BNF, so that a parser and a lexer can be generated using BNFC.

A primitive version of the rule engine itself will be implemented in both C++

Keybase proof

I hereby claim:

  • I am jeremiah on github.
  • I am jeremiahfoster (https://keybase.io/jeremiahfoster) on keybase.
  • I have a public key whose fingerprint is D5C9 FCF2 BB93 078C A667 BEDD FA04 A67F 06D8 A22B

To claim this, I am signing this object:

(deftheme test "DOCSTRING for test")
(custom-theme-set-faces 'test
'(default ((t (:foreground "#fdf4c1" :background "#282828" ))))
'(cursor ((t (:background "#fdf4c1" ))))
'(fringe ((t (:background "#282828" ))))
'
@jeremiah
jeremiah / gist:e6c43d4ba1e45f471934
Created October 31, 2014 12:50
Installing Yubico's Yubikey Neo Manager on Debian Jessie
This document describes how I went about installing Yubico's Yubikey Neo Manager software on Debian Jessie. The hardware used is a Dell Laptop XPS 13. This laptop was delivered with Ubuntu 12.04 but I upgraded it to Debian Jessie which works wonderfully on this hardware.