| itag Code | Container | Content | Resolution | Bitrate | Range | VR / 3D |
|---|---|---|---|---|---|---|
| 5 | flv | audio/video | 240p | - | - | - |
| 6 | flv | audio/video | 270p | - | - | - |
| 17 | 3gp | audio/video | 144p | - | - | - |
| 18 | mp4 | audio/video | 360p | - | - | - |
| 22 | mp4 | audio/video | 720p | - | - | - |
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
| <?php | |
| final class DiggStylePagination { | |
| /** | |
| * DiggStylePagination::create(5, 1, 15, function($page){ return 'http://localhost/' . $page; }) | |
| * | |
| * | |
| */ | |
| public final static function create($currentPage, $firstPage, $totalPages, \Closure $url, $adjacents = 1, array $classes = []) { |
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 pagination = (currentPage = 1, totalPages = 0, customEtc = '...') => { | |
| const pages = []; | |
| //Verificar se há páginas | |
| if (totalPages <= 0) | |
| return pages; | |
| //1 Botão |
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
| #!/bin/bash | |
| REPO_NAME=flutter | |
| ORIGIN_URL=https://github.com/flutter/flutter.git | |
| REPO1_URL=https://gitlab.com/flutter/flutter.git | |
| rm -rf $REPO_NAME | |
| git clone --bare $ORIGIN_URL $REPO_NAME | |
| if [ "$?" != "0" ]; then | |
| echo "ERROR: failed clone of $ORIGIN_URL" |
I hereby claim:
- I am jhorlima on github.
- I am jhordan (https://keybase.io/jhordan) on keybase.
- I have a public key ASA7tb5G7ZZc6tUYq2NCmgIls1er4gRT_PNIKEYgUTkzkAo
To claim this, I am signing this object: