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
| //add video youtube channel | |
| if ($('.video_slider_youtube').length) { | |
| $.ajax({ | |
| type: 'GET', | |
| url: 'https://www.googleapis.com/youtube/v3/search', | |
| data: { | |
| order: 'date', | |
| part: 'snippet', | |
| channelId: 'UCBvF9cRoyNHM7AH6gJx2ZYQ', |
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
| {"series":[{"name":"how i met your mother","id":"1504912239"}],"genres":[]} |
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
| <!Doctype html> | |
| <html lang="en" class=" js flexbox flexboxlegacy canvas canvastext webgl no-touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths"><head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta name="description" content="Ridiculously simple Youtube to MP3 converter and Youtube video downloader. Online. Free. Without registration. Also supports Vimeo, Soundcloud, Facebook, Youtube MP3 and others. Convert and download Youtube videos easily, with the world's best Free Youtube Downloader Online!"> | |
| <meta name="keywords" content="download, fre |
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
| // (Really Simple) PID Class by Ivan Seidel | |
| // GitHub.com/ivanseidel | |
| // Use as you want. Leave credits | |
| class PID{ | |
| public: | |
| double error; | |
| double sample; | |
| double lastSample; |