View prismarine2snbt.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import fs from "node:fs"; | |
const data = JSON.parse(fs.readFileSync("dimensioncodec.json", "utf-8")); | |
let minified = JSON.stringify(data); | |
function replaceType(regex, replacement) { | |
minified = minified.replace(regex, "$1" + replacement); | |
} | |
function formatFloat(_, match) { |
View bashrc.bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# ~/.bashrc | |
# | |
# If not running interactively, don't do anything | |
[[ $- != *i* ]] && return | |
alias ls='ls -lhA --color=auto' | |
export PATH="$PATH:$HOME/bin" |
View jimp.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- request.js 1985-10-26 11:15:00.000000000 +0300 | |
+++ node_modules/@jimp/core/dist/request.js 2021-04-16 19:00:04.976882455 +0300 | |
@@ -6,9 +6,35 @@ | |
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); | |
-function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } | |
+function ownKeys(object, enumerableOnly) { | |
+ var keys = Object.keys(object); | |
+ if (Object.getOwnPropertySymbols) { |
View temporary-email-address-domains
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0-mail.com | |
0815.ru | |
0clickemail.com | |
0wnd.net | |
0wnd.org | |
10minutemail.com | |
20minutemail.com | |
2prong.com | |
30minutemail.com | |
3d-painting.com |