Skip to content

Instantly share code, notes, and snippets.

@spinnylights
spinnylights / swizzleable.rb
Created March 11, 2022 23:23
GLSL-style component swizzling mixin in Ruby
##
# Module Swizzleable allows for [GLSL-style component
# swizzling](https://www.khronos.org/opengl/wiki/Data_Type_(GLSL)#Swizzling)
# on instances of the including class, e.g. `vec.wwyx`,
# `color.rgb`, etc.
#
# ```ruby
# class Vec4
# include Swizzleable
#
@spinnylights
spinnylights / .XCompose
Created November 7, 2020 08:40
XCompose entries for Latin mathematical script characters
# Note that you may need to remove the following entry:
#
# <Multi_key> <m> <u> : "µ" mu # MICRO SIGN
#
# The default .XCompose in my environment has two additional
# easy-to-use definitions for "µ" so at least in my case this
# is no great loss. Hopefully your case is the same.
<Multi_key> <m> <A> : "𝓐" U1D4D0 # MATHEMATICAL BOLD SCRIPT CAPITAL A
<Multi_key> <m> <B> : "𝓑" U1D4D1 # MATHEMATICAL BOLD SCRIPT CAPITAL B
@spinnylights
spinnylights / lib.rs
Last active December 11, 2020 11:56
Rust book "minigrep" project: test doubles + spies
// This approach is based on the one devised in
// http://xion.io/post/programming/gisht-recap.html by Karol
// Kuczmarski; it permits a nice, easy-to-use API while still
// allowing you to inject doubles behind the scenes.
//
// As an example, this is in main.rs:
//
// let mut grepper = Grepper::new(config.filename);
// if let Err(e) = grepper.run() {
// ...
@spinnylights
spinnylights / imaxima_latin1.patch
Last active January 8, 2020 00:12
Fixes 'utf8 "\xF8" does not map to Unicode' error while building Maxima 5.43.0
diff --git a/interfaces/emacs/imaxima/imaxima.texi b/interfaces/emacs/imaxima/imaxima.texi
index da960dc..d9d94c8 100644
--- a/interfaces/emacs/imaxima/imaxima.texi
+++ b/interfaces/emacs/imaxima/imaxima.texi
@@ -1,4 +1,5 @@
\input texinfo @c -*-texinfo-*-
+@documentencoding ISO-8859-1
@c %**start of header
@setfilename imaxima.info
@settitle Imaxima Manual