Skip to content

Instantly share code, notes, and snippets.

@GameDungeon
GameDungeon / latex.json
Created September 11, 2024 00:53
A mostly complete recreation of https://github.com/gillescastel/latex-snippets/ in vscode snippet syntax
{
"Begin/End": {
"prefix": ["beg"],
"body": ["\\begin{$1}", " $0", "\\end{$1}"]
},
"ldots": {
"prefix": ["..."],
"body": ["\\ldots"]
},
"Table environment": {
@GameDungeon
GameDungeon / cosmoteer_save_tools.py
Last active January 28, 2024 19:10
For Decoding and Encoding cosmoteer ships
# Copyright 2023 GameDungeon
# 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 furnished to do so, subject to the following conditions:
# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
# FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION