Skip to content

Instantly share code, notes, and snippets.

View karahobny's full-sized avatar

squire of the λ-calculus karahobny

View GitHub Profile
@ktakashi
ktakashi / ChangeLog
Last active May 3, 2018 10:31
Portable(?) R6RS er-macro-transformer
2015-10-24
- Changed comment
- Walk though returning form to wrap. Racket still doesn't work.
- Fixed incorrect example on definition of macro and usage environment.
Comment of: https://twitter.com/anohana/status/657865512370634753
@Soft
Soft / .emacs
Last active May 30, 2018 18:49
My Emacs configuration
;; -*- mode: Emacs-Lisp; lexical-binding: t; -*-
;; Samuel Laurén 💗 2014-2015
;; # TODO
;; - Support tags
(setq gc-cons-threshold 50000000)
(require 'cl-lib)
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active June 29, 2024 08:12
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname