Skip to content

Instantly share code, notes, and snippets.

@hugdru
hugdru / elf_format_cheatsheet.md
Created December 30, 2024 15:03 — forked from x0nu11byt3/elf_format_cheatsheet.md
ELF Format Cheatsheet

ELF Format Cheatsheet

Introduction

Executable and Linkable Format (ELF), is the default binary format on Linux-based systems.

ELF

Compilation

@hugdru
hugdru / mongoose+5.10.19.patch
Created February 12, 2021 10:40
mongoose patch workaround for esbuild and parcel - created and applied automatically by patch-package
diff --git a/node_modules/mongoose/lib/index.js b/node_modules/mongoose/lib/index.js
index 80a8ca5..cc3d2b4 100644
--- a/node_modules/mongoose/lib/index.js
+++ b/node_modules/mongoose/lib/index.js
@@ -4,16 +4,7 @@
* Module dependencies.
*/
-if (global.MONGOOSE_DRIVER_PATH) {
- const deprecationWarning = 'The `MONGOOSE_DRIVER_PATH` global property is ' +
@hugdru
hugdru / schema
Created April 26, 2019 16:30
schema
{
"type": "array",
"properties": {
"Category": {
"type": "string"
},
"Features": {
"Scale Out Architecture": {
"type": "string",
"enum": [