Not everyone with a commodore 64 can hack into NASA.
Pinned Loading
-
crosschain_contract
crosschain_contract PublicExample code for a bitcoin-style cross-chain contract. Don't use this code.
Python 1
-
pay_for_private_keys
pay_for_private_keys PublicCreate contracts in Ethereum to atomically pay someone for a private key.
-
Git merge conflict resolve Python sc...
Git merge conflict resolve Python script 1Git's merge tool is kind of shitty with respect to rebase. It doesn't seem to acknowledge the working directory? So I made a simple Python script that lets you easily resolve merge conflicts. The diff tool it uses is Visual Studio Code (which is cross-platform.) This was necessary due to Visual Studios merge diffs being read-only.
23To use: install the script as /usr/bin/resres, set execute perms, mkdir ~/resres_merge , and on a conflicted file type: resres file.name. This will pop-up a diff view in Visual Studio Code. The changes you want to choose are on the left side split-view.
45Once you're done resolving the merge conflict, simply run the tool again on the same file to incorporate your changes. Run the tool multiple times if necessary to resolve all conflicts. It will tell you when you're done.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.