Skip to content

Instantly share code, notes, and snippets.

import SwiftCompilerPlugin
import SwiftSyntax
import SwiftSyntaxBuilder
import SwiftSyntaxMacros
enum DebugLoggerError: CustomStringConvertible, Error {
case notCorrectType
var description: String {
@rkasigi
rkasigi / osx-random-string.txt
Last active December 28, 2024 16:43
OSX Generate Random String
openssl rand -base64 6
openssl rand -hex 4
openssl rand -base64 8 | md5 | head -c8;echo
openssl rand -base64 6
ping -c 1 yahoo.com |md5 | head -c8; echo
@bsa7
bsa7 / midnight commander cheatsheet.md
Last active April 18, 2025 09:25
midnight commander cheatseet

Navigational and basic hot keys

Notes:

CTRL-X + D - compare directories or files;

TAB or Ctrl-U is switching focus between left and right panel;