I hereby claim:
- I am jeroenvdb on github.
- I am jeroenvdb (https://keybase.io/jeroenvdb) on keybase.
- I have a public key ASD2QCtauSpQsC0dba4eWM_gjm1qmudv4zYS0wj8S-5rDwo
To claim this, I am signing this object:
say --rate 175 --voice Ellen "Hallo. Jeroen is momenteel niet bereikbaar. Laat een voicemail achter of stuur een berichtje." |
I hereby claim:
To claim this, I am signing this object:
module.exports = { | |
config: { | |
// default font size in pixels for all tabs | |
fontSize: 12, | |
// font family with optional fallbacks | |
fontFamily: 'Menlo, Arial, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', | |
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) | |
cursorColor: 'rgba(248,28,229,0.8)', |
Browser -> Web Server -> Web Application | |
Request -> | |
Request -> | |
<- Push main.css | |
<- Push main.css | |
--- Waiting for response --- | |
<- Response | |
<- Response |
Browser -> Web Server -> Web Application | |
Request -> | |
Request -> | |
--- Waiting for response --- | |
<- Response with | |
Link: main.css; rel=preload | |
<- Response with | |
Link: main.css; rel=preload |
'.text.html .meta.tag': | |
'th:classappend': | |
'prefix': 'th:classappend' | |
'body': 'th:classappend="${$1}"' | |
'th:each': | |
'prefix': 'th:each' | |
'body': 'th:each="$1 : ${$2}"' | |
'th:abbr': | |
'prefix': 'th:abbr' | |
'body': 'th:abbr="${$1}"' |
%EXTENDS ../html5.01.common | |
# ------------------------------------------------------------ | |
%CONTEXT | |
size = 123 | |
# ------------------------------------------------------------ | |
%INPUT | |
<p th:text="`00${size}00`">...</p> | |
<p th:text="`00__${size}__00`">...</p> | |
<p th:text="'00__${size}__00'">...</p> | |
<p th:text="'00__${size}00'">...</p> |
<div class="container"> | |
I'm a container' | |
</div> |
<div class="container"> | |
I'm a container' | |
</div> |
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |