mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
relicense: CC0 -> Unlicense
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# generate_C_lang_token.py
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Creative Commons Zero 1.0 Universal
|
||||
# License: Unlicense
|
||||
#
|
||||
# TODO: If the generated token starts with `__`, replace the first 2 characters
|
||||
# to a random [A-Za-z]{2,2} string
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# TODO: Add interactive mode
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Creative Commons Zero 1.0 Universal
|
||||
# License: Unlicense
|
||||
|
||||
from datetime import datetime
|
||||
from difflib import unified_diff
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# ASCII_to_CJK.py
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Creative Commons Zero 1.0 Universal
|
||||
# License: Unlicense
|
||||
|
||||
ASCII_to_CJK = {
|
||||
" ": "\u3000",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
# base64_text_decode.py
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Creative Commons Zero 1.0 Universal
|
||||
# License: Unlicense
|
||||
|
||||
print(__import__("base64").b64decode(input()).decode())
|
||||
|
||||
Reference in New Issue
Block a user