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
// ============================================= | |
// 💀 Hack the Library 💀 | |
// Paste this in the browser console at: | |
// https://digital.lib.ueh.edu.vn/ | |
// Knowledge wants to be free. | |
// ============================================= | |
// Function to compute the SHA256 hash of a message. | |
async function sha256(message) { | |
// Encode the message string to a Uint8Array. | |
const msgUint8 = new TextEncoder().encode(message); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
[scrapyd] | |
eggs_dir = /app/eggs | |
logs_dir = /app/logs | |
items_dir = /app/items | |
jobs_to_keep = 5 | |
dbs_dir = dbs | |
max_proc = 0 | |
max_proc_per_cpu = 4 | |
finished_to_keep = 100 | |
poll_interval = 5.0 |
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":"MULTITYPE", | |
"symbol":"MULTITYPE", | |
"description":"tests the shit out of everything", | |
"seller_fee_basis_points":500, | |
"image":"https://www.arweave.net/liKyuzIu84iwKHxR_8PgafpqV07ptrnGETA_lZJJWlQ?ext=png", | |
"external_url":"nftarmory.me", | |
"edition":"2021", | |
"attributes":[ | |
{ |