Skip to content
View LuisThiamNye's full-sized avatar
🤯
I am in control of my mind. I am sane. I know what is real and what is not.
🤯
I am in control of my mind. I am sane. I know what is real and what is not.

Organizations

@CrypticButter
Block or Report

Block or report LuisThiamNye

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LuisThiamNye/README.md

Good Morning

Utilities

  • Buttery Taskbar 2 — Properly hides the Windows taskbar until you press the Windows key or scroll at the screen edge.
  • Character picker — Quick and convenient Unicode character picker for Windows.

Libraries

  • snoop — Clojure function instrumentation powered by malli schemas.

Roam Research extensions

Miscellaneous

Forks

  • WinAppleKey — Magic Keyboard driver for Windows with Caps Lock key mapped to Ctrl, and Ctrl & Cmd swapped.
  • transit-dart — Updated to work with Dart 2.
  • primitive-maths — Adds non-overloaded functions for each number type.

Pinned Loading

  1. ButteryTaskbar2 ButteryTaskbar2 Public

    Hide the taskbar completely when the Start Menu is not open.

    146

  2. CrypticButter/snoop CrypticButter/snoop Public archive

    Function instrumentation using Malli schemas.

    Clojure 77 3

  3. roam-parser roam-parser Public

    A flexible Roamdown parser for Roam Research 𐃏

    Clojure 3 1

  4. roam-toc roam-toc Public

    A roam/render component to display a table of contents that allows you to jump to a location.

    Clojure 12 1

  5. Roam Statistics MVP Roam Statistics MVP
    1
    (ns roam-stats
    2
      (:require
    3
       [roam.datascript :as d]
    4
       [clojure.string]
    5
       [reagent.core :as r]))
  6. Roam Regex Search & Replace Roam Regex Search & Replace
    1
    (ns regex-replace.core
    2
      (:require
    3
       [roam.block :as block]
    4
       [roam.datascript :as d]
    5
       [reagent.core :as r]