We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
use std::convert::TryInto;
use std::net::{IpAddr, Ipv4Addr, SocketAddr, UdpSocket};
use std::thread;
const UNCONNECTED_PING: &'static [u8] = &[
function parseSmokepingConfig(filePath) {
let fileContent = fs.readFileSync(filePath, 'utf8');
fileContent = fileContent.replace("\r\n", "\n");
const lines = fileContent.split("\n");
Some ghidra scripts to dump metadata from the Minecraft Bedrock Dedicated Server executable
Java 2
Forked from anomalyco/opencode
The open source coding agent.
TypeScript
TypeScript 2
There was an error while loading. Please reload this page.