Skip to content
View 2PacIsAlive's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro
Block or Report

Block or report 2PacIsAlive

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 Loading

  1. clippy clippy Public

    Autonomous paperclip generator, converting all matter in the universe to paperclips, one click at a time

    JavaScript 1

  2. hack your bitburner (https://daniely... hack your bitburner (https://danielyxie.github.io/bitburner/) savefile to give yourself max funds
    1
    window.indexedDB
    2
      .open('bitburnerSave', 1)
    3
      .onsuccess = (openEvent) => {
    4
        var objectStore = openEvent.target.result
    5
          .transaction(['savestring'], 'readwrite')
  3. topp-gunn-royale topp-gunn-royale Public

    sandboxed js experiment - blast asteroids with code

    JavaScript

  4. hard-time hard-time Public

    TypeScript

  5. SmoketestBar SmoketestBar Public

    Simple smoketests using AnyBar (https://github.com/tonsky/AnyBar)

    Shell