Skip to content

Instantly share code, notes, and snippets.

View HKAB's full-sized avatar
🌎
imagining

Nguyễn Phú Trường HKAB

🌎
imagining
View GitHub Profile
@HKAB
HKAB / compare_cassandra_mysql.html
Last active September 27, 2021 16:00
A nice UI to compare Cassandra and MySQL
<!DOCTYPE html>
<html>
<head>
<title>DBMS</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
@HKAB
HKAB / guild.md
Last active September 27, 2021 16:02
tf-pose-estimation setting steps
@HKAB
HKAB / script.au3
Last active September 27, 2021 16:03
Small script `tăng võ` for 'Chân Long giáng thế'
$hWnd = WinWait("S207 - Chân Long 2016 - Google Chrome")
WinActivate($hWnd)
;ControlClick("S207 - Chân Long 2016 - Google Chrome", "", "Chrome_WidgetWin_1", "left", 1, 1047, 563)
$i = 1
@HKAB
HKAB / squid3.conf
Created December 28, 2017 06:51
Squid.conf file to allow all.
#Recommended minimum configuration:
acl to_localhost dst 127.0.0.0/8
acl localnet src 0.0.0.0/8 192.168.100.0/24 192.168.101.0/24
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports