Skip to content

Instantly share code, notes, and snippets.

View lnstchtped's full-sized avatar

LnsTchTps lnstchtped

View GitHub Profile
@andrewmilson
andrewmilson / file-upload-multipart.go
Last active October 7, 2024 12:07
Golang multipart/form-data File Upload
package main
import (
"net/http"
"os"
"bytes"
"path"
"path/filepath"
"mime/multipart"
"io"
@amunchet
amunchet / noVNCCopyPasteProxmox.user.js
Last active November 16, 2024 18:02
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