Skip to content

Instantly share code, notes, and snippets.

View first087's full-sized avatar

Artit Kiuwilai first087

View GitHub Profile
Registered Name: https://zhile.io
License Key: 48891cf209c6d32bf4
@first087
first087 / index.js
Last active August 1, 2022 13:59
[node.js] Test hash count per time
const crypto = require('crypto')
const algor = 'sha256' // sha1, sha256
const diffTime = 10 // sec
const test = (nonce) => {
const data = `${Date.now()}${nonce}`
const hash = crypto.createHash(algor).update(data).digest('hex')
// console.log(hash)
}
@first087
first087 / opencert.md
Created May 27, 2022 03:45 — forked from nolifelover/opencert.md
OpenAttestation and OpenCert

Install open-attestation cli

npm install -g @govtechsg/open-attestation-cli

Creating a wallet

open-attestation wallet create --output-file wallet.json

During the creation, you will be prompted for a password. Make sure to remember it for the following steps. You will see a message after completion of the command:

// บอทปั้มเงิน TLM เกม Alien Worlds (เงินจะเอาไปแลกเงินจริงใน Binance ได้)
// ไว้ทดสอบเฉย ๆ อย่าเอาไปใช้จริง คนเขียนไม่รับผิดชอบต่อบั๊กใด ๆ ทั้งสิ้น
//
// วิธีใช้:
// 1. สมัคร + เข้า https://play.alienworlds.io/
// 2. ต้องเคย mine แบบ manual ก่อน 1 ครั้ง
// 3. ก๊อปสคริปท์นี้ไปแปะใน Console (F12)
// น่าจะมีบั๊กพวก rate limit อะไรทั้งหลาย กับ if/loop บางอันเอาออกได้
// ลองรันเล่น ๆ 5 ชม จาก user เปล่า ๆ ได้มา 8 TLM (ขึ้นกับดวงและอื่นๆด้วยมั่ง)
// ใครว่าง ๆ แก้เป็นยิงเข้า API โดยตรงไม่ผ่าน JS น่าจะเสถียรกว่าเยอะมาก
@first087
first087 / check-thread.sh
Created July 21, 2020 08:59
Java check thread by pid using jstack
echo "Check process $1"
while true
do
"$JAVA_HOME/bin/jstack" -l $1 | grep pool
sleep 1
echo
done
# Command: sh check-thread.sh {pid}
@first087
first087 / MathCalc.kt
Last active August 22, 2019 04:21
โจทย์เลข ป.4
fun calc() {
val ans = mutableListOf<Double>()
do {
val random8 = mutableListOf<Int>()
for (i in 1..8) {
random8.add(Random.nextInt(0, 9 + 1))
}
fun charToRandomNumber(ch: Char) = random8[ch.toByte() - 65]
fun transformDigit(digit: Int, ch: Char) = 10.0.pow(digit - 1) * charToRandomNumber(ch)
@first087
first087 / thai2arabic.js
Last active May 26, 2018 02:14
Convert thai number to arabic
const src = `
๑๒๓๔๕๖๗๘๙๐
๑๒๓๔๕๖๗๘๙๐
๑๒๓๔๕๖๗๘๙๐
๑๒๓๔๕๖๗๘๙๐
๑๒๓๔๕๖๗๘๙๐
๑๒๓๔๕๖๗๘๙๐
๑๒๓๔๕๖๗๘๙๐
๑๒๓๔๕๖๗๘๙๐
๑๒๓๔๕๖๗๘๙๐
Enterprise: NJVYC-BMHX2-G77MM-4XJMR-6Q8QF
Professional: KBJFW-NXHK6-W4WJM-CRMQB-G3CDH
Keys are generic ones. These are the same from MSDN account.
Product Key : -6Q8QF
Validity : Valid
Product ID : 00369-90000-00000-AA703
Advanced ID : XXXXX-03699-000-000000-00-1032-9200.0000-0672017
@first087
first087 / README.md
Created December 29, 2016 02:21
Script for attach drive D: into Docker Toolbox for Windows

How to use script

  1. Run Docker Toolbox from shortcut Docker Quickstart Terminal
  2. Shutdown boot2docker docker-machine stop
  3. Open VirtualBox and goto Settings of default machine
  4. At Shared Folders menu, click + icon, Select folder path to drive D: and set folder name is d, checked all options
  5. Copy attach-drive-d.sh script to Docker Toolbox folder (C:\Program Files\Docker Toolbox)
  6. Edit start.sh add command sh attach-drive-d.sh before finalize step
  7. Run Docker Toolbox from shortcut Docker Quickstart Terminal again
  8. Have fun!!!
@first087
first087 / GitLab-reCAPTCHA-http.png
Last active April 19, 2016 04:43
GitLab vs reCAPTCHA
GitLab-reCAPTCHA-http.png