- Anthony
- Matt
- Jack
- Dylan
- Austin
- Sean (Sydney)
- Yon
This file contains 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 com.google.gson.*; | |
import org.bukkit.Bukkit; | |
import org.bukkit.Location; | |
import org.bukkit.World; | |
import java.lang.reflect.Type; | |
/** | |
* A gson adapter for {@link org.bukkit.Location}. | |
* <p> |
This file contains 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
function getUserId(fbid) { | |
return fbid.split(':')[1]; | |
} | |
requireLazy( | |
['MercuryTypingReceiver', 'MercuryThreads', 'ShortProfiles'], | |
(MercuryTypingReceiver, MercuryThreads, ShortProfiles) => { | |
MercuryTypingReceiver | |
.get() |
This file contains 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
NAME=$(hostname -f) | |
TIMESTAMP=$(date +%s) | |
echo Starting backup on $NAME | |
mkdir -p ~/backuptmp/ | |
echo Getting iptables... | |
iptables-save >~/backuptmp/iptables |
This file contains 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 co.ryred.util.event; | |
import org.bukkit.event.Event; | |
import org.bukkit.event.HandlerList; | |
import org.bukkit.plugin.IllegalPluginAccessException; | |
import org.bukkit.plugin.Plugin; | |
import org.bukkit.plugin.RegisteredListener; | |
import java.lang.reflect.Method; | |
import java.util.Collection; |
This file contains 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
:: This version is not as powerfull as vbs version, please prefere the other one. | |
:: It's just there if you need a non-visual basic way to perform this. | |
:: Restrictions: | |
:: - Password cannot contain a % or finish with @ | |
:: - Chrome adds a / at the end of the URL, not yet managed | |
:: The aim of this script is to execute putty with parameters like ssh://login@host | |
:: Installation: | |
:: - Launch putty.reg to associate ssh:// and telnet:// to this script | |
:: - Edit the putty path in parameter below like puttyPath="C:\Program Files (x86)\putty.exe" |
This file contains 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
, . . , , ' . , . , . , . , . , ! ' . ! ! ! . ? - ? - ? - ? - '. ' . . . . . ' . ' . ' , . , '. . ! . - . - ! ' ! - ! ' ,. - ! , , ! - , . - , . - ? - . , . ' . , . . . ' . . - , . - , ? . - ? - . - ? - , ' . , , . ' . . . . ' ' . , ... . - , , . - ! - -. - ! ! , , , . , ... ...:. . ! ? ' . ! . . - ' ? - . , . ! . . , , . . - -, - - ... ! - . - ' ! - ? - , ' . - . ' . - , . - . - ? - . , . - ? - . . ? . . , ' , . ' . ? ' . ' ? ' , , ' . ' ? ' . ! ! "' ?" ? ? ' . ' . . , , ? ? ' . ' . ? ? . ' . ' . . . . . - , ! - . ' . ' . , ' |
This file contains 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
https://github.com/MeltedLux/thereisnowayabeeshouldbeabletofly.buzz/tree/master/AccordingtoallknownlawsofaviationthereisnowayabeeshouldbeabletoflyItswingsaretoosmalltogetitsfatlittlebodyoffthegroundThebeeofcoursefliesanywaybecausebeesdontcarewhathumansthinkisimpossibleYellowblackYellowblackYellowblackYellowblackOohblackandyellowLets/shakeitupalittleBarryBreakfastisreadyOomingHangonasecondHelloBarryAdamOanyoubelievethisishappeningIcantIllpickyouupLookingsharpUsethestairsYourfatherpaidgoodmoneyforthoseSorryImexcitedHeresthegraduateWereveryproudofyousonAperfectreportcardallBsVeryproudM/aIgotathinggoinghereYougotlintonyourfuzzOwThatsmeWavetousWellbeinrow118000ByeBarryItoldyoustopflyinginthehouseHeyAdamHeyBarryIsthatfuzzgelAlittleSpecialdaygraduationNeverthoughtIdmakeitThreedaysgradeschoolthreedayshighschoolThosewereawkwardThreedayscolle/geImgladItookadayandhitchhikedaroundthehiveYoudidcomebackdifferentHiBarryArtiegrowingamustacheLooksgoodHearaboutFrankieYeahYougoingtothefuneralNoImnotgoingEverybodyknowsstingsomeo |
This file contains 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
(k|c){1,5}(0|o){1,5}(r|d)(.{1,8}|)(1|i|){1,}(y|e){1,}\s(1|i){1,}(n){1,}\s(t|7){1,}(h|4){1,}(e|3){1,}\s(h|4){1,}(o|0){1,}(u|n){1,}(s|5|£|\\\$){1,}(e|3){1,} |
This file contains 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 main | |
import ( | |
"github.com/bwmarrin/discordgo" | |
"flag" | |
log "github.com/Sirupsen/logrus" | |
"fmt" | |
"time" | |
"errors" | |
) |