I hereby claim:
- I am mrmx on github.
- I am mrmx (https://keybase.io/mrmx) on keybase.
- I have a public key ASAXPQI5h1e90r6uJ9e2tFruKtTl6uwGgQjQaOeKR7IW8wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
https://gist.github.com/mrmx/429a96da12024feaef6f |
import java.util.Collections; | |
import java.util.LinkedList; | |
import java.util.List; | |
/** | |
* Compute the minimum knight movements from (0,0) -> (A,B) | |
* | |
* @author mrmx | |
*/ | |
public class KnightRider { |
https://gist.github.com/mrmx/429a96da12024feaef6f |
#!/bin/bash | |
# | |
# Depends on: | |
# pywallet.py from https://github.com/pagobit/pywallet | |
# jq from https://stedolan.github.io/jq | |
for addr in $(./pywallet.py --dumpwallet | jq --raw-output ".keys[].addr"); do | |
echo "$addr balance:"; | |
curl https://insight.bitpay.com/api/addr/$addr/balance; | |
echo ""; |
https://gist.github.com/mrmx/429a96da12024feaef6f |
### Keybase proof | |
I hereby claim: | |
* I am mrmx on github. | |
* I am mrmx (https://keybase.io/mrmx) on keybase. | |
* I have a public key whose fingerprint is 3BAF F883 D308 D778 23A8 5F4B A53F E983 6DF1 74DB | |
To claim this, I am signing this object: |
https://gist.github.com/mrmx/429a96da12024feaef6f |
#!/usr/bin/env python | |
""" | |
Rudimentary Spotify Web Proxy using mitmproxy. | |
Use it by your own responsibility!! | |
This was only entertainment!! | |
""" | |
import random | |
import hashlib |
We're a Chinese company building an enterprise collaboration product. Our founding team includes Chinese, Spanish and American entrepreneurs with more than 15 years of experience in China, managing more than 500 people and a track record of several successful exits. | |
We're headquartered in Shanghai, with offices in Beijing, Hong Kong, Singapore and Taiwan. | |
We're on stealth mode, with a fully-built first version of our product, and some big names as paying clients. | |
We are looking for 2 front-end programmers to give us a hand with our web and mobile apps. | |
These are the technologies that we use: |