Skip to content
View nlekas's full-sized avatar

Block or report nlekas

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
nlekas/README.md
  • 👋 Hi, I’m @nlekas
  • 👀 I’m interested in table top gaming, RPGs, comics, home automation, and AI.
  • 💞️ I’m looking to collaborate on tools to help with table top gaming, ebook management, and home automation.
  • 🤩 I also really like building AI (models, tools, frameworks, pipelines, interfaces).
  • 📫 Reach me on LinkedIn at http://www.noahlekas.com

Pinned Loading

  1. ebook_analyzer ebook_analyzer Public

    A Python package to analyze ebook files in a datalake of ebooks and compare them against a Calibre library to identify files that exist in the datalake but are not yet in the Calibre library.

    Python 1

  2. keyboard_layer keyboard_layer Public

    Shows you a map of a the custom keyboard layer you are using.

    Python

  3. roll20_api_mods roll20_api_mods Public

    JavaScript 3 1

  4. findMe.js findMe.js
    1
    on("chat:message",function(msg){
    2
        if(msg.type==="api" && msg.content.indexOf("!findMe")===0){
    3
            let rawCharacterList = findObjs({type:"character"});
    4
            let character, playerId, controlledBy;
    5
            let characterList = [];
  5. qmk_firmware qmk_firmware Public

    Forked from qmk/qmk_firmware

    Open-source keyboard firmware for Atmel AVR and Arm USB families

    C