Skip to content

Instantly share code, notes, and snippets.

View unipheas's full-sized avatar
🏠
Working from home

Brian Phillips unipheas

🏠
Working from home
View GitHub Profile
Verifying that "unipheas.id" is my Blockstack ID. https://onename.com/unipheas
@unipheas
unipheas / 0_reuse_code.js
Created March 15, 2017 06:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

Keybase proof

I hereby claim:

  • I am unipheas on github.
  • I am unipheas (https://keybase.io/unipheas) on keybase.
  • I have a public key ASAordz9AoNST3KQSUtXzkEb4wSei8rSAIw0buliL7PLQAo

To claim this, I am signing this object:

@unipheas
unipheas / cloudSettings
Last active May 1, 2018 03:45
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-05-01T03:45:27.242Z","extensionVersion":"v2.9.0"}
@unipheas
unipheas / cloudSettings
Created May 1, 2018 03:51
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-05-01T03:51:40.686Z","extensionVersion":"v2.9.0"}
@unipheas
unipheas / cloudSettings
Created June 10, 2018 07:21
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-06-10T07:20:10.761Z","extensionVersion":"v2.9.2"}

Keybase proof

I hereby claim:

  • I am unipheas on github.
  • I am unipheas (https://keybase.io/unipheas) on keybase.
  • I have a public key ASBuX2qUvgjA1Di2WFt2wb63JAAOvFoka1mMTAB1trNELgo

To claim this, I am signing this object:

@unipheas
unipheas / eve_launcher_crash_log.txt
Created September 18, 2018 14:25
This is a log of the EVE Online Launcher crashing.
Process: evelauncher [9081]
Path: /Applications/EVE Launcher.app/Contents/MacOS/evelauncher
Identifier: com.ccpgames.evelauncher
Version: 0
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: evelauncher [9081]
User ID: 501
Date/Time: 2018-09-18 22:13:13.052 +0800
@unipheas
unipheas / bulldog
Created March 1, 2019 06:34
Build log for Raywenderlich Server Side Swift with Kitura Part 1, Episode 3
~/Downloads/getting-started/starter/EmojiJournalServer $ rm -rf .build/
~/Downloads/getting-started/starter/EmojiJournalServer $ rm -rf Package.resolved
~/Downloads/getting-started/starter/EmojiJournalServer $ swift build
Fetching https://github.com/IBM-Swift/Kitura.git
Fetching https://github.com/IBM-Swift/HeliumLogger.git
Fetching https://github.com/IBM-Swift/Configuration.git
Fetching https://github.com/IBM-Swift/CloudEnvironment.git
Fetching https://github.com/RuntimeTools/SwiftMetrics.git
Fetching https://github.com/IBM-Swift/Health.git
Fetching https://github.com/IBM-Swift/Kitura-CouchDB.git
@unipheas
unipheas / backend
Last active May 26, 2019 10:36
The process of installing dronecodesdk_python
myuser-MacBook-Air:~ myuser$ cd Desktop/DronecodeSDK/
myuser-MacBook-Air:DronecodeSDK myuser$ ./build/default/backend/src/backend_bin
[06:03:41|Info ] DronecodeSDK version: 0.16.0-86-g8bb6812d (dronecode_sdk_impl.cpp:25)
[06:03:41|Debug] New: System ID: 0 Comp ID: 0 (dronecode_sdk_impl.cpp:338)
[06:03:41|Info ] Server set to listen on 0.0.0.0:50051 (grpc_server.cpp:44)
[06:03:41|Info ] Server started (grpc_server.cpp:28)
[06:03:41|Info ] Waiting to discover system... (connection_initiator.h:58)
[06:03:41|Info ] New system on: 127.0.0.1:14580 (udp_connection.cpp:226)
[06:03:41|Debug] Component Autopilot (1) added. (system_impl.cpp:400)
[06:03:42|Debug] Discovered 1 component(s) (UUID: 5283920058631409231) (system_impl.cpp:563)