Skip to content
View wigol's full-sized avatar
Block or Report

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. 7seg 7seg Public

    7-segment displays and buttons, using PT6961 and STM32

    C

  2. horizonAccess horizonAccess Public

    Simple python module for accessing public library information. WIP

    Python

  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*")