Skip to content

Instantly share code, notes, and snippets.

View kytulendu's full-sized avatar

Khralkatorrix kytulendu

View GitHub Profile
@camthesaxman
camthesaxman / irixswextract.c
Created March 17, 2018 19:32
tool to extract IRIX software packages
#include <ctype.h>
#include <errno.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
struct Archive
@erorus
erorus / displays.csv
Created July 3, 2017 14:48
NPC ID -> Display IDs as of 7.2.5.24330
id name display1 display2 display3 display4
3 Flesh Eater 987 0 0 0
89 Infernal 72978 0 0 0
304 Felsteed 2346 0 0 0
305 White Stallion 2410 0 0 0
416 Imp 64799 0 0 0
417 Felhunter 77398 0 0 0
444 Lord Piglet 22938 0 0 0
721 Rabbit 328 4626 0 0
1748 Highlord Bolvar Fordragon 5566 0 0 0
@wavezhang
wavezhang / java_download.sh
Last active April 25, 2024 22:52
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz