Based on dribbble shot https://dribbble.com/shots/2097042-Widget-Weather by kylor
A Pen by Josh Bader on CodePen.
| {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'}, |
| run_cmd('./aria2c', ['--enable-rpc', '--rpc-listen-all'], function (text) { | |
| console.log(text); | |
| }); |
| return $q.defer().promise; |
| nvm alias default node |
| package main | |
| import ( | |
| "encoding/json" | |
| "fmt" | |
| "github.com/gin-gonic/gin" | |
| "io/ioutil" | |
| ) | |
| type Settings map[string]string |
| .box { | |
| position: relative; | |
| display: inline-block; | |
| width: 100px; | |
| height: 100px; | |
| background-color: #fff; | |
| border-radius: 5px; | |
| box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); | |
| border-radius: 5px; | |
| -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); |
| function parseLodash(str){ | |
| return _.attempt(JSON.parse.bind(null, str)); | |
| } |
| function isDescendant(parent, child) { | |
| var node = child.parentNode; | |
| while (node != null) { | |
| if (node == parent) { | |
| return true; | |
| } | |
| node = node.parentNode; | |
| } | |
| return false; | |
| } |
Based on dribbble shot https://dribbble.com/shots/2097042-Widget-Weather by kylor
A Pen by Josh Bader on CodePen.
| .ui-select-bootstrap.ng-invalid span.btn.ui-select-toggle { | |
| border-color: #D44950 !important; | |
| } |