Skip to content

Instantly share code, notes, and snippets.

View edgarcnp's full-sized avatar
👨‍💻
The scope of my engineering genius literally knows no bound.

Edgar Christian edgarcnp

👨‍💻
The scope of my engineering genius literally knows no bound.
View GitHub Profile
@edgarcnp
edgarcnp / settings.json
Last active October 20, 2025 13:46
Zed Editor Config
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"agent": { // Check docs to enable this feature: https://zed.dev/docs.
{
"input": {
"blocklist": [],
"compressor#0": {
"attack": 15.0,
"boost-amount": 0.0,
"boost-threshold": -72.0,
"bypass": false,
"dry": -80.01,
"hpf-frequency": 10.0,
@apolloclark
apolloclark / Buffer Overflow Tutorial in Kali.md
Last active May 12, 2025 21:48
Buffer overflow demonstration in Kali Linux, based on the Computerphile video