Create the file /usr/local/bin/rlsbcl
with such as the following contents
#!/bin/sh
CMD="${SBCL_HOME:-/usr/bin}/sbcl"
exec rlwrap -q '"' -m -O '^\*\>' "${CMD}" "$@"
# $NetBSD$ | |
# | |
# This Makefile fragment is meant to be included by ports that require | |
# a docbook2X implementation during build | |
# | |
# === Variables set by this file === | |
# | |
# DOCBOOK2X_TYPE | |
# The name of the selected docbook2X implementation. | |
# One of: docbook2X, docbook2x, xmlto |
#!/bin/sh | |
THIS="$(basename $(readlink -f $0))" | |
msg() { | |
echo "$THIS: $@" | |
} | |
ferr() { |
;; Author: Sean Champ, 30 July 2016 | |
;; License: Public Domain (#YMMV) | |
(defun grouping-m-n (a b c) | |
(let ((radic (sqrt (- (expt b 2) (* 4 a c)))) | |
(nb (- b))) | |
(values (/ (+ nb radic) -2) | |
(/ (- nb radic) -2)))) |
# .bash_logout -*- sh -*- | |
if [ -n "$SSH_AGENT_PID" ] && | |
[ "$(ps -p $SSH_AGENT_PID -c -o comm | sed 1d)" = ssh-agent ] && | |
[ "$(ps -U $USER -c -o tty | sed 1d | grep -v "^-" | sort | uniq)" -eq 1]; | |
## Do not enter this branch of control flow | |
## if user is logged in under another PTY/TTY | |
then eval $(ssh-agent -k) | |
fi |
Abawajy, Jemal H., ed. Internet and Distributed Computing Advancements: Theoretical Frameworks and Practical Applications. Premier Reference Source. Hershey, Pa: Information Science Reference, 2012. https://www.safaribooksonline.com/library/view/internet-and-distributed/9781466601611/. | |
Acar, E, and S Satchell. Advanced Trading Rules. Oxford: Butterworth-Heinemann, 2002. https://www.safaribooksonline.com/library/view/advanced-trading-rules/9780750655163/. | |
Alencar, Marcelo S. Information Theory. New York: Momentum Press, 2015. https://www.safaribooksonline.com/library/view/information-theory/9781606505281/. | |
Anton, Howard. Elementary Linear Algebra. 11th edition. Hoboken, NJ: Wiley, 2013. https://www.safaribooksonline.com/library/view/elementary-linear-algebra/9781118434413/. | |
Antonopoulos, Andreas M. Mastering Bitcoin. First edition. Sebastopol CA: O’Reilly, 2015. https://www.safaribooksonline.com/library/view/mastering-bitcoin/9781491902639/. | |
Arnold, Glen. The Financial Times Guide to Banking, 2014. https://www |
Verifying that +spchamp is my blockchain ID. https://onename.com/spchamp |
## via https://repogen.simplylinux.ch/generate.php | |
#------------------------------------------------------------------------------# | |
# OFFICIAL UBUNTU REPOS # | |
#------------------------------------------------------------------------------# | |
###### Ubuntu Main Repos | |
deb-src http://01.archive.ubuntu.com/ubuntu/ wily main restricted universe multiverse |
Verifying that +spchamp is my blockchain ID. https://onename.com/spchamp |