Skip to content
View theerebuss's full-sized avatar
:fishsticks:
fishsticks
:fishsticks:
fishsticks

Highlights

  • Pro

Block or report theerebuss

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

Pinned Loading

  1. sprite-to-animation sprite-to-animation Public

    Convert sprites to animated images

    TypeScript 1

  2. gh-coauthor gh-coauthor Public

    GH CLI extension for interactively adding co-authors to commits

    Go

  3. Heading level logger Heading level logger
    1
    javascript: void (function () {
    2
      let result = "";
    3
      for (const node of document.querySelectorAll("h1, h2, h3, h4, h5, h6")) {
    4
        const label = getNodeValue(node);
    5
        if (
  4. Setup a Linux dev environment Setup a Linux dev environment
    1
    #!/bin/sh
    2
    
                  
    3
    # Update and upgrade packages
    4
    sudo apt-get update
    5
    sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
  5. dotfiles dotfiles Public

    https://github.com/topics/dotfiles

    Shell 1