Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Willem3141's full-sized avatar
👋

Willem Sonke Willem3141

👋
View GitHub Profile
@Willem3141
Willem3141 / caun-additions.json
Created August 18, 2019 16:16
Plover dictionary to correct missing KAUN- words
{
"KAUPB/*ER": "Conner",
"KAUPB/-D": "conned",
"KAUPB/-FPS": "conches",
"KAUPB/-RBS": "conscious",
"KAUPB/AO*E": "Connie",
"KAUPB/EBGS/*EUPB": "connexin",
"KAUPB/EBGS/O*PB": "connexon",
"KAUPB/ED": "Con Ed",
"KAUPB/ED/SO*PB": "Con Edison",
@Willem3141
Willem3141 / con-caun-similarities.txt
Created August 18, 2019 15:57
KON- words in Plover's main.json that are also defined with KAUN- (directly or because of the KAUN- prefix)
KOPB/KA*EUF -> 'concave' (KAUPB/KA*EUF -> undefined, KAUPB + KA*EUF -> 'concave' ✔)
KOPB/KAT/TPHAEUGS -> 'concatenation' (KAUPB/KAT/TPHAEUGS -> 'concatenation' ✔)
KOPB/KAT/TPHAEUT -> 'concatenate' (KAUPB/KAT/TPHAEUT -> 'concatenate' ✔)
KOPB/KER -> 'conquer' (KAUPB/KER -> 'conquer' ✔)
KOPB/KHRAOUD -> 'conclude' (KAUPB/KHRAOUD -> 'conclude' ✔)
KOPB/KHRAOUDZ -> 'concludes' (KAUPB/KHRAOUDZ -> 'concludes' ✔)
KOPB/KHRAOUGS -> 'conclusion' (KAUPB/KHRAOUGS -> 'conclusion' ✔)
KOPB/KHRAOUS/*EUF -> 'conclusive' (KAUPB/KHRAOUS/*EUF -> 'conclusive' ✔)
KOPB/KOBGT -> 'concoct' (KAUPB/KOBGT -> 'concoct' ✔)
KOPB/KOPL/TAPBT -> 'concomitant' (KAUPB/KOPL/TAPBT -> 'concomitant' ✔)
@Willem3141
Willem3141 / con-caun-differences.txt
Created August 18, 2019 15:55
KON- words in Plover's main.json that are not defined with KAUN-
KOPB/*ER -> 'Conner' (KAUPB/*ER -> undefined, KAUPB + *ER -> 'con{^er}' ✘)
KOPB/-D -> 'conned' (KAUPB/-D -> undefined, KAUPB + -D -> 'con{^ed}' ✘)
KOPB/-FPS -> 'conches' (KAUPB/-FPS -> undefined, KAUPB + -FPS -> 'con{^s}{.}' ✘)
KOPB/-RBS -> 'conscious' (KAUPB/-RBS -> undefined, KAUPB + -RBS -> 'con{,}' ✘)
KOPB/AO*E -> 'Connie' (KAUPB/AO*E -> undefined, KAUPB + AO*E -> 'con{^ie}' ✘)
KOPB/EBGS/*EUPB -> 'connexin' (KAUPB/EBGS/*EUPB -> undefined, KAUPB + EBGS/*EUPB -> undefined ✘)
KOPB/EBGS/O*PB -> 'connexon' (KAUPB/EBGS/O*PB -> undefined, KAUPB + EBGS/O*PB -> 'conExxon' ✘)
KOPB/ED -> 'Con Ed' (KAUPB/ED -> undefined, KAUPB + ED -> 'conEd' ✘)
KOPB/ED/SO*PB -> 'Con Edison' (KAUPB/ED/SO*PB -> undefined, KAUPB + ED/SO*PB -> 'conEdison' ✘)
KOPB/ED/SOPB -> 'Con Edison' (KAUPB/ED/SOPB -> undefined, KAUPB + ED/SOPB -> undefined ✘)
@Willem3141
Willem3141 / listing
Created August 13, 2019 21:56
sass generating invalid relative jumps
main.asm :13 (0x000017): 18 80 jr .label
main.asm :14 (0x000019): .fill 128, 0x00
main.asm :16 (0x000099):
@Willem3141
Willem3141 / oxygencolors.sty
Created January 23, 2015 15:57
Oxygen colors for LaTeX
% This package provides the Oxygen color scheme for LaTeX.
% See also https://techbase.kde.org/Projects/Oxygen/Style#Color_Usage
% The Oxygen color palette and this package are released under the Creative
% Commons Attribution-NonCommercial-NoDerivs 2.5 License.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{oxygencolors}[2015/01/23 Oxygen colors for LaTeX]
@Willem3141
Willem3141 / z80-asm.txt
Created January 13, 2015 16:17
Kate syntax highlighting XML file for Z80 assembly (sass/KnightOS style)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language name="z80 Assembler" section="Assembler" extensions="*.asm;*.z80" casesensitive="0" author="Willem Sonke (willem@wimiso.nl)" license="LGPL">
<general>
<comments>
<comment name="singleLine" start=";" />
</comments>
</general>