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 kotlinx.coroutines.runBlocking | |
import kotlinx.coroutines.suspendCancellableCoroutine | |
import kotlinx.coroutines.withTimeoutOrNull | |
import java.util.concurrent.TimeUnit | |
import kotlin.concurrent.thread | |
import kotlin.coroutines.resume | |
interface Listener<T> { | |
fun handle(event: T) | |
} |
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
; Remove the ; from the next line if you get script errors | |
; Or you can add a ; to disable it (i.e: ;#RequireAdmin) | |
#RequireAdmin | |
#include <String.au3> | |
#include <File.au3> | |
#include <Array.au3> | |
Global $string, $password, $email, $data, $path, $search, $file, $root | |
$root = "HKEY_CLASSES_ROOT\muledump" |
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
diff --git a/lib/fflush.c b/lib/fflush.c | |
index 983ade0ff..a6edfa105 100644 | |
--- a/lib/fflush.c | |
+++ b/lib/fflush.c | |
@@ -33,7 +33,7 @@ | |
#undef fflush | |
-#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */ | |
+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */ |
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 socket | |
import time | |
from collections import namedtuple | |
from itertools import takewhile | |
from threading import Thread | |
from timeit import default_timer as timer | |
from urllib import request | |
from xml.etree import ElementTree | |
SERVER_PORT = 2050 |
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 sx.blah.discord.handle.impl.events.guild.channel.message.MessageReceivedEvent; | |
import sx.blah.discord.handle.obj.IGuild; | |
import sx.blah.discord.handle.obj.IRole; | |
import sx.blah.discord.handle.obj.IUser; | |
import java.util.List; | |
public class RolePrefixes { | |
IRole pvtRank; |
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 sx.blah.discord.handle.impl.events.guild.channel.message.MessageReceivedEvent; | |
import sx.blah.discord.handle.obj.IGuild; | |
import sx.blah.discord.handle.obj.IRole; | |
import sx.blah.discord.handle.obj.IUser; | |
import java.util.LinkedHashMap; | |
import java.util.List; | |
public class RolePrefixes { |
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
/** | |
* Generated with AssetExtractor by tuvior | |
* Game Version: 1.0.2.0 | |
*/ | |
rendersVersion = "renders-20200822-135352-1.0.2.0"; | |
// type: ["id", SlotType, Tier, x, y, FameBonus, feedPower, BagType, Soulbound, UT/ST], | |
items = { | |
'-1': ["Empty Slot", 0, -1, 0, 0, 0, 0, 0, false, 0], |
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
\begin{alltt} | |
\normalfont | |
\textbf{Implements}: | |
UniformReliableBroadcast, \textbf{instance} \textit{urb}. | |
\textbf{Uses}: | |
IdealPerfectPointToPointLinks, \textbf{instance} \textit{idealpl}. | |
\textbf{upon event} \textit{\(<\)urb, Init\(>\)} \textbf{do} | |
\textit{delivered} := \(\emptyset\); |
NewerOlder