- 🔭 I’m currently working on a product ([Electron + React] 📦 ) with @mohitkyadav.
- 🌱 I’m currently learning Gra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const getActualType = weirdo => | |
| toString | |
| .call(weirdo) | |
| .match(/([A-Z])\w+/)[0] | |
| .toLowerCase(); | |
| // toString.call(T) returns "[Object <TypeOfT>]", I find the first word with Capital Letter as front. |
I hereby claim:
- I am aashutoshrathi on github.
- I am aashutoshrathi (https://keybase.io/aashutoshrathi) on keybase.
- I have a public key whose fingerprint is 96B1 EAB8 9D51 CCBE AA55 67F6 BB1C 30C5 F931 E8FC
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import sys | |
| import os | |
| import struct | |
| import getpass | |
| from hashlib import sha256 | |
| from random import randint | |
| import argparse | |
| import subprocess |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function binaryAgent(str) { | |
| var newBin = str.split(" "); | |
| var binCode = []; | |
| for (i = 0; i < newBin.length; i++) { | |
| binCode.push(String.fromCharCode(parseInt(newBin[i], 2))); | |
| } | |
| return binCode.join(""); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 1B3GsdMBxiPtp5E2qDPBZduzX7R12bvAuc https://explorer.blockstack.org/address/1B3GsdMBxiPtp5E2qDPBZduzX7R12bvAuc |
you must set ParseMode in HTML and set your Image Url in A tag like this:
<a href="' + image + '">‍</a>
‍ -> never show in message
Bharat: "Hey, Amar!"
Amar: "Yes, I know. You want to play 'Guess a Number.' I'll play the two-round version where you submit a list of yes/no questions, then I answer them, and then you guess one number."
Bharat: "Okay! So..."
Amar: "But I will not answer all of your questions. I will leave one question (of my choosing) unanswered."