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
ffmpeg -user_agent "%useragent" -referer "%referer%" -i "%url%" -c:v libx264 -c:a aac "%tabtitle%.mp4" |
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
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
"description": "Publications planned and in progress.", | |
"width": 600, | |
"layer": [ | |
{ | |
"data": {"values": [ | |
{ | |
"paper": "Coral Application Note", | |
"end": "2021-08-31", |
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
{ | |
"$schema": "https://vega.github.io/schema/vega/v5.json", | |
"description": "Parallel coordinates plot showing 7 dimensions of automobile statistics.", | |
"width": 700, | |
"height": 400, | |
"padding": 5, | |
"config": { | |
"axisY": { | |
"titleX": -2, |
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
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json", | |
"description": "Google's stock price over time.", | |
"width": 300, | |
"height": 300, | |
"data": { | |
"values": [ | |
{"label": "A", "x": 0, "y": 420}, | |
{"label": "B", "x": 2, "y": 440}, | |
{"label": "C", "x": 5, "y": 430}, |
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
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
"data": { "values": [ | |
{"Cylinders": 3, "Origin": "Europe"}, | |
{"Cylinders": 3, "Origin": "Europe"}, | |
{"Cylinders": 3, "Origin": "Europe"}, | |
{"Cylinders": 4, "Origin": "Europe"}, | |
{"Cylinders": 4, "Origin": "Europe"}, | |
{"Cylinders": 5, "Origin": "Europe"}, | |
{"Cylinders": 6, "Origin": "Europe"}, |
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
{ | |
"$schema": "https://vega.github.io/schema/vega/v5.json", | |
"autosize": {"type": "fit", "contains": "padding"}, | |
"background": "white", | |
"padding": {"left": 5, "top": 0, "right": 5, "bottom": 0}, | |
"height": 300, | |
"style": "cell", | |
"encode": {"update": {"cursor": {"value": "text"}}}, | |
"data": [ | |
{"name": "selected_store"}, |
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
{ | |
"$schema": "https://vega.github.io/schema/vega/v5.json", | |
"autosize": {"type": "fit", "contains": "padding"}, | |
"background": "white", | |
"padding": {"left": 5, "top": 0, "right": 5, "bottom": 0}, | |
"height": 300, | |
"style": "cell", | |
"encode": {"update": {"cursor": {"value": "text"}}}, | |
"data": [ | |
{"name": "selected_store"}, |
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
{ | |
"$schema": "https://vega.github.io/schema/vega/v5.json", | |
"autosize": { | |
"type": "fit-x", | |
"contains": "padding" | |
}, | |
"background": "white", | |
"padding": 5, | |
"height": 300, | |
"style": "cell", |
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 32 columns, instead of 25 in line 5.
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
player,age,current_club,current_league,foot,height,nationality,position,games12,games13,games14,games15,games16,games17,goals12,goals13,goals14,goals15,goals16,goals17,minutes12,minutes13,minutes14,minutes15,minutes16,minutes17,assists12,assists13,assists14,assists15,assists16,assists17 | |
Dmitri Poloz,26,Zenit St. Petersburg,RUS - Premier Liga,right,183,Russia,W,22,30,24,30,40,24,3,1,4,7,14,3,1057,1258,1522,2132,2987,1194,1,4,2,6,8,7 | |
Emiliano Rigoni,25,Zenit St. Petersburg,RUS - Premier Liga,both,180,Argentina Italy,W,,26,48,20,31,21,,1,7,5,11,6,,1255,2832,1533,2427,1433,,0,6,6,2,3 | |
Sebastián Driussi,22,Zenit St. Petersburg,RUS - Premier Liga,both,179,Argentina Italy,CF,,7,37,15,35,31,,1,4,1,21,3,,296,2231,914,2517,1571,,0,4,1,3,4 | |
Aleksandr Kokorin,26,Zenit St. Petersburg,RUS - Premier Liga,right,183,Russia,CF,26,23,39,24,38,34,13,10,10,8,10,19,2287,1777,2785,1424,2889,2911,5,9,7,3,7,4 | |
Anton Zabolotnyi,26,Zenit St. Petersburg,RUS - Premier Liga,right,188,Russia,CF,5,26,,29,34,24,1,3,,5,16,4,171,1305,,1500,2562 |
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
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
"description": "Publications planned and in progress.", | |
"width": 900, | |
"layer": [ | |
{ | |
"data": {"values": [ | |
{ | |
"paper": "Jupyter Notebook Provenance", | |
"end": "2022-03-01", |