Skip to content

Instantly share code, notes, and snippets.

View GordonFeetman0's full-sized avatar

Gordon Feetman GordonFeetman0

View GitHub Profile
@VVispy
VVispy / Windows Guide.md
Last active July 6, 2025 09:21
Windows Guide

Windows Guide Windows LogoMassgrave Logo

Note

GAC (General Availability Channel) are non-LTSC (Long Term Service Channel) editions.

Recommended Editions

  • Windows 11 Enterprise - If you like Windows 11 features and its UI.

Win 11 GAC Download

@ckunte
ckunte / mycip.py
Created February 8, 2011 17:17
Make your own cipher and use it to generate your custom password.
#!/usr/bin/env python
# encoding: utf-8
"""
Make your own cipher and use it to
generate your custom password.
1. Think of a phrase that you love.
2. Encode it with your custom cipher.
3. Use it as your password.