Skip to content

Instantly share code, notes, and snippets.

View VikramTiwari's full-sized avatar
📟
-/- ... -/-

Vikram VikramTiwari

📟
-/- ... -/-
View GitHub Profile

Keybase proof

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:

// 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
@VikramTiwari
VikramTiwari / testMe.js
Created September 20, 2019 01:26
testMe.js
function testMe() {
try {
// whatever
return true
} catch (err) {
console.log(err)
return false
}
}
@VikramTiwari
VikramTiwari / README.mkd
Created August 25, 2016 05:33 — forked from christophermanning/README.mkd
Hamiltonian Graph Builder
<style type="text/css">p {text-align:center;width: auto}</style>

Created by Christopher Manning

Gallery

Axle Eight [Fibbobaci](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) [Florets](http://bl.ocks.org/d/1703449/#/

@VikramTiwari
VikramTiwari / angualrattack-2015-surge-issue.md
Created May 14, 2016 05:32
angualrattack-2015-surge-issue
  • Point all your resources to local node_modules/ in index.html
  • add !node_modules in .surgeignore
  • Push and pray to hakathon gods that no one messes with your repos again.
@VikramTiwari
VikramTiwari / SslUtil.java
Created December 25, 2015 23:33 — forked from sharonbn/SslUtil.java
SSL/TLS connection from Eclipse Paho Java client to mosquitto MQTT broker
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
@VikramTiwari
VikramTiwari / basic-servers.md
Created March 24, 2015 07:25
Simple Servers

When developing locally use the following servers

For Python 2.7x

python -m SimpleHTTPServer 8888 &

For Python 3.x

python -m http.server 8888 &amp;
@VikramTiwari
VikramTiwari / CSS Tricks
Created March 24, 2015 07:18
CSS Tricks
#titanic {
float: none;
}
.sniper-mode {
cursor: crosshair;
}
#periodic {
display: table;
@VikramTiwari
VikramTiwari / designer.html
Last active August 29, 2015 14:13
designer
<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">