Skip to content

Instantly share code, notes, and snippets.

View iamloivx's full-sized avatar

Xuân-Lợi Vũ iamloivx

View GitHub Profile
# stacktrace java as one message
multiline {
#type => "all" # no type means for all inputs
pattern => "(^.+Exception: .+)|(^\s+at .+)|(^\s+... \d+ more)|(^\s*Caused by:.+)"
what => "previous"
}
upstream myapp {
server 127.0.0.1:8081;
}
limit_req_zone $binary_remote_addr zone=login:10m rate=1r/s;
server {
listen 443 ssl spdy;
server_name _;
@iamloivx
iamloivx / CMU Sphinx - Speech Recognition
Created January 6, 2016 16:09 — forked from vunb/CMU Sphinx - Speech Recognition
Tập hợp các link tham khảo CMU Sphinx
CMU Sphinx
http://cmusphinx.sourceforge.net/wiki/tutorialam
http://www.speech.cs.cmu.edu/sphinxman/scriptman1.html
PocketSphinx
http://ghatage.com/2012/12/voice-to-text-in-linux-using-pocketsphinx/
http://ghatage.com/2012/12/make-pocketsphinx-recognize-new-words/
0xA832a2f578364e2b471BeFF0DfDF8D9B7dA11098