Skip to content
View jscul's full-sized avatar

Block or report jscul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jscul/README.md

Hello there!

SKILLS

Python3 JavaScript PostgreSQL Linux Docker

RANDOM LINKS 🔗

PORTFOLIOS I LIKE

VIDEOS I LIKE

UTILS

Hardware

  • s-tui: Ubuntu tool for monitoring CPU usage and temperatures (can install stress to stress test as well)
  • systemctl reboot --firmware-setup: Boot into UEFI.

Python venv

  • python3 -m venv env && source env/bin/activate && pip install -r requirements.txt

Misc

  • rsync -a -P ./*/ /home/jscul/test: merge 2 directories

  • ffmpeg -framerate 1 -i %d.png -c:v libx264 -r 1 -pix_fmt yuv420p out.mp4: join images to mp4

Pinned Loading

  1. jscul jscul Public

    A collection of things I don't want to lose.

    Python 1

  2. Downloads All Images on Page Downloads All Images on Page
    1
    (async () => {
    2
    	const QUERY_SELECTOR = "img";
    3
    
                  
    4
    	// ! get image blobs
    5
    	let blobs = [...document.querySelectorAll(QUERY_SELECTOR)].map(