Skip to content

Instantly share code, notes, and snippets.

View lebed2045's full-sized avatar
👍
🗿

lebed2045

👍
🗿
View GitHub Profile
@MidSpike
MidSpike / readme.md
Last active February 5, 2024 18:09
CVE-2022-23812 | RIAEvangelist/node-ipc is malware / protest-ware
@zhongfu
zhongfu / README.md
Last active October 21, 2021 00:44
lobsterdao chat stats

how do I use this crap?

  • open up tdesktop (ie the Telegram desktop client)
  • go to your favorite group
  • export all messages as json -- you can skip all media
  • head to wherever tdesktop downloaded it to -- maybe Downloads/ChatExport_yyyy-mm-dd/
  • run generate.py there
  • optionally: weep a little
@jokecamp
jokecamp / package.json
Last active July 6, 2020 13:50
Demo for Passport.js authentication in a Node.js Express application
{
"name": "securehelloworld",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
@kevincennis
kevincennis / v8.md
Last active July 3, 2024 18:15
V8 Installation and d8 shell usage

Installing V8 on a Mac

Prerequisites

  • Install Xcode (Avaliable on the Mac App Store)
  • Install Xcode Command Line Tools (Preferences > Downloads)
  • Install depot_tools
    • $ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
    • $ nano ~/.zshrc
    • Add path=('/path/to/depot_tools' $path)