Skip to content

Instantly share code, notes, and snippets.

View tmn's full-sized avatar
🐢
Bip bop bip bop

Tri Nguyen tmn

🐢
Bip bop bip bop
View GitHub Profile
{
Cinch::Plugins::Lastfm => {
:api_key => '123abc'
}
}
@tmn
tmn / settings.rb
Last active January 1, 2016 06:29
c.plugins.options = {}
Dir["./lib/data/*.settings.rb"].each {
|file| eval( File.open(file, "rb").read ).each do |key, val|
c.plugins.options[key] = val
end
}
@tmn
tmn / futsal.html
Created August 7, 2013 17:20
NTNUI Futsal
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Futsal</title>
<style>
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, strong, b, u, i, center, dl, dt, dd, ol, ul, li,
@tmn
tmn / ntnui.html
Last active December 20, 2015 18:28
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Futsal</title>
<style>
ul { width: 200px; margin: 0 auto; text-align: left; }
#container { text-align: center; }
</style>