This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
## Generates a password for the kernel cmdline | |
password="rancher" | |
echo "## Installing kexec-tools, aria2" && \ | |
apt-get update && \ | |
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes --show-progress kexec-tools aria2 && \ | |
apt-get clean |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging | |
from django.core.management import BaseCommand | |
log = logging.getLogger(__name__) | |
class Command(BaseCommand): | |
def handle(self, *args, **options): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hetzner Online GmbH | |
Hetzner Online GmbH - installimage | |
Your server will be installed now, this will take some minutes | |
You can abort at any time with CTRL+C ... | |
: Reading configuration done | |
: Loading image file variables done | |
: Loading debian specific functions done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// #define _VNC_DEBUG 1 | |
#ifdef _VNC_DEBUG | |
#define VNC_DEBUG(fmt, ...) do { fprintf(stderr, fmt, ## __VA_ARGS__); } while (0) | |
#else | |
#define VNC_DEBUG(fmt, ...) do { } while (0) | |
#endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
explode(',', implode(',', array_map(function($o){ return $o->bets; }, $obj_arr))); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javax.swing.*; | |
import java.awt.*; | |
import java.util.ArrayList; | |
/** | |
* Allows you to supply an ArrayList of colors which corresponds to rows in your JList | |
* Row 3 in the JList has the color at rowColorArrayList.get(3) | |
* Null color values result in the default color | |
* | |
* Usage: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.kryogenic.powerbot; | |
import org.powerbot.script.*; | |
import org.powerbot.script.rt4.*; | |
import org.powerbot.script.rt4.ClientContext; | |
import java.awt.*; | |
import java.text.SimpleDateFormat; | |
import java.util.Date; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.kryogenic.powerbot; | |
import org.powerbot.script.*; | |
import org.powerbot.script.rt4.ClientContext; | |
import org.powerbot.script.rt4.GroundItem; | |
import org.powerbot.script.rt4.Magic; | |
import java.awt.*; | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.kryogenic.powerbot; | |
import org.powerbot.script.*; | |
import org.powerbot.script.rt6.*; | |
import org.powerbot.script.rt6.ClientContext; | |
import org.powerbot.script.rt6.Menu; | |
import java.awt.*; | |
import java.util.Arrays; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am kryogenic on github. | |
* I am kryo (https://keybase.io/kryo) on keybase. | |
* I have a public key whose fingerprint is F096 C5F5 A512 B742 27EF 0DA1 83FC 27D3 076A 044E | |
To claim this, I am signing this object: |