Skip to content

Instantly share code, notes, and snippets.

View F4Jonatas's full-sized avatar

Jonatas Peclat F4Jonatas

View GitHub Profile
@F4Jonatas
F4Jonatas / printt.py
Last active August 9, 2025 13:44
<%Python Printing Template%>
# -*- coding: utf-8 -*
# LICENSE
# Apache License 2.0
import re
import types
from typing import Pattern as regex
@Tim-S
Tim-S / wsClient.html
Last active November 3, 2024 04:13
Simple PowerShell Websocket server
<!DOCTYPE html>
<meta charset="utf-8" />
<title>WebSocket Test</title>
<script language="javascript" type="text/javascript">
var wsUri = "ws://localhost:5001/";
var output;
function init() {
output = document.getElementById("output");