mkdir test && cd "$_"
tar -xzf ../test.epub
This file contains 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 options = { | |
master: 'merge', | |
staging: 'squash' | |
}; | |
const base = document.querySelector('#partial-discussion-header .base-ref').textContent.trim(); | |
const what = options[base]; | |
[...document.querySelectorAll('button[data-details-container=".js-merge-pr"]')].forEach(item => { |
Note: this will be my 5th visit to Berlin, so I have already done all the classic and famous things.
Including what I've already done to keep track.
-
Gärten der Welt (Gardens of the World) https://gruen-berlin.de/gaerten-der-welt - Tempelhof Airport http://www.thf-berlin.de/fuehrungen/english-guided-tours/
- Pfaueninsel http://www.atlasobscura.com/places/pfaueninsel
- Gemaldegalerie https://www.smb.museum/en/museums-institutions/gemaeldegalerie/home.html
This file contains 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> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
.table-wrapper { | |
/* border: 1px solid #ccc; */ | |
overflow: scroll; |
This file contains 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> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
.table-wrapper { | |
/* border: 1px solid #ccc; */ | |
overflow: scroll; |
This file contains 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
[ | |
{ | |
"speaker": { | |
"name": "James Kyle", | |
"twitter": "thejameskyle", | |
"photo": "https://2017.ffconf.org/images/speakers/james.gif", | |
"bio": | |
"I dropped out of high school at 16, made email templates for a marketing internship, then started selling WordPress installs for $50" | |
}, | |
"description": |
This file contains 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> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
*, *:after, *:before { | |
box-sizing: border-box; | |
} |
This file contains 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> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
*, *:after, *:before { | |
box-sizing: border-box; | |
} |
NewerOlder