I hereby claim:
- I am vikramtiwari on github.
- I am vikramtiwari (https://keybase.io/vikramtiwari) on keybase.
- I have a public key whose fingerprint is 627A CF9F 93B5 67D8 EC4E 4C2F 1991 4EBE EEF8 A4DC
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// from https://github.com/mailcheck/mailcheck/wiki/List-of-Popular-Domains | |
const domains = [ | |
/* Default domains included */ | |
'aol.com', | |
'att.net', | |
'comcast.net', | |
'facebook.com', | |
'gmail.com', | |
'gmx.com', | |
'googlemail.com', |
# software | |
chrome | |
vscode | |
postman | |
backup from google | |
vnc viewer | |
robo3t | |
opera | |
elmedia player | |
android file transfer |
function testMe() { | |
try { | |
// whatever | |
return true | |
} catch (err) { | |
console.log(err) | |
return false | |
} | |
} |
Created by Christopher Manning
[
](http://bl.ocks.org/d/1703449/#/[0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811, 514229, 832040, 1346269, 2178309, 3524578, 5702887, 9227465, 14930352, 24157817, 39088169]43/0/1)
[
](http://bl.ocks.org/d/1703449/#/
node_modules/
in index.html
!node_modules
in .surgeignore
import java.io.*; | |
import java.nio.file.*; | |
import java.security.*; | |
import java.security.cert.*; | |
import javax.net.ssl.*; | |
import org.bouncycastle.jce.provider.*; | |
import org.bouncycastle.openssl.*; | |
public class SslUtil |
When developing locally use the following servers
For Python 2.7x
python -m SimpleHTTPServer 8888 &
For Python 3.x
python -m http.server 8888 &
#titanic { | |
float: none; | |
} | |
.sniper-mode { | |
cursor: crosshair; | |
} | |
#periodic { | |
display: table; |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-animated-pages/core-animated-pages.html"> | |
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html"> | |
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html"> | |
<link rel="import" href="../core-animated-pages/transitions/slide-down.html"> | |
<link rel="import" href="../core-animated-pages/transitions/slide-up.html"> | |
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.html"> | |
<polymer-element name="gdgnd-about-page"> |