Skip to content

Instantly share code, notes, and snippets.

View Th1nhNg0's full-sized avatar
🏠
Working from home

Ngô Phú Thịnh Th1nhNg0

🏠
Working from home
View GitHub Profile
@Th1nhNg0
Th1nhNg0 / enhance_script.js
Last active August 19, 2025 08:52
DIGITAL LIB UEH DOWNLOAD SCRIPT
// =============================================
// 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('');
@Th1nhNg0
Th1nhNg0 / Untitled-1.ipynb
Created April 18, 2024 16:44
flexible job shop scheduling problem
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Th1nhNg0
Th1nhNg0 / main.ipynb
Created December 26, 2023 09:33
Hay day Smart Planner
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[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
{
"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":[
{