Skip to content

Instantly share code, notes, and snippets.

@rmmh
rmmh / hummingbird2.dasm
Last active December 13, 2015 23:19
DCPU16 Hummingbird-2 Implementation
SET A, plain
SET B, 8
SET C, key
SET X, iv
JSR crypt_hummingbird2_enc
SET A, plain
SET B, 8
SET C, key
SET X, iv
@SagaciousZed
SagaciousZed / ConfigAccessor.java
Last active May 1, 2021 14:13
Utility to access yaml files in bukkit
/*
* Copyright (C) 2012
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*