mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
relicense everything under CC0-1.0 or Unlicense, add SPDX ID
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
# The video game Baldi's Basics Plus is created by Basically Games
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Unlicense
|
||||
# License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
# SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
|
||||
from dotenv import load_dotenv
|
||||
from os import environ, listdir, makedirs
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
# generate_C_lang_token.py
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Unlicense
|
||||
# License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
# SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
|
||||
from random import choice
|
||||
from string import ascii_lowercase, ascii_uppercase, digits
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
# TODO: Add interactive mode
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Unlicense
|
||||
# License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
# SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
|
||||
from datetime import datetime
|
||||
from difflib import unified_diff
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
# ASCII_to_CJK.py
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Unlicense
|
||||
# License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
# SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
|
||||
ASCII_to_CJK = {
|
||||
" ": "\u3000",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# base64_text_decode.py
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Unlicense
|
||||
# License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
# SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
|
||||
print(__import__("base64").b64decode(input()).decode())
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
# get_unix_epoch_seconds.py
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Unlicense
|
||||
# License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
# SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
|
||||
print(__import__("math").floor(__import__("datetime").datetime.now().\
|
||||
timestamp()))
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
# year_2038_bug.py
|
||||
#
|
||||
# Author: Intel A80486DX2-66
|
||||
# License: Unlicense
|
||||
# License: Creative Commons Zero 1.0 Universal or Unlicense
|
||||
# SPDX-License-Identifier: CC0-1.0 OR Unlicense
|
||||
|
||||
from ctypes import c_int, sizeof
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
Reference in New Issue
Block a user