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
package net.dugged.nessie; | |
import net.jafama.FastMath; | |
import org.lwjgl.BufferUtils; | |
import org.openjdk.jmh.annotations.Benchmark; | |
import org.openjdk.jmh.annotations.BenchmarkMode; | |
import org.openjdk.jmh.annotations.Mode; | |
import org.openjdk.jmh.annotations.OutputTimeUnit; | |
import org.openjdk.jmh.annotations.Param; | |
import org.openjdk.jmh.annotations.Scope; |
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
mc@Debian-101-buster-64-minimal:~/backups$ bup web :8090 | |
Serving HTTP on 0.0.0.0:8090... | |
Handling request for b'/' | |
fatal: git show-ref: bad ref refs/heads/survival (8c03f9045d38524f25596ec5b75c54d1ff5ef22e) | |
Uncaught exception GET / (totallylegit.ip.goes.here) | |
HTTPServerRequest(protocol='http', host='bismuth.be:8090', method='GET', uri='/', version='HTTP/1.1', remote_ip='totallylegit.ip.goes.here') | |
Traceback (most recent call last): | |
File "/usr/lib/python3/dist-packages/tornado/web.py", line 1788, in _execute | |
result = method(*self.path_args, **self.path_kwargs) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
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
mc@Debian-101-buster-64-minimal:~/backups$ bup ls | |
fatal: git show-ref: bad ref refs/heads/survival (8c03f9045d38524f25596ec5b75c54d1ff5ef22e) | |
Traceback (most recent call last): | |
File "/usr/lib/bup/bup/main.py", line 317, in run_module_cmd | |
import_and_run_main(module, args) | |
File "/usr/lib/bup/bup/main.py", line 282, in import_and_run_main | |
module.main(args) | |
File "/usr/lib/bup/bup/cmd/ls.py", line 14, in main | |
rc = ls.via_cmdline(argv[1:], out=out) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
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
public static final Item CAKE = registerBlock(new BlockItem(Blocks.CAKE, (new Item.Properties()).stacksTo(1))); | |
L923 | |
LINENUMBER 944 L923 | |
NEW net/minecraft/world/item/BlockItem | |
DUP | |
GETSTATIC net/minecraft/world/level/block/Blocks.CAKE : Lnet/minecraft/world/level/block/Block; | |
NEW net/minecraft/world/item/Item$Properties | |
DUP | |
INVOKESPECIAL net/minecraft/world/item/Item$Properties.<init> ()V |
OlderNewer