Skip to content

Instantly share code, notes, and snippets.

@BYCHEN
BYCHEN / LBChannel.py
Last active January 26, 2018 07:57
support Retry and Client-Side Load Balance for gRPC
"""gRPC load balance channel module.
Reference by : https://github.com/justdoit0823/grpc-resolver/blob/master/grpcresolver/channel.py
grpcio version : 1.8.3
"""
@BYCHEN
BYCHEN / publish2iTunesConnect.sh
Created February 17, 2017 02:59
Automation build xcode project, ipa, and upload to Apple testFlight
#!/bin/bash -l
#
#
#
# version 0.0.1
#
#
# Configurations Setting
##########################################################################
WORKSPACE="<SET Workspace name>"
@BYCHEN
BYCHEN / pull2Node.sh
Created February 17, 2017 02:56
pull xcode automation setting file to remote node that include mobileprovision and certificate files
#!/bin/bash -l
#
#
#
# version 0.0.1
# example :
# sh pull2Node.sh -host <NodeIP> -user <NodeUserName> -ProfilePath ~/Downloads/dis_UserFeedbackHelpLibrary.mobileprovision -CertificatePath ~/Downloads/ios_distribution.cer -k login.keychain-db -p <NodeUserPassword> -P <CertificatePassword>
#
# Configurations Setting
##########################################################################