Open up Terminal.app in your /Applications/Utilities directory, then type in these commands, one after each other:
-
Create a temporary directory for cycript:
mkdir cycript && cd cycript -
Pull the latest cycript from cycript.org:
| #!/bin/bash -x | |
| # | |
| # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. | |
| # | |
| # NVIDIA Corporation and its licensors retain all intellectual property | |
| # and proprietary rights in and to this software, related documentation | |
| # and any modifications thereto. Any use, reproduction, disclosure or | |
| # distribution of this software and related documentation without an express | |
| # license agreement from NVIDIA Corporation is strictly prohibited. | |
| # |
| diff --git a/src/services/models/Schema.ts b/src/services/models/Schema.ts | |
| index c53219e..20cbabf 100644 | |
| --- a/src/services/models/Schema.ts | |
| +++ b/src/services/models/Schema.ts | |
| @@ -67,11 +67,13 @@ export class SchemaModel { | |
| this.schema = parser.mergeAllOf(this.rawSchema, this._$ref, isChild); | |
| this.init(parser, isChild); | |
| - parser.exitRef(schemaOrRef); | |
| + if (!this.isCircular) { |
| git | |
| erlang | |
| rebar | |
| rust | |
| python | |
| node | |
| wget | |
| bash-completion |
| Command Line | |
| ------------ | |
| minikube | |
| cargo | |
| google-cloud-sdk | |
| vagrant | |
| googleappengine | |
| p4merge | |
| virtualbox | |
| vmware-fusion |
| Command Line | |
| ------------ | |
| minikube | |
| cargo | |
| google-cloud-sdk | |
| vagrant | |
| googleappengine | |
| p4merge | |
| virtualbox | |
| vmware-fusion |
| ### Keybase proof | |
| I hereby claim: | |
| * I am kroo on github. | |
| * I am kroo (https://keybase.io/kroo) on keybase. | |
| * I have a public key whose fingerprint is 721F 3D54 C855 C41C 243A 9B3C 13AB 6F43 13A0 C0A2 | |
| To claim this, I am signing this object: |
| --- a/trunk/etherpad/etc/etherpad.localdev-default.properties Tue Dec 22 14:51:36 2009 -0500 | |
| +++ b/trunk/etherpad/etc/etherpad.localdev-default.properties Tue Dec 29 12:58:27 2009 -0800 | |
| @@ -14,3 +14,4 @@ | |
| transportPrefix = /comet | |
| transportUseWildcardSubdomains = true | |
| useVirtualFileRoot = ./src | |
| +etherpad.pneVersion=1.1.3 | |
| \ No newline at end of file | |
| diff -r 78a2f7962089 trunk/etherpad/src/etherpad/licensing.js | |
| --- a/trunk/etherpad/src/etherpad/licensing.js Tue Dec 22 14:51:36 2009 -0500 |