Skip to content
View madeddie's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@SnijdersIT @NLNOG

Block or report madeddie

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
madeddie/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @madeddie
  • ๐Ÿ‘€ Iโ€™m interested in automation, world travel and cryptocurrency
  • ๐ŸŒฑ Iโ€™m currently learning low-level programming, C, Java and Rust.
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on home automation projects and rate my code sessions.
  • ๐Ÿ“ซ Reach me through email or leave an issue in my personal repo https://github.com/madeddie/madeddie/issues/new
  • โ˜•๏ธ Buy me a coffee at https://ko-fi.com/madeddie

Pinned Loading

  1. tyora tyora Public

    CLI to interact with the mooc.fi instance of CSES

    HTML

  2. dveo dveo Public

    A module to use the DVEO REST API with Python

    Python

  3. cfgmgmtcamp.github.io cfgmgmtcamp.github.io Public

    Forked from cfgmgmtcamp/cfgmgmtcamp.github.io

    Public Config Management Camp Site

    HTML

  4. Hammerspoon Awareness replacement Hammerspoon Awareness replacement
    1
    -- Awareness replacement
    2
    local awareness = hs.menubar.new()
    3
    function setAwarenessDisplay(timerSecs)
    4
      local timerPercent = math.floor(timerSecs / 3600 * 100)
    5
      awareness:setTitle(tostring(timerPercent))
  5. code50 code50 Public

    C

  6. python-bunq python-bunq Public archive

    Thin wrapper around the bunq API

    Python 10 2