Skip to content

Instantly share code, notes, and snippets.

@dajare
dajare / fossil_zenburn_css
Last active November 3, 2024 14:07 — forked from jsilence/fossil_zenburn_css
Zenburn theme for Fossil; updated for 2.24
/* Zenburn theme for fossil */
/* forked from https://gist.github.com/jsilence/1259056 */
/* https://kippura.org/zenburnpage/ */
/* http://fossil-scm.org | Updated for v. 2.24 */
/* Some tables have their styles hardcoded. :( */
/* Any feedback and contribution is welcome */
/* General settings for the entire page */
body {
margin: 0ex 0ex;
@dajare
dajare / .XCompose
Created October 18, 2024 12:42
My X11/ComposeKey profile
include "%L" # import the default Compose file for your locale
# MY MULTI = Rt-Super-key (beside right-Ctrl) | ThinkBook = Rt-Ctrl
## DOT-FILE!! Rename = .XCompose
<Multi_key> <semicolon> <apostrophe> : "‘" U2018 # LEFT SINGLE QUOTATION MARK
<Multi_key> <semicolon> <numbersign> : "’" U2019 # RIGHT SINGLE QUOTATION MARK
<Multi_key> <bracketleft> <bracketleft> : "‘" U2018 # LEFT SINGLE QUOTATION MARK
<Multi_key> <bracketright> <bracketright> : "’" U2019 # RIGHT SINGLE QUOTATION MARK
<Multi_key> <grave> <grave> : "‘" U2018 # LEFT SINGLE QUOTATION MARK
@dajare
dajare / il
Created August 6, 2024 09:29
X11/xkb/symbols/il | From Ubuntu 22.04.4 LTS
// This is an implemetation of the Israeli standard SI-1452 (2013)
// It does not implement changes to the English layout, as that part
// of the standard is not normative nor really useful in the context
// of xkb.
// This implementation extends the standard with Yiddish digraphs
// (a common extension) and Nun Hafukha (a fun character).
default partial alphanumeric_keys
xkb_symbols "basic" {
// uses the kbd layout in use in Israel.
@dajare
dajare / se-literary-calendar.html
Last active October 11, 2024 14:34
SE Literary Calendar
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css" type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<link href="https://www.sudalyph.org/seci/fstyle.css" rel="stylesheet" type="text/css" />
@dajare
dajare / se-piper-short-fiction.md
Last active January 6, 2024 09:26
H. Beam Piper, Short Fiction details
@dajare
dajare / base16-embers-light.lua
Created December 25, 2023 11:22
Embers Light - Base16 theme for Textadept 12*
-- Base16 Theme: Embers Light
-- Embers Light theme adapted for Textadept (http://foicica.com/textadept/)
-- Theme author: Jannik Siebert (https://github.com/janniks)
-- Base16 (https://github.com/chriskempson/base16)
-- Build with Base16 Builder (https://github.com/chriskempson/base16-builder)
-- Repository source: https://github.com/rgieseke/base16-textadept/blob/3c74baf8fedc381b5eb96c82fb96c71df9db34e8/base16-embers-light.lua
local view, colors, styles = view, view.colors, view.styles
-- Base16 colors
@dajare
dajare / gmal-bb.md
Created December 20, 2023 17:27
Give Me a Lightbulb | BearBlog

Give Me a Lightbulb

GMaL is the title of my BearBlog. If you have a response/comment to any of my posts, please use the comment facility below.

Thanks!

@dajare
dajare / 2titlecase
Last active December 31, 2023 18:22
Bash script to titlecase chapter titles in UPPERCASE
for filename in chapter-*.xhtml; do
new12=$(sed -n '12p' "$filename" | cut -b 8- | se titlecase -n)
sed -i -e '12s#^\(.*<p>\).*#'"\1$new12"'#g' "$filename"
## Uncomment next line to echo new title line to terminal for checking
# sed -n '12p' "$filename"
done
@dajare
dajare / hq.ini
Last active March 13, 2025 20:27
Haycraft-Queen Cornerstones @ Standard Ebooks
[000]
updated="2025-03-13"
[001]
author="Allingham, Margery"
title="Death of a Ghost"
year="1934"
se="·"
[002]
@dajare
dajare / sebooks-project-template.md
Last active February 14, 2024 08:26
Standard Ebooks Project Info Template

SE Project Info

Book info

  • Title:
  • Author:
  • Pub date:
  • start: se create-draft --author="AUTHOR" --title="TITLE" --pg-id=NNN
  • build: se build --output-dir=$HOME/PATH/sebooks/FOLDER/dist/ .