Skip to content

Instantly share code, notes, and snippets.

View Twister915's full-sized avatar

Joey Twister915

View GitHub Profile
@Jckf
Jckf / Yggdrasil.php
Last active July 2, 2021 02:08
PHP library for Mojang's Yggdrasil authentication system.
<?php
class Yggdrasil {
private $server = 'https://authserver.mojang.com';
private $client_token = null;
private $username = null;
private $access_token = null;
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active April 24, 2024 12:19
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname