Skip to content

Instantly share code, notes, and snippets.

View Permanently's full-sized avatar
😸

billy Permanently

😸
View GitHub Profile
@Permanently
Permanently / fakeVoiceOption.ts
Created March 6, 2023 18:44 — forked from sneksnake/fakeVoiceOption.ts
[Vencord] Use fakevoiceoptions command to toggle fake mute & deafen
/*
* Vencord, a modification for Discord's desktop app
* Copyright (c) 2022 Vendicated and contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,

Keybase proof

I hereby claim:

  • I am permanently on github.
  • I am permanentlay (https://keybase.io/permanentlay) on keybase.
  • I have a public key ASAH0Yyw-1lGVpjZn1ftW57bKYm_AtcZf5ghCFn5TN4rago

To claim this, I am signing this object:

@Permanently
Permanently / Linux_StartScript.sh
Created January 3, 2021 19:07
Linux_StartScript.sh (deletes worlds if toggled)
#!/bin/bash
#By Kristjan Krusic aka. krusic22
#Don't forget to adjust the variables according your own needs!
#This is an Java 11+ optimised script! Get the most recent AdoptJDK or ZuluJDK for ARM.
#This script is speed-optimized and won't reduce ram use!
#Less time spent on GC, the better the performance, but possibly higher ram usage.
#Note: 1G = 1024M
STARTRAM=128 #USE VALUES IN M! Sometimes setting this to the same value as MAXRAM can help performance.
MAXRAM=1024 #USE VALUES IN M!
JARNAME=paper.jar #Jar name, quite self-explanatory.
<html>
<head>
<!-- Favicon code starts here -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://permanently.me/assets/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://permanently.me/assets/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://permanently.me/assets/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://permanently.me/assets/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://permanently.me/assets/favicon/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://permanently.me/assets/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://permanently.me/assets/favicon/apple-touch-icon-
@Permanently
Permanently / stats.php
Created September 18, 2016 10:16 — forked from chaseoes/stats.php
Display stats provided by the TF2 Bukkit plugin.
<?php
// MySQL Information
$database_hostname = 'localhost';
$database_username = 'username';
$database_password = 'password';
$database_name = 'my_database';
$database_port = '3306';
?>
<!DOCTYPE html>