Skip to content

Instantly share code, notes, and snippets.

View smokingplaya's full-sized avatar

smokingplaya

View GitHub Profile
@ph4ge
ph4ge / openssl 1.1.1 - debian12.txt
Last active June 20, 2024 21:16
Debian 12/bookwork - install openssl 1.1.1 from source
Openssl 1.1.x on GNU/Debian 12
==============================
The following shows how to install openssl branch 1.1.x alongside debian default libssl3.
Some applications require to have:
- libssl.so.1.1
- libcrypto.so.1.1
Using the following allows one to not tamper with the system's default/setup,
@sn-0w
sn-0w / HollowRoundedRect.lua
Created October 2, 2023 23:53
This is a Hollow Rounded Rectangle for Garrysmod because i didnt find any online so i made my own.
local function rounded_rectangle(x, y, w, h, radius)
local polycount = 32
if polycount % 4 > 0 then
polycount = polycount + 4 - (polycount % 4)
end
local points, c, d, i = {}, {x + w / 2, y + h / 2}, {w / 2 - radius, radius - h / 2}, 0
while i < polycount do
@aidos-dev
aidos-dev / README.md
Last active April 22, 2026 06:08
How to connect Apple AirPods to Linux (Debian/Ubuntu/Mint)

How to connect Apple AirPods to Linux (Debian/Ubuntu/Mint)

Step 1.

Open your terminal.

In the root directory run the command:

sudo nano /etc/bluetooth/main.conf
@rxaviers
rxaviers / gist:7360908
Last active April 27, 2026 00:02
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue: