https://huggingface.co/datasets/rubend18/ChatGPT-Jailbreak-Prompts
| import os | |
| umlauts = { | |
| "Ã":"Ü","ö":"oe","Ã":"ss","ä":"ä", "ü":"ü","ä":"ä", "ä": "ae", "ö": "oe", "ü": "ue", "ß": "ss", | |
| "Ä": "Ae", "Ö": "Oe", "Ü": "Ue" | |
| } | |
| def rename_files(): | |
| for filename in os.listdir("."): | |
| newname = filename |
| (() => { | |
| var __create = Object.create; | |
| var __defProp = Object.defineProperty; | |
| var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | |
| var __getOwnPropNames = Object.getOwnPropertyNames; | |
| var __getProtoOf = Object.getPrototypeOf; | |
| var __hasOwnProp = Object.prototype.hasOwnProperty; | |
| var __commonJS = (cb, mod) => function __require() { | |
| return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; | |
| }; |
for i in *;do (cd "$i" && MYVAL=$(rclone lsjson "." --min-size 1G |\
jq -r "select((. | length) > 1) | .[1].Path") && echo "$i/$MYVAL" && \
( test -f "$MYVAL" && rclone delete "$PWD/$MYVAL") );done
| #!/bin/bash | |
| function curlwithcode() { | |
| code=0 | |
| # Run curl in a separate command, capturing output of -w "%{http_code}" into statuscode | |
| # and sending the content to a file with -o >(cat >/tmp/curl_body) | |
| statuscode=$(curl -w "%{http_code}" \ | |
| -o >(cat >/tmp/curl_body) \ | |
| "$@" | |
| ) || code="$?" |
| #/bin/bash | |
| # | |
| # | |
| # % ~/bin/check_usenet_upload "xsnews.nl xsn PASSS" | |
| # | |
| # | |
| # | |
| # 'https://github.com/mbruel/ngPost/releases/download/v4.14/ngPost_v4.14_cmd-x86_64.AppImage' | |
| # | |
| # curl 'https://github.com/mbruel/ngPost/releases/download/v4.14/ngPost_v4.14_cmd-x86_64.AppImage' > ~/bin/ngPost && chmod +x ~/bin/ngPost |
===========================
adb shell "setprop debug.oculus.textureWidth 2048 && setprop debug.oculus.textureHeight 2048 && settings put system font_scale 0.85 && settings put system font_scale 1.0"
CID=$(docker run -d -p 8888:8080 openapitools/openapi-generator-online)
sleep 10 && GEN_IP=$(docker inspect --format '{{.NetworkSettings.IPAddress}}' $CID)port_in_redirect off;
location /glances/ {
rewrite /glances/(.*) /$1 break;
proxy_pass http://localhost:61208/;
proxy_set_header Host $http_host;