Skip to content

Instantly share code, notes, and snippets.

@jcsalomon
jcsalomon / openpgp.txt
Created June 23, 2019 08:27
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:6acbf022e106b650c8d35788e30370ff977a1b52]

Keybase proof

I hereby claim:

  • I am jcsalomon on github.
  • I am jcsalomon (https://keybase.io/jcsalomon) on keybase.
  • I have a public key ASDxiM58Ox_DOe_D5sPTtluodLtnqHHXoiSuLicDRGBF_Qo

To claim this, I am signing this object:

@jcsalomon
jcsalomon / openpgp.txt
Created September 17, 2017 21:33
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:2a0538cc2c0332f9945f01824b46a6bd23a45aac]
@jcsalomon
jcsalomon / openpgp.txt
Created September 17, 2017 21:33
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:2a0538cc2c0332f9945f01824b46a6bd23a45aac]
@jcsalomon
jcsalomon / openpgp.txt
Created September 17, 2017 21:33
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:2a0538cc2c0332f9945f01824b46a6bd23a45aac]
\documentclass{article}
\usepackage[ansibpaper]{geometry}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages={1-46,{},{}}, signature=48, landscape]{sukkot5774.pdf}
\end{document}
@jcsalomon
jcsalomon / CHANGELOG.md
Last active December 19, 2015 06:59
Example CHANGELOG.md for slurping into GitHub Release notes.

Project Changelog

Release 4 (2013-07-02)

  • Connect the sanafratz to the grepsling
  • Hypercharge the whizding

Release 3 (1988-05-04)

  • Check for loose wires in the kugelator

Release 2 (1988-04-01)

@jcsalomon
jcsalomon / article.tex
Created August 31, 2012 13:22
Article template for TeXworks
% !TeX program = pdflatex
% !TeX encoding = utf-8
% !TeX spellcheck = en_US
% Updates at <https://gist.github.com/3552618>
\documentclass[11pt]{article}
\usepackage{ifluatex, ifxetex}
\newif\ifmoderntex
@jcsalomon
jcsalomon / Cyrillic.txt
Last active January 17, 2023 16:39
Useful Unicode characters & their code points 
(see http://www.unicode.org/Public/emoji/1.0/full-emoji-list.html for emoji)
0391 Α 03b1 α 0397 Η 03b7 η 039d Ν 03bd ν 03a4 Τ 03c4 τ 03dc Ϝ 03dd ϝ 03da Ϛ 03db ϛ
0392 Β 03b2 β 03d0 ϐ 0398 Θ 03b8 θ 03d1 ϑ 039e Ξ 03be ξ 03a5 Υ 03c5 υ 0370 Ͱ 0371 ͱ
0393 Γ 03b3 γ 0399 Ι 03b9 ι 039f Ο 03bf ο 03a6 Φ 03c6 φ 03d5 ϕ 03fa Ϻ 03fb ϻ
0394 Δ 03b4 δ 039a Κ 03ba κ 03f0 ϰ 03a0 Π 03c0 π 03d6 ϖ 03a7 Χ 03c7 χ 03de Ϟ 03df ϟ 03d8 Ϙ 03d9 ϙ
0395 Ε 03b5 ε 03f5 ϵ 039b Λ 03bb λ 03a1 Ρ 03c1 ρ 03a8 Ψ 03c8 ψ 0372 Ͳ 0373 ͳ 03e0 Ϡ 03e1 ϡ
0396 Ζ 03b6 ζ 039c Μ 03bc μ 03a3 Σ 03c3 σ 03c2 ς 03a9 Ω 03c9 ω
A 0410 А 0430 а Ye 0404 Є 0454 є Ka 041A К 043A к Te 0422 Т 0442 т Sha 0428 Ш 0448 ш
Be 0411 Б 0431 б Zhe 0416 Ж 0436 ж El 041B Л 043B л Tshe 040B Ћ 045B ћ Shta 0429 Щ 0449 щ
Ve 0412 В 0432 в Ze 0417 З 0437 з Lje 0409 Љ 0459 љ Kje 040C Ќ 045C ќ Yer 042A Ъ 044A ъ
@jcsalomon
jcsalomon / smarttabs.el
Created June 14, 2011 13:36 — forked from jacius/smarttabs.el
Emacs smart tabs - indent with tabs, align with spaces!
;;
;; Emacs smart tabs functionality
;; Intelligently indent with tabs, align with spaces!
;;
;; Note: Indenting only uses tabs when indent-tabs-mode is non-nil,
;; otherwise it uses spaces as usual.
;;
;; To use: save as smarttabs.el in your .emacs.d directory, and add
;; "(require 'smarttabs)" to your .emacs file.
;;