See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| 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:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import sys | |
| import os | |
| import struct | |
| import getpass | |
| from hashlib import sha256 | |
| from random import randint | |
| import argparse | |
| import subprocess |
| 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(""); | |
| } |
| 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."
| Task | Sai's PR | crowded.geek's PR |
|---|---|---|
| Task: About Page for Lead Management Android | Sai Vittal's PR: https://github.com/JBossOutreach/lead-management-android/pull/360 1 Dec, 2018 | crowded.geek's PR: https://github.com/JBossOutreach/lead-management-android/pull/357 30 Nov, 2018 |
| Task: About Page for Visiting Card Android | Sai Vittal's PR: https://github.com/JBossOutreach/visiting-card-android/pull/167 1 Dec, 2018 | crowded.geek's PR: https://github.com/JBossOutreach/visiting-card-android/pull/158 29 Nov, 2018 |
| Task: Visiting Card Layout | Sai Vittal's PR: https://github.com/JBossOutreach/visiting-card-android/pull/89 4 Nov, 2018 | crowded.geek's PR: https://github.com/JBossOutreach/visiting-card-android/pull/84 2 Nov, 2018 |
| [Task: JBossOutreach Android App](https://codein |