I hereby claim:
- I am bruteforcecat on github.
- I am bruteforcecat (https://keybase.io/bruteforcecat) on keybase.
- I have a public key ASAC5RtBzNL8gdSslj8QZmTJSKvBzEsh1SwOkJMgU69_iQo
To claim this, I am signing this object:
if (fGenerateBitcoins) | |
if (_beginthread(ThreadBitcoinMiner, 0, NULL) == -1) | |
printf("Error: _beginthread(ThreadBitcoinMiner) failed\n"); |
bool BitcoinMiner() | |
{ | |
printf("BitcoinMiner started\n"); | |
SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_LOWEST); | |
CKey key; | |
key.MakeNewKey(); | |
CBigNum bnExtraNonce = 0; | |
while (fGenerateBitcoins) | |
{ |
I hereby claim:
To claim this, I am signing this object:
https://github.com/amix/vimrc
fzf
`
git branch -r | fzf
git checkout $(git branch -r)
Ruby: Developer Happiness Erlang: OTP Powerful Clojure: One of the best designed language. Elixir: Programmer focused, functional but pragmatic, standard toolset
- install kerl | |
- install wxmac `brew install wxmac` | |
- add ~/.kerlrc `echo "KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac --enable-shared-zlib --with-ssl=/usr/local/opt/openssl --enable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --with-wx"" > ~/.kerlrc` | |
- kerl build 20.0 20.0 | |
- kerl install 20.0 ~/erlang/erlang_20_0 | |
- add this `~/erlang/erlang_20_0` to ~/.zshrc |
## Way of presenting idea | |
- Flowcharts | |
- Pseudocode | |
- Math Model | |
## Complexity | |
Time Complexity. | |
Memory Complexity | |
## Strategy |
Unit Testing & Propoerty Testing
Propety tests test the formal propoerties of programs.
In Haskell, we recognize abstract pattern in code which have well-defined, lawful representation in math. These abstractions is described as algebra, by which we mean operations and the set(the type they operate on) they operate over.