Skip to content

Instantly share code, notes, and snippets.

View PiotrSokol's full-sized avatar

Piotr Sokol PiotrSokol

  • Stony Brook
View GitHub Profile
@PiotrSokol
PiotrSokol / build_sioyek.sh
Created May 5, 2024 10:47 — forked from FliiFe/build_sioyek.sh
An almost self-contained bash script that builds sioyek from scratch
#!/usr/bin/env bash
COLOR='\033[1;32m'
NC='\033[0m' # No Color
log() {
echo -e "${COLOR}#" $@ "${NC}"
}
WD=$(mktemp -d)
@PiotrSokol
PiotrSokol / visa.py
Created April 17, 2023 19:43 — forked from yaojialyu/visa.py
ais usvisa reschedule
# -*- coding: utf8 -*-
import time
import json
import random
import platform
from datetime import datetime
import requests
from selenium import webdriver
@PiotrSokol
PiotrSokol / synthwaveglow.md
Created February 11, 2020 05:13 — forked from sbinlondon/synthwaveglow.md
Get the synth wave glow theme working for VS Code on Mac

Get the synth wave glow working for VS Code on Mac

These notes are pretty much the same steps as the two extensions list, it's just that I had to collate them together because neither seems to list it fully in the proper order.

  1. Install Synthwave ’84/Synthwave + Fluoromachine theme on VS Code (I used the Fluoromachine one)

  2. Install Custom CSS and JS Loader

  3. Command + Shift + P to open command palette > "Preferences: Open settings (JSON)"