I hereby claim:
- I am skywinder on github.
- I am skywinder (https://keybase.io/skywinder) on keybase.
- I have a public key ASBH3KfAmCW74oEm9_fABXahqfMv0DKBdTlCa0SsFlh_MQo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| if [ -n "$1" ] | |
| then | |
| if grep "ide.mac.useNativeClipboard=" "$1"/Contents/bin/idea.properties > /dev/null | |
| then | |
| if grep "ide.mac.useNativeClipboard=false" "$1"/Contents/bin/idea.properties > /dev/null | |
| then | |
| echo "ide.mac.useNativeClipboard=false found -> change to true" |
| let 🌍 = "🐶🐺🐱🐭🐹🐰🐸🐯🐨🐻🐷🐽🐮🐗🐵🐒🐴🐑🐘🐼🐧🐦🐤🐥🐣🐔🐍🐢🐛🐝🐜🐞🐌🐙🐚🐠🐟🐬🐳🐋🐄🐏🐀🐃🐅🐇🐉🐎🐐🐓🐕🐖🐁🐂🐲🐡🐊🐫🐪🐆🐈🐩" | |
| var 🚢: [String] = [] | |
| for 👾 in 🌍.characters { | |
| let 💕 = String(👾) | |
| 🚢.append(💕 + 💕) | |
| } | |
| 🚢 |
| Verifying my identity on Peepeth.com 0x6a3738c6299f45c31697acea647d49edcc9c28a4 |
| #run this script from Product page in your project Derived Data folder | |
| framework_name="${$(basename $(find ./Debug-iphoneos -type d -name '*.framework' -maxdepth 1))%.*}" && \ | |
| cp -R Debug-iphoneos/$framework_name.framework ./$framework_name.framework && \ | |
| lipo -create -output "$framework_name.framework/$framework_name" \ | |
| "Debug-iphonesimulator/$framework_name.framework/$framework_name" \ | |
| "Debug-iphoneos/$framework_name.framework/$framework_name" |
| cargo run --release --bin verify_transform_constrained | |
| Finished release [optimized] target(s) in 0.12s | |
| Running `target/release/verify_transform_constrained` | |
| Will verify and decompress a contribution to accumulator for 2^25 powers of tau | |
| Calculating previous challenge hash... | |
| Hash of the `challenge` file for verification: | |
| 442064d3 e63b077b b82a3268 9d7cfb54 | |
| 470391c7 5d03d9e8 0bb39c6d 84aa063f | |
| e876fbc7 e07c7ea6 a09d3582 7333be41 | |
| 2925944f d0f7a0dc 8280d5d4 0016aa8f |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 🌞 Morning 289 commits ████▊░░░░░░░░░░░░░░░░ 23.1% | |
| 🌆 Daytime 559 commits █████████▍░░░░░░░░░░░ 44.7% | |
| 🌃 Evening 275 commits ████▌░░░░░░░░░░░░░░░░ 22.0% | |
| 🌙 Night 128 commits ██▏░░░░░░░░░░░░░░░░░░ 10.2% |
| REMIX EXAMPLE PROJECT | |
| Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer. | |
| It contains 3 directories: | |
| 1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name. | |
| 2. 'scripts': Holds two scripts to deploy a contract. It is explained below. | |
| 3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity. | |
| SCRIPTS |
| # Open GitKraken using the current repo directory in the cli. | |
| alias kraken='open -na "GitKraken" --args -p "$(git rev-parse --show-toplevel)"' | |
| # Now you can 'git kraken'! |