Skip to content

Instantly share code, notes, and snippets.

View AL1L's full-sized avatar
🌟
Making cool things

Allen Lantz AL1L

🌟
Making cool things
View GitHub Profile
package com.volmit.wormholes.geometry;
public class CachedMath
{
private static final int precision = 128;
private static final int modulus = 360 * precision;
private static final float[] sin = new float[modulus];
/**
* Fast sin function
@jctosta
jctosta / screen_cheatsheet.markdown
Last active July 28, 2024 08:46
Screen Cheatsheet

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r