Skip to content

Instantly share code, notes, and snippets.

View mafis's full-sized avatar
🏠
Working from home

Maximilian Fischer mafis

🏠
Working from home
View GitHub Profile
@mygrexit
mygrexit / claude-code-on-unraid.md
Last active April 17, 2026 11:00
Claude Code on Unraid - Docker installer with interactive setup

Claude Code on Unraid

Run Claude Code (Anthropic's official CLI) in a Docker container on your Unraid server.


Disclaimer

This installer was vibe-coded and works on my setup. It has not been tested on every possible Unraid configuration. Use it at your own risk. You are fully responsible for what you install, what volumes you mount, and what permissions you give Claude. Review the generated docker-compose.yml before running it. No warranty, no guarantees, no support obligation. >

@davidfowl
davidfowl / dotnetlayout.md
Last active April 25, 2026 13:40
.NET project structure
$/
  artifacts/
  build/
  docs/
  lib/
  packages/
  samples/
  src/
 tests/
@jmangelo
jmangelo / UnitTest.snippet
Created October 9, 2009 21:29
Visual Studio 2008 Code Snippet for creating a NUnit test method.
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2008/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>Unit Test</Title>
<Author>João Angelo</Author>
<Description>Inserts a NUnit test method.</Description>
<Shortcut>ut</Shortcut>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>