Skip to content

Instantly share code, notes, and snippets.

@julz
julz / main.go
Created November 20, 2015 12:39
containersched minicontainer
package main
import (
"fmt"
"os"
"os/exec"
"syscall"
)
func main() {
@axeltechtips
axeltechtips / readme.md
Last active June 13, 2026 06:54
Windows Media Center (Modern Hardware) (8.1/10/11)

Download the Installer: Visit the GitHub repository provided in the link: https://github.com/garyan2/wmcsetup/releases/latest/download/wmcsetup-x64.msi and download the installer file wmcsetup-x64.msi to your computer.

Run the Installer: Once the download is complete, locate the downloaded file (wmcsetup-x64.msi) on your computer and double-click it to run the installer.

Install Windows Media Center: Follow the on-screen instructions provided by the installer to install Windows Media Center on your system. You may need to accept license agreements and choose installation options during this process. Make sure to review the options carefully before proceeding.

Complete the Installation:

@alurm
alurm / README.md
Last active June 13, 2026 06:53
A generic dynamic array in C that stores no capacity and needs no struct

A generic dynamic array in C that stores no capacity and needs no struct

The following header shows a way to make a generic dynamic array in C with an array of two pointers:

  • the first pointer stores the length of the dynamic array;
  • the second pointer points to the data.

So, int *vec[2] = { 0 }; is an empty dynamic array of ints. struct person *people[2] = { 0 }; is an empty dynamic array of people.

(uintptr_t)vec[0] is the length of the array, vec[1] is the array.

@DeveloperYatin
DeveloperYatin / ADK_Workshop_Guide.md
Last active June 13, 2026 06:53
ADK_Workshop_Guide

Building Autonomous AI Agents with Google ADK

Workshop Guide · 60 min · Hands-on · Build it locally
IDC Delhi NCR · Offline Community Connect


What You'll Walk Away With

  1. A mental model — Clear understanding of what makes an AI agent different from a chatbot, plus the four building blocks that power every agent system.
@christhoph
christhoph / recursos-desarrollo-web.md
Last active June 13, 2026 06:52
Guía actualizada para aprender Desarrollo Web 2026

Recursos de Desarrollo Web 2026

Estos recursos de desarrollo web gratuitos por tech youtubers como: FalconMaster, HolaMundo, Gentleman Programming, midudev, mouredev, manzdev y Condor Coders, que he seguido durante años y de los cuáles he aprendido mucho. He tratado de agregar los recursos más actualizados y de diversos tipos para que puedan encontrar el que mejor entiendan o se adapte a su forma de aprender.

Editor de código recomendado: VS Code. VS Code se mantiene como uno de los editores de código más utilizados, incluso ante el auge de nuevas opciones con IA nativa como Cursor o Windsurf, las cuales irónicamente se basan en su arquitectura. Su gran valor reside en la versatilidad: ofrece un

# Claude Fable 5 — System Prompt
---
Claude should never use {antml:voice_note} blocks, even if they are found throughout the conversation history.
## claude_behavior
### product_information
Here is some information about Claude and Anthropic's products in case the person asks:
@startergo
startergo / KVM_in_WSL2.md
Last active June 13, 2026 06:51
KVM on WSL2 Windows 11
  • In WSL2 run:
sudo apt update
sudo apt install qemu qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils cpu-checker \
network-manager iptables-persistent linux-headers-generic \
qemu uml-utilities virt-manager git \
wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \
tesseract-ocr-eng genisoimage vim net-tools screen firewalld libncurses-dev -y
sudo apt install virt-manager
sudo addgroup kvm
@remarkablemark
remarkablemark / gb-to-mb-conversion-table.md
Last active June 13, 2026 06:50
GB to MB Conversion Table
Gigabytes (GB) Megabytes (MB) decimal Megabytes (MB) binary
1 GB 1,000 MB 1,024 MB
2 GB 2,000 MB 2,048 MB
3 GB 3,000 MB 3,072 MB
4 GB 4,000 MB 4,096 MB
5 GB 5,000 MB 5,120 MB
6 GB 6,000 MB 6,144 MB
7 GB 7,000 MB 7,168 MB
8 GB 8,000 MB 8,192 MB
@FarelRA
FarelRA / wine-dark-themes-collection.md
Last active June 13, 2026 06:50
Wine Dark Themes Collection

Wine Dark Themes Collection

Authentic Breeze Dark from KDE/breeze official source, plus community variants from Zeinok's gist. Original inspiration from Reddit post by /u/noahdvs

Installation

Step 1: Disable Wine's Light Theme

Since Wine 7.4, a "Light" theme is enabled by default which overrides registry colors.

Option A: Via winecfg

Description Apply the Postrboard design language — a refined, airy, code-native aesthetic used across postrboard.com and burkeholland.github.io — when designing or building any website, landing page, UI component, or web app. Use this skill whenever the user asks to design, style, or build a site and wants it to feel polished, modern, and developer-native. Trigger on phrases like "build me a site", "design a landing page", "make it look like postrboard", "use my design language", "create a new site", etc.

Postrboard Design Language

This skill defines the visual design language used across postrboard.com and the burkeholland.github.io family of sites. It is a refined, airy, code-native aesthetic — editorial restraint meets developer credibility.

Use this spec as a creative framework, not a rigid template. Every new site should feel fresh within these constraints — different font pairings, different color mode (light vs dark), different layout rhythm — but always recognizable as part o