Skip to content

Instantly share code, notes, and snippets.

@erikw
erikw / snp
Last active April 4, 2025 13:36
snp: Wrap shell command in BTRFS snapper pre-post snapshots and log outputs.
#!/usr/bin/env bash
# Runs a command wrapped in btrfs snapper pre-post snapshots.
# Usage: $ snp <commands>
# e.g.: $ snp pacman -Syyu
# Requirements: snapper (https://wiki.archlinux.org/title/snapper)
# The latest version of this script is hosted at https://gist.github.com/erikw/5229436
log_path="/var/local/log/snp"
date=$(date "+%Y-%m-%d-%H%M%S")
log_file="${log_path}/snp_${date}.log"
@AdamISZ
AdamISZ / challenges.md
Last active April 4, 2025 13:35
Challenges (bitcoin, script, keys, crypto etc.)

(parentheses + italics = commentary, questions on how these challenges are structured. obviously not intended to be in the text for the students.)

Challenge 1: The fees are all mine(d) (3/10)

(This challenge is focused on not needing any coding skills and just discussing/knowing basic bitcoin mechanisms)

Tx number Fee /sats Weight Standard? Consensus valid? Spends from
1 58M 3.6M ✔️ ✔️ 4
void multisigNativeScript_stakeKeyRegistration() throws CborSerializationException {
Policy policy = PolicyUtil.createMultiSigScriptAllPolicy("staking-scripts", 2);
var scriptAddress = AddressProvider.getBaseAddress(policy.getPolicyScript(), policy.getPolicyScript(),
Networks.testnet());
var scriptStakeAddess = AddressProvider.getRewardAddress(policy.getPolicyScript(), Networks.testnet());
System.out.println("Base Address: " + scriptAddress.toBech32());
System.out.printf("Script Stake Address: " + scriptStakeAddess.toBech32());
@cloudydaiyz
cloudydaiyz / web-vitals.spec.ts
Last active April 4, 2025 13:33
Using the web-vitals library in playwright browsers
import { test, expect } from "@playwright/test";
import type * as webVitals from 'web-vitals';
declare global {
interface Window {
webVitals: typeof webVitals;
validateMetric: (name: string, good: boolean) => void;
}
}
@jlia0
jlia0 / agent loop
Last active April 4, 2025 13:32
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@redism
redism / kr_won_to_backquote.sh
Created April 26, 2017 16:20
macOS Sierra에서 원화(₩) 대신 백 쿼트(`) 입력하기
#!/bin/bash
if [ -f ~/Library/KeyBindings/DefaultkeyBinding.dict ]; then
echo "~/Library/KeyBindings/DefaultkeyBinding.dict already exists"
exit -1
fi
mkdir -p ~/Library/KeyBindings
cat << EOF > ~/Library/KeyBindings/DefaultkeyBinding.dict
{
"₩" = ("insertText:", "\`");
@sunmeat
sunmeat / index.html
Last active April 4, 2025 13:35
var javascript usage example
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
@balloob
balloob / config_flow.py
Created October 16, 2019 21:04
Config flow to link Home Assistant with Home Assistant
"""Config flow to connect with Home Assistant."""
import logging
import voluptuous as vol
from homeassistant.helpers import config_entry_oauth2_flow
from .const import DOMAIN
@kwah094
kwah094 / vmware.md
Created April 4, 2025 13:26 — forked from ayebrian/vmware.md
VMware ESXi 8 / vCenter 8 / Workstation 17 license key 2024
import torch
import genesis as gs
########################## init ##########################
gs.init(backend=gs.gpu)
########################## create a scene ##########################
scene = gs.Scene(
# using more substeps (2 insead of default 1) for more stable simulation drops FPS from 43M to 21.5M