Skip to content

Instantly share code, notes, and snippets.

View pipipzz's full-sized avatar

Amit Tiwari pipipzz

View GitHub Profile
Verifying my Blockstack ID is secured with the address 1HcE8UNwbBxHN13LbyZ9eQNvKLr1LVKht3 https://explorer.blockstack.org/address/1HcE8UNwbBxHN13LbyZ9eQNvKLr1LVKht3
to check if the server works - https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice
stun:
stun.l.google.com:19302,
stun1.l.google.com:19302,
stun2.l.google.com:19302,
stun3.l.google.com:19302,
stun4.l.google.com:19302,
stun.ekiga.net,
stun.ideasip.com,
@pipipzz
pipipzz / InstagramLikeColorTransition.txt
Created September 15, 2016 19:29 — forked from deepak786/InstagramLikeColorTransition.txt
Instagram Like Gradient Color Transition in Android
/******This Gist explains how to create instagram like Gradient color transition in android.******/
1. Create some gradient color drawables inside drawable Folder.
a) color1.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#c44e4e"
android:endColor="#dcb9b9"
android:angle="0"/>
@pipipzz
pipipzz / gist:7d1cd2e184e0debcd4a077f905202ef8
Created August 19, 2016 18:45 — forked from afeld/gist:4952991
good APIs for mashups
@pipipzz
pipipzz / CheatSheet.java
Last active October 27, 2015 14:28 — forked from romannurik/CheatSheet.java
Android helper class for showing cheat sheets (tooltips) for icon-only UI elements on long-press. This is already default platform behavior for icon-only action bar items and tabs. This class provides this behavior for any other such UI element.
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software