Skip to content

Instantly share code, notes, and snippets.

View jim-mckeown's full-sized avatar

Jim McKeown jim-mckeown

  • Bangkok
View GitHub Profile
@jim-mckeown
jim-mckeown / TextCommandServer.py
Last active July 2, 2023 06:21
Text command line processor
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Thu Jun 29 14:56:17 2023
@author: jmckeown
"""
import socket
import generator # external custom class
@jim-mckeown
jim-mckeown / index.html
Created June 22, 2023 02:54 — forked from MidnightLightning/index.html
A local file to generate complex passwords based on a more user-friendly seed
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Password-generating sidebar</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="content-style-type" content="text/css" />
<style type="text/css">
body { font-size:10pt; }