Skip to content

Instantly share code, notes, and snippets.

View PaulMiami's full-sized avatar

Paul Biccherai PaulMiami

View GitHub Profile
@jamiephan
jamiephan / README.md
Last active July 17, 2025 11:44
A script to automatically add ALL items to your account in quixel

Script to add all items from quixel

As quixel is being removed, all items are free to aquire. This script is to automate the process to add items to your account (As of writing, a total of 18874 items)

Note: This script only tested in the latest version of Chrome.

How to use

  1. Copy the script from below (run.js)
  2. Login into https://quixel.com
@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active July 14, 2025 09:28
Building a react native app in WSL2
@so0k
so0k / kubectl.md
Last active February 4, 2025 17:16
Playing with kubectl output

Kubectl output options

Let's look at some basic kubectl output options.

Our intention is to list nodes (with their AWS InstanceId) and Pods (sorted by node).

We can start with:

kubectl get no