Skip to content

Instantly share code, notes, and snippets.

View ilsubyeega's full-sized avatar

ilsubyeega

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ilsubyeega on github.
  • I am ilsubyeega (https://keybase.io/ilsubyeega) on keybase.
  • I have a public key ASDc3hod9Lk0bK16_yrwEZkC_JnQsfzLjzP8mnIk5bLbGAo

To claim this, I am signing this object:

// this is compiled color from osu-web
key: pink | base: 333
p: #ff0073
h1: #ff66ab
h2: #ac396d
c1: #ffffff
c2: #f0dbe4
l1: #e0b8ca
l2: #d9a6bd
var enabled = false;
register("chat", function (name) {
ChatLib.say("/f accept " + ChatLib.removeFormatting(name).replace(/\[.+]/g, "").trim());
}).setCriteria("&r&eFriend request from &r${name}&r&9\n&r&a&l").setParameter("contains");
var apikey = Java.type("java.lang.System").getenv("HYPIXEL_API_KEY");
import {
request
} from '../requestV2';
@ilsubyeega
ilsubyeega / localStorageStore.js
Created June 7, 2020 02:26 — forked from joshnuss/localStorageStore.js
LocalStorage store for Svelte.js
// Svelte store backed by window.localStorage
// Persists store's data locally
import {writable as internal, get} from 'svelte/store'
// wraps a regular writable store
export function writable(key, initialValue) {
// create an underlying store
const store = internal(initialValue)
const {subscribe, set} = store
// get the last value from localStorage
var p=3;
var i; // input
if (i==1) a++;
if (i==2) z++;
if (z==p){
a++;
z=0;
} else {
b++;
}