Skip to content

Instantly share code, notes, and snippets.

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

Vikram VikramTiwari

📟
-/- ... -/-
View GitHub Profile
{
"IAB1": "Arts & Entertainment",
"IAB1-1": "Books & Literature",
"IAB1-2": "Celebrity Fan/Gossip",
"IAB1-3": "Fine Art",
"IAB1-4": "Humor",
"IAB1-5": "Movies",
"IAB1-6": "Music",
"IAB1-7": "Television",
"IAB2": "Automotive",
@VikramTiwari
VikramTiwari / app.yaml
Last active August 29, 2015 14:07 — forked from darktable/app.yaml
application: you-app-name-here
version: 1
runtime: python
api_version: 1
default_expiration: "30d"
handlers:
- url: /(.*\.(appcache|manifest))
mime_type: text/cache-manifest
@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">
@VikramTiwari
VikramTiwari / CSS Tricks
Created March 24, 2015 07:18
CSS Tricks
#titanic {
float: none;
}
.sniper-mode {
cursor: crosshair;
}
#periodic {
display: table;
@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 / 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 / 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 / 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 / testMe.js
Created September 20, 2019 01:26
testMe.js
function testMe() {
try {
// whatever
return true
} catch (err) {
console.log(err)
return false
}
}
# software
chrome
vscode
postman
backup from google
vnc viewer
robo3t
opera
elmedia player
android file transfer