View gist:fa3da1fb3679898397d171efe59dd606
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
Type this and hit ENTER to win: ...--....-...--..--- |
View gist:f4e80b8c503f3a9f97ee51340b009842
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
The answer is 42. You must encode it into HEX and broadcast it via morse code. |
View gist:52eec17e59d8cee58635dae60e7d8429
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
We have two signals. One is the signal you have to decrypt. The other one is when you broadcast wrong answers. It simply means "no". |
View hs_err_pid11080.log
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
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x00007fa7c972fd20, pid=11080, tid=11082 | |
# | |
# JRE version: OpenJDK Runtime Environment AdoptOpenJDK (15.0.1+9) (build 15.0.1+9) | |
# Java VM: OpenJDK 64-Bit Server VM AdoptOpenJDK (15.0.1+9, mixed mode, tiered, compressed oops, g1 gc, linux-amd64) | |
# Problematic frame: | |
# C [libnvidia-glcore.so.450.102.04+0x1279d20] | |
# |
View log
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
mudlee@zerg:~/Downloads/ota/output$ ./fastboot update images.zip | |
-------------------------------------------- | |
Bootloader Version...: | |
Baseband Version.....: | |
Serial Number........: e5a9f9c | |
-------------------------------------------- | |
extracting android-info.txt (0 MB) to RAM... | |
Checking 'product' OKAY [ 0.001s] | |
Setting current slot to 'a' OKAY [ 0.007s] | |
extracting boot.img (64 MB) to disk... took 0.187s |
View .log
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
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x000000012c0b0f00, pid=5477, tid=775 | |
# | |
# JRE version: OpenJDK Runtime Environment (11.0.3+7) (build 11.0.3+7) | |
# Java VM: OpenJDK 64-Bit Server VM (11.0.3+7, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64) | |
# Problematic frame: | |
# C [liblwjgl_stb.dylib+0x3af00] | |
[error occurred during error reporting (printing problematic frame), id 0xe0000000, Internal Error (../../src/hotspot/os/bsd/decoder_machO.hpp:43)] |
View .java
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
package spck.engine.ui; | |
import org.lwjgl.BufferUtils; | |
import org.lwjgl.nuklear.*; | |
import org.lwjgl.opengl.GL41; | |
import org.lwjgl.stb.STBTTAlignedQuad; | |
import org.lwjgl.stb.STBTTFontinfo; | |
import org.lwjgl.stb.STBTTPackContext; | |
import org.lwjgl.stb.STBTTPackedchar; | |
import org.lwjgl.system.MemoryStack; |
View gist:ad4d36dfde5ca04d2adf7f2bf76dc2e7
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
Process: java [1234] | |
Path: /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/bin/java | |
Identifier: java | |
Version: 1.0 (1.0) | |
Code Type: X86-64 (Native) | |
Parent Process: idea [654] | |
Responsible: idea [654] | |
User ID: 501 | |
Date/Time: 2019-12-01 10:01:41.288 +0100 |
View render.java
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
package spck.engine.framework; | |
import org.lwjgl.opengl.GL41; | |
import org.lwjgl.system.MemoryUtil; | |
import org.slf4j.Logger; | |
import org.slf4j.LoggerFactory; | |
import spck.engine.bus.LifeCycle; | |
import spck.engine.bus.MessageBus; | |
import spck.engine.debug.Stats; | |
import spck.engine.ecs.ECS; |
View pom.xml
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
<build> | |
<plugins> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-jar-plugin</artifactId> | |
<version>${maven.plugins.version}</version> | |
<configuration> | |
<outputDirectory>../build/mods</outputDirectory> | |
<archive> | |
<addMavenDescriptor>false</addMavenDescriptor> |
NewerOlder