Skip to content

Instantly share code, notes, and snippets.

View mraliscoder's full-sized avatar
😀
Is that all I wanted to say?

Eduard Ilin mraliscoder

😀
Is that all I wanted to say?
View GitHub Profile
const TAU = 2 * Math.PI;
const EPSILON = 1e-3;
const skinLayout = [
{
head: [
{
l: { x: 16, y: 8, w: 8, h: 8 },
r: { x: 0, y: 8, w: 8, h: 8 },
u: { x: 8, y: 0, w: 8, h: 8 },
@mraliscoder
mraliscoder / script.js
Created June 17, 2022 04:44
Script for adding someone's audio to one playlist (VK)
/*
1. Open VK page like https://vk.com/audios<ID>
2. Scroll down to load all music
3. Press F12
4. Paste this code to Console
5. Press Enter
6. Wait.
Do not interact with tab!!
Tested on Google Chrome
@mraliscoder
mraliscoder / index.html
Created November 16, 2020 14:28
Minecraft colored text generator
<div class="container">
<div class="tools">
<div class="colors">
<button data-color="0" class="bg-1">&amp;0</button>
<button data-color="1" class="bg-2">&amp;1</button>
<button data-color="2" class="bg-3">&amp;2</button>
<button data-color="3" class="bg-4">&amp;3</button>
<button data-color="4" class="bg-5">&amp;4</button>
<button data-color="5" class="bg-6">&amp;5</button>
<button data-color="6" class="bg-7">&amp;6</button>