I hereby claim:
- I am harel on github.
- I am harelmalka (https://keybase.io/harelmalka) on keybase.
- I have a public key ASDcq_0DEB_cgo1yAxAc2a9VWJ0Syb8tiM_Td5QUpvI6Tgo
To claim this, I am signing this object:
| ############################################################################## | |
| # mark/jump support + completion | |
| # un/mark name : bookmark a directory or remove one (unmark) | |
| # jump name : jump to directory | |
| # marks : show all bookmarks | |
| export MARKPATH=$HOME/bin/.marks | |
| function jump { | |
| cd -P $MARKPATH/$1 2>/dev/null || echo "No such mark: $1" | |
| } | |
| function mark { |
I hereby claim:
To claim this, I am signing this object:
| def hashable_lru(func): | |
| cache = lru_cache(maxsize=1024) | |
| def deserialise(value): | |
| try: | |
| return json.loads(value) | |
| except Exception: | |
| return value | |
| def func_with_serialized_params(*args, **kwargs): |
| Verifying I am +harel on my passcard. https://onename.com/harel |