Skip to content

Instantly share code, notes, and snippets.

@Tewki
Tewki / ranks.csv
Created March 22, 2020 20:07
Ishgard ranks
We can't make this file beautiful and searchable because it's too large.
world,job,name,points_12,points_13,points_14,points_15,points_16,points_17,points_18,points_19,points_20
Adamantoise,alchemist,"A'miho Raha",0,0,0,0,1980,2160,2160,2160,2160
Adamantoise,alchemist,"Ad'rya Zephyrrial",405,733,1230,1807,1940,1940,1940,1940,1940
Adamantoise,alchemist,"Aelli Rookenlud",1405,1405,1405,1405,1405,1405,1405,1405,1405
Adamantoise,alchemist,"Airame D'gar",1855,1855,1855,1855,1855,1855,1855,1855,1855
Adamantoise,alchemist,"Ajari Tenshi",1074,3480,4079,4349,11936,30472,43989,67927,119953
Adamantoise,alchemist,"Akh Moan",98115,169087,169087,169087,169087,169087,169087,169087,169087
Adamantoise,alchemist,"Alagh Dotharl",2797,2797,2797,3397,3397,3397,4627,4627,4627
Adamantoise,alchemist,"Albireo Cygnus",0,0,0,0,0,3215,3215,3215,3215
Adamantoise,alchemist,"Alexina Valenti",1039,1039,1325,1325,1325,1325,1325,1325,1325
// To be ran in chrome://settings/siteData
(await cr.sendWithPromise('localData.getDisplayList', ''))
.items
.filter(
r => r.site &&
!r.site.match(/wikipedia|twitch|youtube|amazon|google|spotify|github\.com/) &&
r.localData.match(/(Cache|Local|Database) storage/ig)
)
.forEach(async row => {
<?xml version="1.0"?>
<root>
<item>
<name>For Code</name>
<item>
<name>Fix the pipe char</name>
<appendix>( Danish Dollar to Pipe )</appendix>
<identifier>remap.fuckyoudanes</identifier>
<not>
@Tewki
Tewki / glws.md
Last active February 6, 2017 10:25

Good Luck With Sales

Current delay

Currently out meds due to easter so can hardly think til I get it as it's quite serious medication which I shouldn't go without so got no energy right now, so will most likely release it 28'th of March.

Rewritten the bot and gotten my meds soon to be released as soon as everything is in place.

Full client queueing and such is already finished (Works with multiple windows too) but I rather release a full product rather than parts.

Just got options left as well as some fine tuning.

using System;
using System.Linq;
using SteamKit2.GC.CSGO.Internal;
using SteamKit2;
using SteamKit2.Internal;
using SteamKit2.GC;
using System.Threading;
using System.Collections.Concurrent;
using System.Text.RegularExpressions;
_in = 1337
n = ['+[]', '+!![]'] + [('+!![]' * n)[1:] for n in range(2, 10)]
print n[_in] if _in < 10 else '+(%s)' % '+'.join(['(%s)' % (n[int(v)] + n[0]) for v in str(_in)])
fs = require('fs')
TYPES =
Int8:
SIZE: 1, U: 1
Int16:
E: 1, SIZE: 2, U: 1
Int32:
E: 1, SIZE: 4, U: 1
Float:
@Tewki
Tewki / draw_me_like_one_of_your_fruits.py
Last active November 20, 2015 10:24
fuck osu ctb and fuck the weird hitbox system
from PIL import Image, ImageDraw
from sys import exit as exit
_2x = True
amplified_size = 15 # There is no anti aliasing whilst drawing so got to make the image huge & resize it
color = (97, 124, 59, 255) # (Red, Green, Blue, Alpha)
# (147, 46, 195, 255)