- Spaceship Battle
- Interitus
- Murta
- NextGen
- Coral Reef 2
- Desert Sanctuary
- Facility
- Limbo II
This file contains hidden or 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
// Benchmark #1 - `isbot` tests | |
// | |
// Relevant issues: | |
// - https://github.com/oven-sh/bun/issues/5197 | |
// Relevant credit: | |
// - https://github.com/strager for writing this benchmark | |
// - https://www.npmjs.com/package/isbot for `isbot` | |
import { run, bench } from "mitata"; | |
import { gunzipSync } from "node:zlib"; |
This file contains hidden or 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 commonjs from '@rollup/plugin-commonjs' | |
import { nodeResolve } from '@rollup/plugin-node-resolve' | |
import json from '@rollup/plugin-json' | |
import dynamicImportVars from '@rollup/plugin-dynamic-import-vars' | |
import copyAssets from 'rollup-plugin-copy-imported-assets' | |
import nodePolyfills from 'rollup-plugin-node-polyfills' | |
import nodeGlobals from 'rollup-plugin-node-globals' | |
// https://rollupjs.org/guide/en/#configuration-files | |
export default { |
This file contains hidden or 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
// A Worker that uses async HTMLRewriter. | |
// | |
// In this example, each `img` tag in the HTML body is fetch'd | |
// on the edge to check if it exists. If the image returns a | |
// non-200 response, rewrite the `src` attribute to use the | |
// latest snapshot from the Internet Archive. (https://archive.org) | |
addEventListener('fetch', event => { | |
event.respondWith(fetchWithImageFix(event.request)) | |
}) |
This file contains hidden or 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
language.name=English | |
language.region=US | |
language.code=en_US | |
gui.done=Done | |
gui.cancel=Cancel | |
gui.back=Back | |
gui.toMenu=Back to title screen | |
gui.up=Up | |
gui.down=Down |
This file contains hidden or 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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Diagnostics; | |
using System.Net; | |
using HtmlAgilityPack; | |
namespace ConsoleApplication1 { |
This file contains hidden or 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
<?xml version="1.0"?> | |
<map proto="1.3.3"> | |
<include src="tutorial.xml"/> | |
<name>Beauty to Ashes</name> | |
<version>1.0</version> | |
<objective>Destroy the enemy's monument and leak their core!</objective> | |
<authors> | |
<author>artur1197</author> | |
<author>roro28gutier</author> | |
<author>Puyi2912</author> |
This file contains hidden or 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
<?xml version="1.0"?> | |
<map proto="1.3.3"> | |
<name>CTF</name> | |
<version>0.1</version> | |
<objective>Capture the other team's flag and return it to your base!</objective> | |
<authors> | |
<author>ElectroidFilms</author> | |
</authors> | |
<teams> | |
<team color="dark red" max="8" max-overfill="12">Red Team</team> |
This file contains hidden or 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
<kits> | |
<kit name="obs"> | |
<potion duration="oo" ambient="true">night vision</potion> | |
</kit> | |
<kit name="teams"> | |
<item slot="0" damage="-3000">stone sword</item> | |
<item slot="1" damage="-3000" enchantment="arrow infinite">bow</item> | |
<item slot="2" damage="-3000">iron pickaxe</item> | |
<item slot="3" damage="-3000">iron axe</item> | |
<item slot="4" amount="64">wood</item> |
This file contains hidden or 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
<?xml version="1.0"?> | |
<map proto="1.3.2"> | |
<name>The Factory</name> | |
<version>0.1.1</version> | |
<objective>The attackers must destroy the endstone and packed ice monuments. The defenders must stop them before 25 minutes runs out.</objective> | |
<authors> | |
<author>ElectroidFilms</author> | |
</authors> | |
<teams> | |
<team color="dark red" max="36" max-overfill="40">Attackers</team> |
NewerOlder