Skip to content

Instantly share code, notes, and snippets.

View ptsgrn's full-sized avatar
:shipit:
Very nice to meet you today! What a great opportunity.

Patsagorn Y. ptsgrn

:shipit:
Very nice to meet you today! What a great opportunity.
View GitHub Profile
@ptsgrn
ptsgrn / domains.txt
Last active June 4, 2022 03:53
วิกิพีเดียมีสัญญาอนุญาตเสรีคือ [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/th/) ซึ่งทำให้ไม่ว่าผู้ใดก็สามารถที่จะนำเนื้อหาของวิกิพีเดียไปใช้ในรูปแบบใดก็ได้เพียงแต่จำเป็นต้องมีการอ้างอิงว่ามาจากวิกิพีเดียอย่างชัดเจน แล้วเว็บไซต์เหล่านี้มาอยู่ที่นี่ได้อย่างไร?
bbbz.org
hmong.wiki
jejekjabar.com
melayukini.net
mocmedia.com.vn
nina.az
nipponkaigi.net
regionkosice.com
siam.wiki
thwiki.press
@ptsgrn
ptsgrn / styles.css
Created November 11, 2022 01:17
meet full screen
.LBDzPb,
.p2hjYe.TPpRNe,
.Gv1mTb-aTv5jf,
.tTdl5d,
.koV58.Zi94Db.S7urwe,
.oZRSLe,
.dkjMxf{
height: 100vh !important;
width: 100vw !important;
padding: 0;

ME: In mathematics and computer science, a higher-order function (HOF) is a function that does at least one of the following:

takes one or more functions as arguments (i.e. a procedural parameter, which is a parameter of a procedure that is itself a procedure), returns a function as its result.

write in JS


@ptsgrn
ptsgrn / trie.js
Created March 19, 2023 17:10
Javascript implementation for Trie using RegEx
// This code is translated to JS from Python in https://stackoverflow.com/a/42789508/1202830 on StackOverflow.
// Answered by Eric Duminil <https://stackoverflow.com/users/6419007/eric-duminil> on March 14, 2017
// Edited by Just a learner <https://stackoverflow.com/users/170931/just-a-learner> on April 29, 2019
// Translated to JS by @ptsgrn <https://www.github.com/ptsgrn>
// Released under CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0/>
class Trie {
constructor() {
this.data = {};
}
@ptsgrn
ptsgrn / resume.json
Last active January 28, 2024 18:50
resume.json
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Patsagorn Yuenyong",
"label": "Last year high school student in Thailand",
"image": "https://avatars.githubusercontent.com/u/49602385?v=4",
"email": "greet@ptsgrn.dev",
"phone": "",
"url": "https://ptsgrn.dev",
"summary": "Last year high school student at Princess Chulabhorn Science High School Buriram. Short-term project sholarship at JSTP. Wikimedian and Uncyclopedian since 2019",