This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1H4aPrdziEFiWAvpcG7GqT92cHTpe1RWU4 https://explorer.blockstack.org/address/1H4aPrdziEFiWAvpcG7GqT92cHTpe1RWU4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "web", | |
"version": "0.0.0", | |
"private": true, | |
"scripts": { | |
"start": "node ./bin/www" | |
}, | |
"dependencies": { | |
"body-parser": "~1.13.2", | |
"connect-firebase": "0.0.9", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Searching 16927 files for "KeyboardDismiss" | |
/Users/alvinwoon/react/AwesomeProject/node_modules/react-native-scrollable-tab-view/examples/RugbyExample/iOS/main.jsbundle: | |
25034 | |
25035 | |
25036: keyboardDismissMode:PropTypes.oneOf([ | |
25037 'none', | |
25038 'interactive', | |
..... | |
25215 ScrollViewClass = AndroidScrollView;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.onerror = function(message, file, line) { | |
var sFormattedMessage = '[' + file + ' (' + line + ')] ' + message; | |
_gaq.push(['_trackEvent', 'Exceptions', 'Application', sFormattedMessage, null, true]); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
大家去永康街的呂桑食堂 如何? http://www.ipeen.com.tw/shop/29747 | |
週三晚上7:00 | |
Oku san, 我台灣的手机 0927466166, 約你6:50在永康街信義路口的金石堂書店見面, | |
隔壁是鼎泰豐 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//ajax json request | |
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.56 Safari/536.5application/json, text/javascript, */*; q=0.01en-US,en;q=0.8gzip,deflate,sdchISO-8859-1,utf-8;q=0.7,*;q=0.3" | |
//web request | |
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.56 Safari/536.5text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8en-US,en;q=0.8gzip,deflate,sdchISO-8859-1,utf-8;q=0.7,*;q=0.3" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function registerSuccessLogin($uid, $username, $ulogin) { | |
$_SESSION['uid'] = $uid; | |
$_SESSION['username'] = $username; | |
$_SESSION['loggedIn'] = true; | |
$_SESSION['appRememberMeRequested'] = true; | |
$ulogin->SetAutologin($username, true); | |
$app = Slim::getInstance(); | |
$app->redirect('/'.$_SESSION['username']); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// While you can edit this file, it's best to put your changes in | |
// "User/Preferences.sublime-settings", which overrides the settings in here. | |
// | |
// Settings may also be placed in file type specific options files, for | |
// example, in Packages/Python/Python.sublime-settings for python files. | |
{ | |
// Sets the colors used within the text area | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
// Note that the font_face and font_size are overriden in the platform |