Skip to content

Instantly share code, notes, and snippets.

View ericbfriday's full-sized avatar

Eric Friday ericbfriday

  • NMDP
  • Minneapolis, MN
View GitHub Profile
@sotayamashita
sotayamashita / claude_desktop_config.json
Created May 22, 2025 09:00
How to Run DeepWiki MCP Server on Claude Desktop for Volta Users
{
"mcpServers": {
"deepwiki": {
"command": "<TODO: Replace with output from `which -a npx` (use the Volta path)>",
"args": [
"-y",
"mcp-remote",
"https://mcp.deepwiki.com/sse"
]
}
@leehanchung
leehanchung / cli.mjs
Last active October 18, 2025 23:13
formatted claude code cli.mjs
This file has been truncated, but you can view the full file.
#!/usr/bin/env -S node --no-warnings=ExperimentalWarning --enable-source-maps
// Claude Code is a Beta product per Anthropic's Commercial Terms of Service.
// By using Claude Code, you agree that all code acceptance or rejection decisions you make,
// and the associated conversations in context, constitute Feedback under Anthropic's Commercial Terms,
// and may be used to improve Anthropic's products, including training models.
// You are responsible for reviewing any code suggestions before use.
// (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms).
@jeniferirwin
jeniferirwin / gist:1763faaeab91da1b098d978169af2d69
Last active June 6, 2024 03:05
PuTTY-like Numpad/Keypad Mapping for Windows Terminal 1.16 (written specifically for TinTin++ compatibility)
# I wrote these mappings when I wanted to migrate from using PuTTY to using
# Windows Terminal. Originally, all of my TinTin++ numpad macros were broken
# because the numpad acts differently in WT by default. These remappings
# make the keypad act like it did in PuTTY.
#
# This has only been tested for TinTin++. I don't really use the keypad in other
# programs, so I don't know if this breaks the functionality elsewhere.
#
# In Windows Terminal, open the Settings tab. In the lower left, you
# can 'Open JSON File'. Add the following lines to the 'actions' section.
@cbrgm
cbrgm / mangosd.conf
Last active October 3, 2024 03:18
cmangos config
#####################################
# MaNGOS Configuration file #
#####################################
[MangosdConf]
ConfVersion=2019020601
###################################################################################################################
# CONNECTIONS AND DIRECTORIES
#
@matthewzring
matthewzring / markdown-text-101.md
Last active November 7, 2025 19:21
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

What this guide covers:

@michaellihs
michaellihs / tmux-cheat-sheet.md
Last active November 9, 2025 15:25
tmux Cheat Sheet
@pboardman
pboardman / cmangos_commands.csv
Last active October 7, 2025 06:37
cmangos server commands
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 15 columns, instead of 3 in line 5.
Command,Account level,Syntax,,,,,,,,,,,,
account',0',Syntax: .account\r\n\r\nDisplay the access level of your account.',,,,,,,,,,,,
account characters',3',Syntax: .account characters [#accountId|$accountName]\r\n\r\nDisplays a list of all characters for an account either by provided #accountId or $accountName,or the account of a selected player.',,,,,,,,,,,
account set addon',3',Syntax: .account set addon [#accountId|$accountName] #addon\r\n\r\nSet the allowed expansion for a given account ID,username or selected characters account. Allowed values are 0 for vanilla,1 for The Burning Crusade,and 2 for Wrath of the Lich King.',,,,,,,,,
additem',3',Syntax: .additem #itemid/[#itemname]/#shift-click-item-link #itemcountAdds the specified number of items of id #itemid (or exact (!) name $itemname in brackets,or link created by shift-click at item in inventory or recipe) to your or selected character inventory. If #itemcount is omitted,only one item will be added..',,,,,,,,,,
account lock',0',Syntax: .account lock [
@robmint
robmint / inform7-cheatsheet.md
Last active September 30, 2023 01:47
Inform 7 cheatsheet

Global values - values that vary

Start is a room. "You are at the start of the game. [if the era is the past] In the past[otherwise] In the present[end if]."
The time machine is a thing in the start.
Instead of examining the time machine:
	say "You feel your mind drifting...";
	now the era is the past.

Openable things that change when you open them

@aras-p
aras-p / preprocessor_fun.h
Last active November 16, 2025 17:39
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,