Skip to content

Instantly share code, notes, and snippets.

<!--
I removed the Div classes from the div elements . This is the snippet from line 146-174
-->
<!-- Content Sections -->
<div class="relative">
<!-- Section GPCA Banner -->
<section class="relative">
<!-- BG -->
<div>
git stash is use to keep local changes prior to a git pull
Use these terminal commands from your project directory.
Stash your local changes using git stash. This will save your local changes, after the last commit in your local, to a stack.
Pull changes from remote using git pull or git pull <remote-name> <branch-name> if you are pulling from branch other than master. This will pull the commits from the remote branch to local that you don't have.
Pop back your changes from stash using git stash pop. This will apply back the uncommitted changes. This may result in merge conflicts in your code.
@Expire0
Expire0 / gist:eaa860cc1e1b13c0b6d61f07322b7acc
Last active March 20, 2022 20:26
Hive: honeycomb-spkcc management
This is a Decentralized Autonomous Organization built on the HIVE ecosystem.
THIS BUILD IS PASSING BUT SEVERAL FEATURES ARE UNTESTED. DO NOT RECOMMEND USING ON ACCOUNT WITH HIGH BALANCES
This software builds a network of peers that use HIVE to post and interpret transactions.
This allows these peers to come to a consensus and elect peers to run tasks.
Distributing computing in this way allows a vast amount of potential applications, DeFi, and oracle services.
By distributing authority to perform transactions we can have a frictionless(no intermediate tokens, no central authority,
no intrinsic fees) way to cross asset boundaries(HIVE/COMB) with no information asymmetries,
ie Finance without securities by definition... just free speech: As no party is required to perfom any function,
@Expire0
Expire0 / gist:87b9a7221921ae38ce8437d380f1767f
Last active November 18, 2019 14:44
Trying to figure out why this code snippet doesnt error in Python
test2 = "testing something"
"okay this doesn't error out"
"hour( activity ) , day( activity )"
@Expire0
Expire0 / minikube_install_issues.md
Last active February 17, 2019 15:10
minikube installation issue with Centos 7

#MiniKube installation issues

I wanted to document some of the issues I had installing minikube. I also want to note some of the issues may be related to how AWS is setup and Centos repos.

I was following the instructions at https://kubernetes.io/docs/tasks/tools/install-minikube/ which seem straight forward. My problem started here https://kubernetes.io/docs/tasks/tools/install-minikube/#install-kubectl .

Error #1 Error creating host:: sudo systemctl -f restart docker: Process exited with status 1

HPONCFG all << end_marker
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Dontcare" PASSWORD="UsingAutologin">
<USER_INFO MODE="write">
<ADD_USER
USER_NAME="daniel"
USER_LOGIN="daniel"
PASSWORD="daniel123">
<ADMIN_PRIV value ="Yes"/>
<REMOTE_CONS_PRIV value ="Yes"/>