Skip to content
View ErikDeBruijn's full-sized avatar

Sponsoring

@timdorr
@fieldOfView
@sagemath
@sharkdp
Block or Report

Block or report ErikDeBruijn

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

  1. ReplicatorG-Erik5D ReplicatorG-Erik5D Public

    Forked from makerbot/ReplicatorG

    An open-source gcode interpreter for driving RepRaps, Makerbots, and other similar CNC beasties

    Python 16 1

  2. TeslaFTW TeslaFTW Public

    Pebble v2.0 App to control your Tesla Model S/X or hopefully soon, Model III.

    JavaScript 11 7

  3. A little script to finish charging m... A little script to finish charging my car just before I want to leave
    1
    #!/usr/bin/node
    2
    /*
    3
    This script does four things for Tesla Model S owners:
    4
    - it helps increase battery longevity
    5
    - saves money if your utility charges night-time power differently
  4. seed spitting seed spitting
    1
    # ==== The dilemma: security versus access ====
    2
    # Nervous writing down your valuable seed phrase on a piece of paper?
    3
    # But worried that if you don't, you might lose access?
    4
    #
    5
    # ==== The easy (risky) way out ====
  5. copy-n-prompt copy-n-prompt Public

    A script to copy text that gets prompted to OpenAI's ChatGPT conversation API. The result is ready for you to paste.

    Ruby 1

  6. cubeRL cubeRL Public

    Applying Reinforcement Learning to solve the most famous Cube puzzle.

    Python