Skip to content

Instantly share code, notes, and snippets.

View crosalot's full-sized avatar

Panudate Vasinwattana crosalot

View GitHub Profile
@crosalot
crosalot / testUnderstandRaceCondition.go
Created September 22, 2016 07:01
Understand Race Condition with Go
package main
import (
"fmt"
"time"
"sync/atomic"
)
var start time.Time
<!DOCTYPE html>
<html>
<head>
<title>100 Taejai</title>
<style type="text/css">
.hidden {
display: none;
}
@crosalot
crosalot / parse_location.py
Created December 7, 2020 10:19
Parse Thailand Location (Tambon)
thailand_postcodes = [
u'พระบรมมหาราชวัง พระนคร กรุงเทพมหานคร 10200',
u'วังบูรพาภิรมย์ พระนคร กรุงเทพมหานคร 10200',
u'วัดราชบพิธ พระนคร กรุงเทพมหานคร 10200',
u'สำราญราษฎร์ พระนคร กรุงเทพมหานคร 10200',
u'ศาลเจ้าพ่อเสือ พระนคร กรุงเทพมหานคร 10200',
u'เสาชิงช้า พระนคร กรุงเทพมหานคร 10200',
u'บวรนิเวศ พระนคร กรุงเทพมหานคร 10200',
u'ตลาดยอด พระนคร กรุงเทพมหานคร 10200',
u'ชนะสงคราม พระนคร กรุงเทพมหานคร 10200',
@crosalot
crosalot / apitel.sender.html
Created March 18, 2021 04:01
Send multiple SMS of APITEL by simple HTML form and javascript (no server side required)
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">