I hereby claim:
- I am tithonium on github.
- I am tithonium (https://keybase.io/tithonium) on keybase.
- I have a public key whose fingerprint is 920B B4E4 DBA9 9563 E8CB 1256 0133 3D07 AB4F 2BE2
To claim this, I am signing this object:
| rows = $('div.contentTableListRow_myx') | |
| idx = 0 | |
| dorow = function(){ | |
| if(idx >= rows.length) { | |
| console.log("Done!!!") | |
| return | |
| } | |
| var row = rows[idx] | |
| idx = idx + 1 | |
| if(row.textContent.match(/ Sample /)) { |
| alias ..="cd .." | |
| alias cd..="cd .." | |
| edit() { | |
| $EDITOR $* | |
| } | |
| alias ff="find . -type f | grep -vF .git | grep -vF .DS_Store | grep -vF .keep | grep -vF /node_modules/" | |
| alias faf="find . -type f" | |
| alias fd="find . -type d | grep -vF .git" |
| SPINNER = ("\u2800".."\u28ff").to_a.shuffle | |
| def spinner | |
| if @spinstep.nil? | |
| @spinstep = 0 | |
| else | |
| return if (Time.now - @spintime) < 0.1 | |
| STDOUT.print "\b \b" | |
| end | |
| @spintime = Time.now | |
| STDOUT.print SPINNER[(@spinstep += 1) % SPINNER.length] |
I hereby claim:
To claim this, I am signing this object: