Skip to content

Instantly share code, notes, and snippets.

View QuynhVir's full-sized avatar
🏠
Working from home

Vir QuynhVir

🏠
Working from home
  • Midgard
View GitHub Profile
@QuynhVir
QuynhVir / supervisor
Created November 20, 2018 13:54 — forked from danielrmeyer/supervisor
supervisor config to keep a python script running in home directory.
[program:test]
command=/usr/bin/python /home/ubuntu/test.py
directory=/home/ubuntu
autostart=true
autorestart=true
startretries=3
stderr_logfile=/home/ubuntu/test.err.log
stdout_logfile=/home/ubuntu/test.out.log
user=ubuntu
@QuynhVir
QuynhVir / filter.sh
Created January 8, 2019 08:47
Xóa tất cả dòng chứa trong file2 khỏi file1 và lưu thành file3
comm -2 -3 <(sort file1.txt) <(sort file2.txt) > file3.txt
@QuynhVir
QuynhVir / gist:9a9357b69fd55d862622fe876348e18b
Created January 8, 2019 09:21
Increase heap size Nodejs (globally)
export NODE_OPTIONS=--max_old_space_size=4096
@QuynhVir
QuynhVir / gist:1475286d619bdcb5052c81990f97d16d
Created January 8, 2019 10:07
Disable the creation of fucking .DS_Store files
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
@QuynhVir
QuynhVir / limit3.py
Last active January 9, 2019 06:22
multithreading and queue
from queue import Queue
from threading import Thread
def do_job(q):
while True:
print (q.get())
q.task_done()
q = Queue()
@QuynhVir
QuynhVir / con.go
Created January 17, 2019 15:10
Limit number of goroutines running
package main
import "fmt"
const MAX = 20
func main() {
sem := make(chan int, MAX)
for {
sem <- 1 // will block if there is MAX ints in sem
@QuynhVir
QuynhVir / ReadFile.go
Created January 17, 2019 16:06 — forked from thedevsaddam/ReadFile.go
Reading file, line by line in Go lang using scanner
package main
import (
"bufio"
"fmt"
"os"
)
func main() {
@QuynhVir
QuynhVir / main.go
Created January 17, 2019 18:34
Facebook Graph API and Go http request example
package main
import (
"fmt"
"net/http"
"io/ioutil"
"encoding/json"
)
type Page struct {
@QuynhVir
QuynhVir / gist:289618282a16091c0949b8d7fcd45a94
Last active March 26, 2020 09:50 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
NAME HEX uint32 int32 CATEGORY DESC UPDATE NAME HEX2 NAME HEX uint32 int32 CATEGORY DESC UPDATE NAME PRICE1 PRICE2 HIGH_PRICE
BLIMP3 0xEDA4ED97 3987008919 -307958377 AFTER HOURS EDA4ED97 BLIMP3 0xEDA4ED97 3987008919 -307958377 AFTER HOURS " 895,000 " " 1,190,350 " " 1,190,350 "
FREECRAWLER 0xFCC2F483 4240635011 -54332285 AFTER HOURS FCC2F483 FREECRAWLER 0xFCC2F483 4240635011 -54332285 AFTER HOURS " 597,000 " " 597,000 "
MENACER 0x79DD18AE 2044532910 2044532910 AFTER HOURS 79DD18AE MENACER 0x79DD18AE 2044532910 2044532910 AFTER HOURS " 1,775,000 " " 1,775,000 "
MULE4 0x73F4110E