Skip to content

Instantly share code, notes, and snippets.

View surtic86's full-sized avatar

Andreas Reinhold / surtic86 surtic86

View GitHub Profile
@surtic86
surtic86 / tinder_auto_swipe.js
Last active April 27, 2020 12:03 — forked from rfxDarth/begone_thot.js
begone_thot.js
var swipes = 10; // how many swipes should the scrip execute
var max_distance = 200;
var min_pictures = 1;
var banned_words = [
"inst",
"instagram",
"ig",
"snap",
"sc",
"daddy",
@surtic86
surtic86 / Keybase
Created February 16, 2017 18:55
keybase.md
### Keybase proof
I hereby claim:
* I am surtic86 on github.
* I am surtic86 (https://keybase.io/surtic86) on keybase.
* I have a public key ASC3hiVFZ0SGQvcCJmMQvr9Y0Hc5DLeljIBsPU2R-4w7Igo
To claim this, I am signing this object:
@surtic86
surtic86 / minecraft
Created April 4, 2011 06:41
Minecraft Start / Stop / Update .... Script
#!/bin/bash
# /etc/init.d/minecraft
# Parameter
USERNAME='bukkit'
MCPATH='/opt/minecraft/'
BACKUPPATH='/opt/backup/'
RAM='1G'
FILENAME='craftbukkit-0.0.1-SNAPSHOT.jar'
START="java -Xincgc -Xmx$RAM -jar $FILENAME"