This file contains 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
(ns scratch_clj.eye | |
(:use [tawny.owl])) | |
(defontology things | |
:iri "http://example.org" | |
:prefix "exam:") | |
(defoproperty partOf) | |
(defoproperty hasPart) |
This file contains 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
\documentclass{article} | |
\usepackage{alltt} | |
\begin{document} | |
\begin{alltt} | |
\input{reviews.txt} | |
\end{alltt} |
This file contains 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
## Start off with a clean project with nothing in it! | |
[phillord@jangai:.../cask-test-proj]$ more Cask | |
(source gnu) | |
(source melpa-stable) | |
(depends-on "f") | |
[phillord@jangai:.../cask-test-proj]$ cask install | |
Wrote /home/phillord/scratch/cask-test-proj/.cask/24.3.1/elpa/archives/gnu/archive-contents | |
Wrote /home/phillord/scratch/cask-test-proj/.cask/24.3.1/elpa/archives/melpa-stable/archive-contents | |
Making version-control local to dash-autoloads.el while let-bound! |