I hereby claim:
- I am danny8376 on github.
- I am dannyaamtw (https://keybase.io/dannyaamtw) on keybase.
- I have a public key ASA9TiRPZj_NB5WUR8T4jpO8sT9cZnH5JQNaCa1ldiJH7Ao
To claim this, I am signing this object:
/* sha256_16/12 | |
* again specialized to only take 16/12 bytes input and spit out the first 16/last 8 bytes | |
* again code dug out from mbed TLS | |
* https://github.com/ARMmbed/mbedtls/blob/development/library/sha256.c | |
*/ | |
// adopted from: https://github.com/Jimmy-Z/bfCL/blob/master/cl/sha256_16.cl | |
#include <stdint.h> | |
const uint32_t K[] = |
###################################################### | |
# Simple Cartridge Save Manager GodMode9 Script # | |
# by DannyAAM # | |
###################################################### | |
@Start | |
labelsel -s "Choose an Option." MainMenu_* | |
goto Start |
.message-info img[src*=restream-icon] { background: url(https://s.gravatar.com/avatar/2b12045b1abe192cb93f7898595cb1a6); background-repeat: no-repeat; background-size: cover; padding-left: 1em; border-radius: 0.5em; } | |
.message-info img[src*=restream-icon]+.message-sender { visibility: hidden; } | |
.message-info img[src*=restream-icon]+.message-sender:after { visibility: visible; display: block; position: absolute; content: "\91E3\5230\4E00\96BB\7334\5B50"; top: 0; } |
// ==UserScript== | |
// @name StreamElements MediaRequest Auto-Skip Error Video | |
// @namespace http://saru.moe/ | |
// @version 0.1 | |
// @description Auto skip unplayable video for StreamElements MediaRequest | |
// @author DannyAAM | |
// @match https://streamelements.com/widgets/mememachine* | |
// @match https://streamelements.com/dashboard/mediarequest/general | |
// @icon https://www.google.com/s2/favicons?domain=streamelements.com | |
// @grant none |
/** | |
* @name VoiceChannelUserJoinNotification | |
* @description !!!OUTDATED 舊版本!!! A simple BetterDiscord plugin for you to monitor specific users joining voice channels in spcific guilds. Press Alt + V to open the voice log. | |
* @displayName VoiceChannelUserJoinNotification | |
* @authorId 275978619354873856 | |
* @authorLink https://saru.moe/ | |
* @source https://gist.github.com/danny8376/b0df6dcc78b8f9f6baee5f716d7971e6 | |
*/ | |
/* ======================================== |
I hereby claim:
To claim this, I am signing this object:
..........................F. | |
Failures: | |
1) CrystalLib::Parser types parses complete array | |
Failure/Error: var.type.should eq(IncompleteArrayType.new(PrimitiveType.int)) | |
expected: #<CrystalLib::IncompleteArrayType:0xee2200 @type=#<CrystalLib::PrimitiveType:0xecafc0 @kind=Int>> | |
got: #<CrystalLib::ConstantArrayType:0xee2240 @type=#<CrystalLib::PrimitiveType:0xecafe0 @kind=Int>, @size=1> |
..........EE..E.EEE..E....F. | |
Failures: | |
1) CrystalLib::Parser types parses complete array | |
Failure/Error: var.type.should eq(IncompleteArrayType.new(PrimitiveType.int)) | |
expected: #<CrystalLib::IncompleteArrayType:0x21f7100 @type=#<CrystalLib::PrimitiveType:0x2158fc0 @kind=Int>> | |
got: #<CrystalLib::ConstantArrayType:0x21f7140 @type=#<CrystalLib::PrimitiveType:0x2158fe0 @kind=Int>, @size=1> |
# youtube-dl | |
curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl | |
chmod a+rx /usr/local/bin/youtube-dl | |
# rclone | |
curl -O http://downloads.rclone.org/rclone-current-linux-amd64.zip | |
unzip rclone-current-linux-amd64.zip | |
cd rclone-*-linux-amd64 | |
cp rclone /usr/sbin/ | |
chown root:root /usr/sbin/rclone |
From 4bb4f986c696fa4ca267481a55de461980760b75 Mon Sep 17 00:00:00 2001 | |
From: Jiale Zhi | |
Date: Wed, 14 Oct 2015 17:51:06 -0700 | |
Subject: [PATCH] Add SPDY support back to Nginx with HTTP/2 | |
--- | |
auto/modules | 28 + | |
auto/options | 3 + | |
src/core/ngx_connection.h | 1 + | |
src/http/modules/ngx_http_ssl_module.c | 52 +- |