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
#EXTM3U | |
#EXTINF:-1,3sat | |
https://zdf0910-lh.akamaihd.net/i/dach10_v1@392872/master.m3u8 | |
#EXTINF:-1,ARD alpha | |
https://brlive-lh.akamaihd.net/i/bralpha_germany@119899/master.m3u8 | |
#EXTINF:-1,Arte DE | |
https://artelive-lh.akamaihd.net/i/artelive_de@393591/master.m3u8 | |
#EXTINF:-1,Arte FR | |
https://artelive-lh.akamaihd.net/i/artelive_fr@344805/master.m3u8 | |
#EXTINF:-1,Das Erste (ARD) |
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
# https://vault.bitwarden.com/download/?app=cli&platform=linux | |
# cp ~/.local/bin | |
# bash chmod +x </path/to/executable> |
Note: The npm download script currently only download zip files
- Move to dedicated repo
- Add CLI tool for the npm and node download script
- Replace
request
lib with not deprecated one - Download index.json by itself
- Install another formats of npm (not just zip)
In this quick walkthough you'll learn how to create a separate branch in your repo to house your screenshots and demo gifs for use in your master's readme.
In order to prevent any loss of work it is best to clone the repo in a separate location to complete this task.
Create a new branch in your repo by using git checkout --orphan assets
- Use
curl
to get the JSON response for the latest release - Use
grep
to find the line containing file URL - Use
cut
andtr
to extract the URL - Use
wget
to download it
curl -s https://api.github.com/repos/jgm/pandoc/releases/latest \
| grep "browser_download_url.*deb" \
| cut -d : -f 2,3 \
| tr -d \" \
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
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'> | |
#stars | |
#stars2 | |
#stars3 | |
#title | |
%span | |
PURE CSS | |
%br | |
%span | |
PARALLAX PIXEL STARS |
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 baseColors = { | |
'--gray-0': '#f8f9fa', | |
'--gray-1': '#f1f3f5', | |
'--gray-2': '#e9ecef', | |
'--gray-3': '#dee2e6', | |
'--gray-4': '#ced4da', | |
'--gray-5': '#adb5bd', | |
'--gray-6': '#868e96', | |
'--gray-7': '#495057', | |
'--gray-8': '#343a40', |
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
- var n = 1 | |
div.container | |
while n <= 30 | |
div(class='ring el-' + n++) |
OlderNewer