This file contains hidden or 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
| javascript: !function(){var a=document.querySelector(".video-stream.html5-main-video"),b=document.createElement("canvas"),c=b.getContext("2d");b.addEventListener("click",function(){b.parentNode.removeChild(b)}),b.width=a.videoWidth,b.height=a.videoHeight,c.drawImage(a,0,0,a.videoWidth,a.videoHeight),a.parentNode.parentNode.insertAdjacentElement("afterend",b)}(); |
This file contains hidden or 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
| const fetch = require('node-fetch'), | |
| polygonize = require('polygonize'), | |
| interpreterUrl = 'http://overpass-api.de/api/interpreter'; | |
| function buildOverpassQL(lat, lon, around='500') { | |
| return '[out:json];(' + | |
| ['primary', 'secondary', 'tertiary', 'residential', 'trunk'].map( | |
| e => `way["highway"="${e}"](around:${around}, ${lat}, ${lon});` | |
| ).join('')+'); out body; >; out skel qt;'; | |
| } |
This file contains hidden or 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
| -------------------------- sphinxbase.yaml ------------------------------ | |
| Name: sphinxbase | |
| Summary: Common library for sphinx speech recognition. | |
| Version: 0.8 | |
| Release: 1 | |
| Group: System/Libraries | |
| License: BSD | |
| URL: http://cmusphinx.sourceforge.net/ | |
| Description: | | |
| Common library for sphinx speech recognition. |
NewerOlder