Skip to content

Instantly share code, notes, and snippets.

View Shkarlatov's full-sized avatar

Alexander Shkarlatov Shkarlatov

View GitHub Profile
@amunchet
amunchet / noVNCCopyPasteProxmox.user.js
Last active March 7, 2026 09:34
Copy/Paste for noVNC Proxmox
// ==UserScript==
// @name noVNC Paste for Proxmox
// @namespace http://tampermonkey.net/
// @version 0.2a
// @description Pastes text into a noVNC window (for use with Proxmox specifically)
// @author Chester Enright
// @match https://*
// @include /^.*novnc.*/
// @require http://code.jquery.com/jquery-3.3.1.min.js
// @grant none
@Zeinok
Zeinok / wine-breeze-dark-theme.md
Last active March 14, 2026 05:58
Breeze Dark theme for Wine

Made possible with this reddit post.

Install

wine regedit wine-breeze-dark.reg

Uninstall (Reset Wine color scheme)

wine regedit wine-reset-theme.reg

@mikernet
mikernet / MethodBindingExtension.cs
Last active July 2, 2024 08:56
Updated Ultimate WPF Method Binding Extension
// Updated Ultimate WPF Event Method Binding implementation by Mike Marynowski
// View the article here: http://www.singulink.com/CodeIndex/post/updated-ultimate-wpf-event-method-binding
// Licensed under the Code Project Open License: http://www.codeproject.com/info/cpol10.aspx
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;