Sonicaid - Music for the Mind, Happiness
The Splendor of Color Kaleidoscope Video v1.1 1080p
Hiroshi Yoshimura (吉村弘) - Wet Land [Full Album]
| import { NativeModules } from 'react-native'; | |
| import RCTDeviceEventEmitter from 'RCTDeviceEventEmitter'; | |
| const BranchLinkingManager = NativeModules.BranchLinkingManager; | |
| const BRANCH_DEEP_LINK_NOTIF_EVENT = 'openBranchDeepLink'; | |
| const _notifHandlers = new Map(); | |
| export class BranchLinkingIOS { |
| angular.module('stateMock',[]); | |
| angular.module('stateMock').service("$state", function($q){ | |
| this.expectedTransitions = []; | |
| this.transitionTo = function(stateName){ | |
| if(this.expectedTransitions.length > 0){ | |
| var expectedState = this.expectedTransitions.shift(); | |
| if(expectedState !== stateName){ | |
| throw Error("Expected transition to state: " + expectedState + " but transitioned to " + stateName ); | |
| } | |
| }else{ |
| var request = require('supertest'), | |
| should = require('should'), | |
| app = require('../server'); | |
| var Cookies; | |
| describe('Functional Test <Sessions>:', function () { | |
| it('should create user session for valid user', function (done) { | |
| request(app) | |
| .post('/v1/sessions') |
| #!/bin/sh | |
| ### | |
| # SOME COMMANDS WILL NOT WORK ON macOS (Sierra or newer) | |
| # For Sierra or newer, see https://github.com/mathiasbynens/dotfiles/blob/master/.macos | |
| ### | |
| # Alot of these configs have been taken from the various places | |
| # on the web, most from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/5b3c8418ed42d93af2e647dc9d122f25cc034871/.osx |
As configured in my dotfiles.
start new:
tmux
start new with session name: