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
// ==UserScript== | |
// @name Gru Avatar | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-04-28.02 | |
// @description Random Avatar for Gru | |
// @author You | |
// @match https://*.babeltech.net/gru | |
// @match https://*.babeltech.net/gru/* | |
// @icon https://staging.babeltech.net/images/favicon.png | |
// @grant none |
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
#!/bin/bash | |
REPO=alibaba/serverless-vscode | |
URL=https://api.github.com/search/issues | |
DATE=2019-10-07 | |
count_issue(){ | |
n=0 | |
until [ $n -ge 5 ] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
#!/bin/bash | |
# sudo ./docker-logs-clean.sh container_name | |
logfile=$(docker inspect $1 | grep -G '"LogPath": "*"' | sed -e 's/.*"LogPath": "//g' | sed -e 's/",//g'); | |
echo "clean log file of container $1: $logfile" | |
truncate -s 0 $logfile | |
echo "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
๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ | |
๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ | |
๐ ๐ ๐ ๐ | |
๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ | |
๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ | |
๐ ๐ ๐ ๐ ๐ ๐ ๐ | |
๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ | |
๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ | |
๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ | |
๐ ๐ ๐ ๐ |
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
#!/bin/bash | |
[ -d hongbao ] && rm -rf hongbao | |
mkdir hongbao | |
cd hongbao | |
git init | |
git config user.name "duwan" | |
git config user.email "[email protected]" |
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
SET FOREIGN_KEY_CHECKS = 0; | |
SET GROUP_CONCAT_MAX_LEN=32768; | |
SET @tables = NULL; | |
SELECT GROUP_CONCAT('`', table_name, '`') INTO @tables | |
FROM information_schema.tables | |
WHERE table_schema = (SELECT DATABASE()); | |
SELECT IFNULL(@tables,'dummy') INTO @tables; | |
SET @tables = CONCAT('DROP TABLE IF EXISTS ', @tables); | |
PREPARE stmt FROM @tables; |
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
#!/bin/bash | |
#Auto-reconnecting wget downloads upon disconnection. | |
WGET="wget -c -t 0 --timeout=3 --waitretry=3" | |
mkdir -p "ๅฐ็ๅพไบ" && cd $_ | |
for i in {1..49} | |
do | |
$WGET "http://jwplay.iusheng.com/AS03/audio1206/15548/$(printf "%03d" $i).mp3" | |
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
/** | |
* kivivm่ฎพ็ฝฎ่ๆฌ | |
* | |
* ๅจๆต่งๅจๆงๅถๅฐๆง่ก๏ผๅฏไปฅ่ฎพๅฎๅๅ่งฃๆ๏ผๅๅๅๅ่งฃๆ | |
* ๆงๅถๅฐ่พๅบๅฆไธ็ปๆ,ๅ ๆฌrootๅฏ็ ๏ผssh็ซฏๅฃๅท๏ผIPๅฐๅ๏ผ | |
* | |
* "www" => { "passwd" => "vd7sdfMfwdz", "port" => "26212", "ips" => %w(101.182.180.163 137.182.180.204 107.184.180.214 107.122.181.209)} | |
* | |
* ๅฏ็จไบkivivm.rb่ๆฌ่ฎพๅฎ | |
* DNSPod็ๅๅ่งฃๆ |
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
eyJhbGciOiAiSFMyNTYiLCAidHlwIjogIkpXVCJ9 |
NewerOlder