Skip to content

Instantly share code, notes, and snippets.

View Gal3riel's full-sized avatar

Gabriel Suen Gal3riel

View GitHub Profile
### Keybase proof
I hereby claim:
* I am gal3riel on github.
* I am peiyuans (https://keybase.io/peiyuans) on keybase.
* I have a public key ASCavfjZNmDG91XYqU29xmMUrQmunI3fOT_92u3ZvgYT-Qo
To claim this, I am signing this object:
let scrollstep=100
let fullpagescrollpercent = 100
let mapleader = ","
set nosmoothscroll
@-webkit-keyframes fadein {
from {
opacity: 0;
struct State;
typedef pair<char, State*> edge;
struct State {
bool fin;
vector<edge> edges;
State() {
fin = false;
}
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: mobile.php 32770 2013-03-07 10:09:53Z monkey $
*/
define('IN_MOBILE_API', 1);
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: login.php 27451 2012-02-01 05:48:47Z monkey $
*/
if(!defined('IN_MOBILE_API')) {
@Gal3riel
Gal3riel / gist.init
Created July 11, 2012 14:36
My first try to gist
Hello gist.