| ⌘T | go to file |
| ⌘⌃P | go to project |
| ⌘R | go to methods |
| ⌃G | go to line |
| ⌘KB | toggle side bar |
| ⌘⇧P | command prompt |
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
| var chat = { | |
| // Create this closure to contain the cached modules | |
| module: function() { | |
| // Internal module cache. | |
| var modules = {}; | |
| // Create a new module reference scaffold or load an | |
| // existing module. | |
| return function(name) { | |
| // If this module has already been created, return it. |
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
| upstream building { | |
| server unix:/tmp/unicorn.sock; | |
| } | |
| server { | |
| listen 80; | |
| root "/home/ec2-user/building"; | |
| access_log "/home/ec2-user/building/log/access.log"; | |
| error_log "/home/ec2-user/building/log/error.log"; |
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
| <html> | |
| <head> | |
| <script src="jquery.min.js"></script> | |
| <script src="notify.js"></script> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
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
| [alias] | |
| co = checkout | |
| br = branch | |
| ci = commit | |
| st = status | |
| [color] | |
| diff = auto | |
| status = auto | |
| branch = auto | |
| [format] |
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
| sudo su | |
| yum install -y php-devel php-mysql php-pdo php-pear php-mbstring php-cli php-odbc php-imap php-gd php-xml php-soap | |
| yum install -y php-pecl-apc | |
| sudo yum install -y pcre-devel | |
| yum -y install mysql-server mysql | |
| yum install vsftpd | |
| yum install git | |
| service httpd restart | |
| service mysqld restart |
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
| date -s "01/19/2014 00:00:29" | |
| date -s "01/20/2014 12:00:29" | |
| date -s "01/25/2014 00:00:29" | |
| date -s "01/17/2014 17:40:30" |
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
| -- ExportSQLite: SQLite export plugin for MySQL Workbench | |
| -- Copyright (C) 2009 Thomas Henlich | |
| -- Edited by luckymancvp to fix insert command with WorkBench | |
| -- This program is free software: you can redistribute it and/or modify | |
| -- it under the terms of the GNU General Public License as published by | |
| -- the Free Software Foundation, either version 3 of the License, or | |
| -- (at your option) any later version. | |
| -- | |
| -- This program is distributed in the hope that it will be useful, | |
| -- but WITHOUT ANY WARRANTY; without even the implied warranty of |
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
| guard 'livereload' do | |
| watch(%r{.+\.(css|js|ejs|html)}) | |
| end |
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
| ^(?!installd|PackageManager|GTalkService|WpsStateMachine|jdwp|AndroidRuntime|LockPatternUtils|MTPR|BooksSync|MyEbooksFetcher|MusicSyncAdapter|SurfaceFlinger|Sensors|SensorManager|power|InputDispatcher|BookmarksSync|SyncManager|Quickoffice|ActivityThread|AttachmentService|MediaExtractor|DrmManager|TabletStatusBar|nvos_linux|NuHTTPDataSource|MediaPlayer|FactoryTestPhone|AndroidMusic|DSM|AESCrypto|OrientationDebug|TimedEventQueue|ActivityManager|GpsLocationProvider|GoogleMeeting|DFTRil|DftRil|NvOmx|gcomm|MediaUploader|GooglePlus|MPL-ml|libmpu|AudioPlayer|AudioFlinger|MusicDL|MusicStore|KeepOnScheduler|NetworkMonitor|MusicContent|AsyncCursor|AudioPolicyManager|DBG_WSS|OMX|NuCached|HTTPStream|AwesomePlayer|alsa|AudioHardware|ApplicationStartDetector|DrmManagerClient|MMT|szipinf|ANDROID_DRM|PlayreadyPlugIn|Flx|wpa|vending|UpdateService|Venezia|TelephonyManager|System\.out|Plume|web|ProvisionLog|TLINE|libEGL|OpenGLRenderer|FotaClient|CursorWrapperInner|jykim|WindowManager|PerformBackupThread|Background Updates|Sessi |
OlderNewer