Skip to content

Instantly share code, notes, and snippets.

View devshades-au's full-sized avatar

Devshades devshades-au

View GitHub Profile
@rvrsh3ll
rvrsh3ll / windows-keys.md
Created February 18, 2024 22:44
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@glorydkim
glorydkim / Resume.md
Last active November 16, 2017 22:37

Glory D. Kim

[email protected] | (424) 283-2178

Experience

Web Developer Upwork

Oct 2017 - Present

Web development using HTML5, CSS, JavaScript; WordPress Conversions

@SirRobo
SirRobo / GUI Login Application - Heavily Commented.py
Created January 14, 2017 22:28
GUI Login Application made on my YouTube channel.
from tkinter import *
import os
creds = 'tempfile.temp' # This just sets the variable creds to 'tempfile.temp'
def Signup(): # This is the signup definition,
global pwordE # These globals just make the variables global to the entire script, meaning any definition can use them
global nameE
global roots