Skip to content
View Boettner-eric's full-sized avatar
💻
Focusing
💻
Focusing
  • hmbradley
  • Portland
  • 12:47 (UTC -07:00)
Block or Report

Block or report Boettner-eric

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. Advent-of-Code-2023 Advent-of-Code-2023 Public

    Solutions to the 2023 advent of code

    Elixir 1

  2. Thesis Thesis Public

    Onboard Keystroke Encryption for Secure Entry

    C 7 1

  3. Tiles Tiles Public

    A responsive design homepage with live search

    JavaScript 39 10

  4. Quantum-Circuitry Quantum-Circuitry Public

    Circuit simulation with IBM's Quantum experience

    TeX 2

  5. Write a spotify playlist to a text file Write a spotify playlist to a text file
    1
    Mix.install([:httpoison, :poison])
    2
    
                  
    3
    defmodule Spotify do
    4
      [playlist_id] = System.argv()
    5
    
                  
  6. React scrollable table of contents React scrollable table of contents
    1
    import { useRef } from 'react';
    2
    
                  
    3
    enum ExampleEnum {
    4
      One = 'One',
    5
      Two = 'Two',