A game played by a bunch of MCYTs. I wanted to draft up a written specification for the game so that I can implement it myself.
See, for example, Grian. (His videos should have links to all the other members.
# SPDX-License-Identifier: CC0-1.0 | |
# SPDX-FileCopyrightText: 2022 nfitzen <https://github.com/nfitzen> | |
# god, this is such a hack | |
# why, python | |
# likely works in CPython 3.7 and up... for now | |
# fix bpo-20886 pls | |
def __PYTHONSTARTUP_historyremove(): |
# SPDX-License-Identifier: MIT | |
# SPDX-FileNotice: The Expat/MIT variant is the one without the "next paragraph" parenthetical but with the "MIT License" header. | |
# Copyright (C) 2021 nfitzen <https://github.com/nfitzen> | |
# Note that this code is very basic and likely buggy, as with everything I | |
# write. Specifically, the help message is a bit weird and slightly inaccurate. | |
import functools | |
from typing import Any |
#!/usr/bin/env python3 | |
# SPDX-License-Identifier: MIT | |
# MIT License | |
# | |
# Copyright (C) 2015-2021 Rapptz and the discord.py contributors | |
# Copyright (C) 2021 nfitzen <https://github.com/nfitzen> | |
# | |
# Permission is hereby granted, free of charge, to any person | |
# obtaining a copy of this software and associated documentation files | |
# (the "Software"), to deal in the Software without restriction, |
#!/usr/bin/env python3 | |
# SPDX-License-Identifier: MIT | |
# MIT License | |
# | |
# Copyright (C) 2021 nfitzen <https://github.com/nfitzen> | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a | |
# copy of this software and associated documentation files | |
# (the "Software"), to deal in the Software without restriction, including | |
# without limitation the rights to use, copy, modify, merge, publish, |
"SPDX-License-Identifier: CC0-1.0 | |
"SPDX-FileCopyrightText: 2021 Nathaniel Fitzenrider <HTTPS://GITHUB.COM/NFITZEN> | |
Input "UTC Offset:",O | |
O:prgmTIUTIME:Ans->T | |
Input "Arbitrary const:",K | |
If K>=|-1 and K<=1:Then | |
T->R | |
Else | |
1|E10*fPart(TK/1|E10->R |
#!/usr/bin/env bash | |
# SPDX-License-Identifier: CC0-1.0 | |
# SPDX-FileCopyrightText: 2021 nfitzen <https://github.com/nfitzen> | |
# A Bash function that transforms a date string into Discord's Unix time format, and copies it. | |
# Requires xclip. Place in ~/.bash_aliases or any other Bash source. | |
function cpddate () { | |
if [ $# -eq 0 ]; then | |
>&2 echo "Not enough arguments provided." |
A game played by a bunch of MCYTs. I wanted to draft up a written specification for the game so that I can implement it myself.
See, for example, Grian. (His videos should have links to all the other members.
:: SPDX-License-Identifier: MIT | |
:: MIT License | |
:: | |
:: Copyright (C) 2021-2022 nfitzen <https://github.com/nfitzen> | |
:: | |
:: Permission is hereby granted, free of charge, to any person obtaining a copy | |
:: of this software and associated documentation files (the "Software"), to deal | |
:: in the Software without restriction, including without limitation the rights | |
:: to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
:: copies of the Software, and to permit persons to whom the Software is |
/* SPDX-License-Identifier: CC0-1.0 */ | |
/* SPDX-FileCopyrightText: 2021 nfitzen <https://anilist.co/nfitzen> */ | |
/* I have zero clue how to select every (4n+k)th element. */ | |
.markdown ol { | |
list-style-type: decimal; | |
} | |
.markdown ol ol { |
#!/usr/bin/env python3 | |
# SPDX-License-Identifier: MIT | |
# MIT License | |
# | |
# Copyright (C) 2021 Nathaniel Fitzenrider <https://github.com/nfitzen> | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a | |
# copy of this software and associated documentation files | |
# (the "Software"), to deal in the Software without restriction, including | |
# without limitation the rights to use, copy, modify, merge, publish, |