Instantly share code, notes, and snippets.
Discover gists
JLChnToZ /How to play ASCII-Art Star Wars offline.md
CreatedJune 17, 2020 16:12
Following will teach you how to play the "easter-egg" (which actually isn't, but many people describe this as an easter egg) of ASCII-Art Star Wars (or Star Wars in terminal/telnet, whatever), the one you normally starts like this:
$ telnet towel.blinkenlights.nl
- Before you start, ensureNode.js is installed.
- Navigate towww.asciimation.co.nz, the original home of that ASCII-Art Star Wars.
- Press F12 to open developer tools.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
// Tailwind colors for Flexoki theme by Steph Ango. https://stephango.com/flexoki | |
constcolors={ | |
base:{ | |
black:'#100F0F', | |
950:'#1C1B1A', | |
900:'#282726', | |
850:'#343331', | |
800:'#403E3C', | |
700:'#575653', |
aashari /00 - Cursor AI Prompting Rules.md
Last activeJuly 18, 2025 21:45
Cursor AI Prompting Rules - This gist provides structured prompting rules for optimizing Cursor AI interactions. It includes three key files to streamline AI behavior for different tasks.kieranklaassen /cc.md
CreatedJuly 15, 2025 22:38
jborean93 /winrm_decrypt.py
Last activeJuly 18, 2025 21:41
A script that can be used to decrypt WinRM exchanges using NTLM over http This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# PYTHON_ARGCOMPLETE_OK | |
# Copyright: (c) 2020 Jordan Borean (@jborean93) <jborean93@gmail.com> | |
# MIT License (see LICENSE or https://opensource.org/licenses/MIT) | |
""" | |
ScriptthatcanreadaWiresharkcapture .pcapngforaWinRMexchangeanddecryptthemessages.Currentlyonlysupports | |
exchangesthatwereauthenticatedwithNTLM.ThisisreallyaPOC,alotofthingsaremissinglikeNTLMv1support, |
I was mainly interested in finding out how to change pad colours.
There wasthis Github repo detailing some SysEx messages for Minilab 2, but that didn't work for Minilab 3.
In the end I downloaded the DAW integration scripts from theResources page anddecompiled the Bitwig Java classes (you need to unzip the .bwextension file). That gave me the coveted secret SysEx commands :)
NewerOlder