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
| // ============================================= | |
| // Paste this in the browser console at: | |
| // https://digital.lib.ueh.edu.vn/ | |
| // ============================================= | |
| async function sha256(message) { | |
| const msgUint8 = new TextEncoder().encode(message); | |
| const hashBuffer = await crypto.subtle.digest('SHA-256', msgUint8); | |
| const hashArray = Array.from(new Uint8Array(hashBuffer)); | |
| return hashArray.map(b => b.toString(16).padStart(2, '0')).join(''); |
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":[ | |
| { |