Skip to content

Instantly share code, notes, and snippets.

View siukalov's full-sized avatar
🎒
w

Anton Siukalov siukalov

🎒
w
View GitHub Profile
@siukalov
siukalov / index.html
Created September 14, 2021 12:22
Demo to show that Async/Await is non-blocking
<!DOCTYPE html>
<html lang="en">
<head>
<style>
html {
box-sizing: border-box;
}
*,
@siukalov
siukalov / cyberpunk2077_crafting.scpt
Created December 20, 2020 01:19
Automate cyberpunk 2077 crafting with Applescript and PlayStation remote play app
global ENTER_KEY_CODE, REPEAT_TIMES
set ENTER_KEY_CODE to 36
(* ↓ CHANGE THE AMOUNT FOR YOUR NEEDS *)
set TOTAL_CRAFTING_AMOUNT to 10
on focusRemotePlay()
tell application "RemotePlay" to activate
end focusRemotePlay
@siukalov
siukalov / .block
Last active April 17, 2019 19:06
horizontal bar chart
license: mit
@siukalov
siukalov / .block
Last active April 14, 2019 14:23
several circles
license: mit