Skip to content

Instantly share code, notes, and snippets.

View loia5tqd001's full-sized avatar

Nguyễn Huỳnh Lợi loia5tqd001

View GitHub Profile
// https://www.typescriptlang.org/play?#code/C4TwDgpgBAIglgJwgY2AewSKBeKBvAKCmKgG0BrCEALigGdgE4A7AcwF1b4lUMsAfKMwCuAG1EBuAgF8CBZGmYMoLMMOA4yREgHIA9AAs0AWwh6AhmDAWrARh0AabcX1HTN65bAAmR86iuJmZeHgDMfiQBhkF66nCidLHA8fZOkYHucQlJ8b5putHuIV4ALI5QenpQEAAmrNDI5nQQtMAG0KrqKnRCaBp0GMC1UCAQwP4ZZiw1EAAeAHQAVnR+7FIElVBt0IwQ0HRGYjVQomho5CdwlFsGcHTyiso1iFyIKOiYmoSRbi34-pEvLRvpFQcQvLZaCJxPkwYCrN4oWJRLC4eCrKEkTCAXDSliUTjiNJUZEsnRgYTQVlIUJkSS4VlEbTsWjiZSdNM5ksVvj-LJZAQAGbCZioOCKKAAI2E8Rq3HefAAKkgIAAKMDmNrk+iMFisUjsACUrx4HywIOICiUGl2f3lvE+uDw0nWkQ1WvmgowAFFzMgDKr1ZqDIacAA+f5oq3KDUIYA9XDugzzOiiODINW2Q0psBp4Cq-Q6Q2uuGiMZQZDCBBIZjAAByaBmmltJbBsfjnp9foDQbjoewEYtaJUgqgqoAhJXqxBaw2ZqR20bI8OwVOa-XGxAF+Y4+wvi7KZFZCvLVX13PoLg1zON-PF1AmrA3g6QFJWcW+R--EhgFXmFsVSkAVhVFZIJS9BBjE1e0zWVPZVVtE0FUwBwTggAA3CBRCRYxJQgBBNAABmNHUmDYZdiDLDQkDoMQNFwHQdFbKAILHaMNEoLAWAAvZQyHSJ2JUZgZlrTQdAAWh0eYkEgTVVTLTDRA-NEaLoqAAGpcAAAwAEjwTla2kcS9M46QAB1mC05iBMeDR-VlC9mxVCgqDWSk4FHVV7NEGoLz4w8SFU0QNE0liMCg4AYKVFUvNuHyL1QhSsI0qAszfOFjxIAVIh-P8oCC4AgLkQTnlNaK9k0aVZSiz
@loia5tqd001
loia5tqd001 / BUH-SV
Last active November 14, 2021 12:00
http://online.buh.edu.vn/img/file/Phong%20CTSV/Danh%20s%C3%A1ch%20thi%20CT04.pdf
1 030235190001 Đỗ Thái An 13/06/2001 HTTTQL
2 030235190002 Võ Thị Ngọc An 22/06/2000 HTTTQL
3 030235190003 Lê Nguyễn Phương Anh 20/09/2001 HTTTQL
4 030235190004 Võ Thị Trâm Anh 09/01/2001 HTTTQL
5 030235190005 Nguyễn Thị Hồng Ánh 26/06/2001 HTTTQL
6 030235190006 Đào Thị Tiểu Băng 23/11/2001 HTTTQL
7 030235190007 Huỳnh Nguyên Băng 14/01/2001 HTTTQL
8 030235190008 Hồ Tấn Bình 10/04/1999 HTTTQL
9 030235190009 Nguyễn Đức Bình 18/09/2001 HTTTQL
// ==UserScript==
// @name Sort youtube videos
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Bring back the sort videos feature for Music Youtube channels
// @author Loi
// @match https://www.youtube.com/c/*/video*
// @icon https://www.google.com/s2/favicons?domain=youtube.com
// @grant none
// ==/UserScript==
const globalCache = {
isGenerated: false,
currentIndex: 0,
dependencies: [],
results: [],
};
function useMemo(callback, deps) {
let cachedDependencies, cachedResult;
@loia5tqd001
loia5tqd001 / commit.md
Created January 11, 2020 14:11 — forked from abravalheri/commit.md
RFC: Git Commit Message Guidelines

Commit Message Guidelines

In the last few yers, the number of programmers concerned about writting structured commit messages had dramatically grown. As exposed by Tim Pope in article readable commit messages are easy to follow when looking through the project history. Moreover the AngularJS contributing guides introduced conventions that can be used by automation tools to automatically generate useful documentation, or by developpers during debbuging process.

This document borrow some concepts, conventions and even text mainly from these two sources, extending them in order to provide a sensible guideline for writing commit messages.

@loia5tqd001
loia5tqd001 / cloudSettings
Last active December 14, 2019 07:09
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-09-29T13:29:38.700Z","extensionVersion":"v3.4.3"}
@loia5tqd001
loia5tqd001 / cloudSettings
Last active May 23, 2021 05:43
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-05-23T05:43:13.834Z","extensionVersion":"v3.4.3"}