I hereby claim:
- I am nalinbhardwaj on github.
- I am nibnalin (https://keybase.io/nibnalin) on keybase.
- I have a public key ASBZs3BWPfhMDXm7YcWzMdPpotfiAguqPGq6EVfu-ixDZQo
To claim this, I am signing this object:
#!/bin/bash | |
for i in `seq 1 1000000`; do | |
echo $i | |
rm -rf inp$i.in | |
done |
#include <iostream> | |
#include <cstdio> | |
#include <vector> | |
#include <set> | |
#include <map> | |
using namespace std; | |
const int maxn = int(2e5)+5, inf = int(1e9)+5, MOD = int(1e9)+7; | |
int nex[maxn], dp[maxn], BIT[maxn]; |
123-reg: .co.uk | |
163: .com | |
1and1: .fr | |
1und1: .de | |
360: .cn | |
4: .cn | |
51: .la | |
a8: .net | |
abc: .net.au | |
about: .me |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Modified following this issue: https://github.com/wbond/sublime_terminal/issues/89 | |
CD_CMD="cd "\\\"$(pwd)\\\"" && clear" | |
if echo "$SHELL" | grep -E "/fish$" &> /dev/null; then | |
CD_CMD="cd "\\\"$(pwd)\\\""; and clear" | |
fi | |
VERSION=$(sw_vers -productVersion) | |
OPEN_IN_TAB=0 |