Skip to content
View wigol's full-sized avatar

Block or report wigol

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

Pinned Loading

  1. zmk-config zmk-config Public

    ZMK firmware configuration for custom keyboards.

    Makefile

  2. 7seg 7seg Public

    7-segment displays and buttons, using PT6961 and STM32

    C

  3. m5250 m5250 Public

    Simple data retrieval module from TP-Link M5250 mobile 3g router.

    Python

  4. org-roam dailies report org-roam dailies report
    1
    (defun wg/build-roam-journal ()
    2
      (interactive)
    3
      (let ((journal_files (org-roam-db-query [:select [title, file] :from nodes :where (like file "%/journals/%") :order-by [(asc file)]])))
    4
        (with-output-to-temp-buffer "*eng-journal-export*"
    5
          (pop-to-buffer "*eng-journal-export*")