Skip to content
View FrostBird347's full-sized avatar

Block or report FrostBird347

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FrostBird347/README.md

Languages

  • JavaScript
    • Vanilla JavaScript
    • NodeJS
  • C#
    • .NET
    • Unity
    • Godot
  • Shell Script
    • Bash
  • Java
    • Fabric Modding
  • Others
    • AppleScript
    • C
    • Python (Very limited experience)
    • Swift (Very limited experience)

Pinned Loading

  1. DMPServerMap DMPServerMap Public

    An implementation of Telemachus Reborn's vessel map as a DMP server plugin, allowing users to view vessels on an interactive map.

    JavaScript

  2. Every possible kerbal in KSP, accord... Every possible kerbal in KSP, according to https://pastebin.com/CYzvhutY and https://wiki.kerbalspaceprogram.com/wiki/Kerbal#See_also
    1
    Jebediah Kerman
    2
    Bill Kerman
    3
    Bob Kerman
    4
    Valentina Kerman
    5
    Wernher von Kerman
  3. Vestiges Vestiges Public

    Upon death, you will leave a temporary remnant for other players to find.

    C# 5

  4. Reset all achievement slots for the ... Reset all achievement slots for the achievement showcase on a steam profile
    1
    //Credit: https://steamcommunity.com/discussions/forum/1/666826703364808594/#c622954302088767800
    2
    //Tested using steam with the "-dev" launch argument (https://developer.valvesoftware.com/wiki/Command_Line_Options#Steam)
    3
    //After running this script, you must save and reload the page to see any changes
    4
    for (var i = 0; i < document.getElementsByClassName("profile_customization_header").length; i++) {
    5
    	var CurrentHeader = document.getElementsByClassName("profile_customization_header")[i];
  5. Scream Cipher Scream Cipher
    1
    // https://xkcd.com/3054/
    2
    function scream(input, padChars = false) {
    3
    	let keyE = {
    4
    		"A": "A",
    5
    		"B": "Ȧ",