Skip to content

Instantly share code, notes, and snippets.

View PRO-2684's full-sized avatar
🪄
Making the world a better place

PRO PRO-2684

🪄
Making the world a better place
View GitHub Profile
@Barneybook
Barneybook / Telegram_it_group_list.md
Last active May 15, 2024 12:02
Telegram 資訊相關 群組清單
@ricealexander
ricealexander / emoji-list.md
Last active July 19, 2024 03:20 — forked from rxaviers/gist:7360908
Comprehensive list of GitHub-supported emojis
@ant1fact
ant1fact / install.sh
Created February 20, 2022 12:33
Install python3.10 as python on ubuntu 20.04
# Setup
sudo apt update && sudo apt upgrade -y
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa -y
# Python 3.10
sudo apt install python3.10
sudo apt install python3.10-dev
sudo apt install python3.10-distutils
sudo apt install python3.10-venv
@0xdevalias
0xdevalias / reverse-engineering-webpack-apps.md
Last active July 20, 2024 20:02
Some notes and techniques for reverse engineering Webpack (and a little bit about React/Vue/Angular) apps