Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
from collections import OrderedDict
from pprint import pprint
from struct import unpack
import io
import os
def read_byte(data):
return data.read(1)
@LeCoupa
LeCoupa / nodejs-cheatsheet.js
Last active September 24, 2025 16:35
Complete Node.js CheatSheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html