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:
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. |
(deftheme test "DOCSTRING for test") | |
(custom-theme-set-faces 'test | |
'(default ((t (:foreground "#fdf4c1" :background "#282828" )))) | |
'(cursor ((t (:background "#fdf4c1" )))) | |
'(fringe ((t (:background "#282828" )))) | |
' |
I hereby claim:
To claim this, I am signing this object:
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++
# 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 |
#!/bin/bash | |
# Ensure you have repo in this dir |
https://cayley.io/ | |
Open source RDF enabled graph database. |