Skip to content

Instantly share code, notes, and snippets.

View xfwil's full-sized avatar
💭
I may be slow to respond.

wil xfwil

💭
I may be slow to respond.
View GitHub Profile
@xfwil
xfwil / evm_cex.csv
Created January 7, 2025 09:04
CEX Addresses EVM
address cex_name distinct_name
0x3f5ce5fbfe3e9af3971dd833d26ba9b5c936f0be Binance Binance 1
0xd551234ae421e3bcba99a0da6d736074f22192ff Binance Binance 2
0x564286362092d8e7936f0549571a803b203aaced Binance Binance 3
0x0681d8db095565fe8a346fa0277bffde9c0edbbf Binance Binance 4
0xfe9e8709d3215310075d67e3ed32a380ccf451c8 Binance Binance 5
0x4e9ce36e442e55ecd9025b9a6e0d88485d628a67 Binance Binance 6
0xbe0eb53f46cd790cd13851d5eff43d12404d33e8 Binance Binance 7
0xf977814e90da44bfa03b6295a0616a897441acec Binance Binance 8
0x001866ae5b3de6caa5a51543fd9fb64f524f5478 Binance Binance 9
@xfwil
xfwil / index.js
Created December 12, 2024 12:54
TailwindCSS Center Easily
export default function Home() {
return (
<div className="md:container md:mx-auto px-4">
<div className="flex flex-col items-center justify-center h-screen">
<h1 className="text-4xl font-bold">Hello World</h1>
</div>
</div>
);
}
@xfwil
xfwil / README.md
Created November 2, 2024 11:10
ZIP Cheatsheet on Linux

Installation

apt install zip

Add files to new zip file / Create a new zip file

zip <namezip> ..files