Skip to content

Instantly share code, notes, and snippets.

@Jayman2000
Jayman2000 / COPYING.txt
Created August 15, 2022 11:36
Scripts I used to help me test a contribution that I’m making to msmtp: <https://marlam.de/msmtp/>
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
@Jayman2000
Jayman2000 / LICENSE.txt
Created September 13, 2022 18:39
godot-docs: PNG file sizes VS. WebP file sizes
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
@Jayman2000
Jayman2000 / build_log.txt
Last active March 20, 2023 11:33
A log used to report an issue with Xash 3D FWGS: <https://github.com/FWGS/xash3d-fwgs/issues/1300>
$ ./waf configure --64bit --enable-lto -T release
Setting top to : /hdd/home/jayman/VC/Not mine/xash3d-fwgs/engine
Setting out to : /hdd/home/jayman/VC/Not mine/xash3d-fwgs/engine/build
Build type : release
LTO build : yes
PolyOpt build : no
Checking for 'gcc' (C compiler) : gcc
Target OS : linux
Target CPU : x86_64
Target binfmt : elf
@Jayman2000
Jayman2000 / build_log_2.txt
Created August 9, 2023 21:35
A log used for a follow-up to a Xash3D FWGS bug report: <https://github.com/FWGS/xash3d-fwgs/issues/1300>
$ ./waf configure --64bit --enable-lto -T release
Setting top to : /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine
Setting out to : /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build
Build type : release
LTO build : yes
PolyOpt build : no
Checking for 'gcc' (C compiler) : gcc
Target OS : linux
Target CPU : x86_64
Target binfmt : elf
@Jayman2000
Jayman2000 / make ci.txt
Last active September 5, 2023 11:53
A log used to report an issue with resholve: <https://github.com/abathur/resholve/issues/97>
touch .local
Building ci.nix
these 19 derivations will be built:
/nix/store/32wnx1w89syk45i9r6y8cp7x5dlklrs0-testmod2-unresholved-unreleased.drv
/nix/store/4y4lbwjy7qiwnrjmq2snn7ri3jnsk3y3-testmod2-unresholved-unreleased-binlore.drv
/nix/store/86bfsa9bl94zmcm8angvkhrm2il1zbz3-more-binlore.drv
/nix/store/wkibki4v8rqrninfv171vj1y2l0fpsdl-resholve-0.9.0.drv
/nix/store/yizy6zfsamkjms86yv9racxwb8jy9ngs-more-binlore.drv
/nix/store/fi1v2k0c391p262bwl6xqb6w0w8rlaj0-testmod2-unreleased.drv
/nix/store/ck0x886z10933ch1wiz99whqjg6h570g-testmod2-unreleased-binlore.drv
@Jayman2000
Jayman2000 / make ci.txt
Created September 5, 2023 12:07
A log used to follow up on an issue with resholve: <https://github.com/abathur/resholve/issues/97>
$ make ci
Building ci.nix
these 19 derivations will be built:
/nix/store/q9dsxcrnaqsqfcikngyqqmymw6lwfwqd-testmod2-unresholved-unreleased.drv
/nix/store/35rwsqax386p5pn7v95phijhn82svpa9-testmod2-unresholved-unreleased-binlore.drv
/nix/store/7ijag87h8igx0ngfb3qdy6xxy3q8szbh-resholve-0.9.0.drv
/nix/store/v94i1h571y5g6jnmk0s3kcag9svhnzsp-more-binlore.drv
/nix/store/x76h59ab4bc4v135a8wnjgq7lswparxm-more-binlore.drv
/nix/store/44p62q6kwnyi1rqwihqwx5j7xzl4nsm6-testmod2-unreleased.drv
/nix/store/5cyskxlnbk1kzzy2lca4vfq2bi56pv1h-testmod1-unresholved-unreleased.drv
@Jayman2000
Jayman2000 / make update.txt
Last active September 5, 2023 17:28
A log used to report an issue with resholve: <https://github.com/abathur/resholve/issues/99>
$ make update
Sassing docs/manpage.css from docs/manpage.scss
Building manpage
Sassing docs/strings.css from docs/strings.scss
Wursting _resholve/strings.py from docs/strings.wwst
touch .local
Building ci.nix
these 19 derivations will be built:
/nix/store/chkvwixk9fh507xz1c4vdziqhc6839r8-testmod1-unresholved-unreleased.drv
/nix/store/62mcj11zmbig7mb8n1g4b17jkdw2vfw6-testmod1-unresholved-unreleased-binlore.drv
@Jayman2000
Jayman2000 / ez-resholve.sh
Last active September 22, 2023 13:06
A script to make it easier to use Git versions of resholve and binlore (<https://github.com/abathur/resholve> and <https://github.com/abathur/binlore>).
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p nix -p coreutils -p bash
# πŸ…­πŸ„1.0 This file is dedicated to the public domain using the CC0 1.0 Universal
# Public Domain Dedication <https://creativecommons.org/publicdomain/zero/1.0/>.
set -ue
function package_to_bin_dir
{
package="$*"
@Jayman2000
Jayman2000 / generate-msmtp-test.sh
Last active September 11, 2023 16:09
A script used to help test a resholve PR: <https://github.com/abathur/resholve/pull/103>
#!/usr/bin/env bash
# πŸ…­πŸ„1.0 This file is dedicated to the public domain using the CC0 1.0 Universal
# Public Domain Dedication <https://creativecommons.org/publicdomain/zero/1.0/>.
set -u
# Note: none of these variables should contain whitespace.
readonly file=/dev/null
readonly domain=jasonyundt.email
readonly name=foo
readonly email="$name@$domain"