This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{url:'stun:stun01.sipphone.com'}, | |
{url:'stun:stun.ekiga.net'}, | |
{url:'stun:stun.fwdnet.net'}, | |
{url:'stun:stun.ideasip.com'}, | |
{url:'stun:stun.iptel.org'}, | |
{url:'stun:stun.rixtelecom.se'}, | |
{url:'stun:stun.schlund.de'}, | |
{url:'stun:stun.l.google.com:19302'}, | |
{url:'stun:stun1.l.google.com:19302'}, | |
{url:'stun:stun2.l.google.com:19302'}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Author = Nikhil Venkat Sonti | |
# email = [email protected] | |
# github ID = shadowfax92 | |
import sys | |
from xml.dom.minidom import _get_StringIO | |
from lxml import html | |
import requests | |
import os | |
import re | |
import time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
.demo1{ | |
border:30px solid transparent; | |
border-top-color: red; | |
border-right-color: blue; | |
border-bottom-color: green; | |
border-left-color: black; | |
display: block; | |
width: 0px; | |
height: 0px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
.demo2{ | |
border:30px solid transparent; | |
border-top: 0; | |
border-right-color: transparent; | |
border-bottom-color: green; | |
border-left-color: transparent; | |
display: block; | |
width: 0px; | |
height: 0px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
.arrow{ | |
display: block; | |
width: 0px; | |
height: 0px; | |
border:30px solid transparent; | |
} | |
.arrow.arrow-up{ | |
border-bottom-color: #ccc; | |
border-top-width: 0px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
.profile{ | |
display: inline-block; | |
padding: 10px; | |
border:1px solid #ccc; | |
border-radius: 2px; | |
margin-top: 15px; | |
position: relative; | |
} | |
.profile .name{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="list-group"> | |
<li class="list-group-item clearfix task"> | |
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod | |
tempor incididunt ut labore et dolore magna aliqua.</p> | |
<div> | |
<span class="pull-right"> | |
<button class="btn btn-default btn-xs"><span class="glyphicon glyphicon-pencil"></span></button> | |
<button class="btn btn-primary btn-xs"><span class="glyphicon glyphicon-ok"></span></button> | |
<button class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span></button> | |
</span> |
OlderNewer