This publication is based on files only. Upload a file with an interesting, weird or unusual
filename to
this collection to be able to order a printed publication. Your filename *might* be included for the
next
person ordering after you.
[{{
view.mode == 'grid-view' ? '×' : ' ' }}]
grid
[{{
view.mode == 'list-view' ? '×' : ' ' }}]
list
{{ sortKey.mode == 'filename'
?
(sortKey.isAsc ? '▲' : '▼') : '►'
}} NAME
{{ sortKey.mode == 'size' ?
(sortKey.isAsc ? '▲' : '▼') : '►' }}
SIZE
{{ sortKey.mode ==
'modificationDate' ? (sortKey.isAsc ?
'▲' : '▼') : '►' }} DATE
{{ file.filename }} {{ file.size / 1024 > 1000
?
(file.size / 1024 /
1024).toFixed(1) + ' MB' :
(file.size / 1024).toFixed(1) + ' KB'}} {{ new
Date(file.modificationDate).toLocaleDateString("en-UK", {day: '2-digit', month: 'long',
year:
'numeric'}) }}
{{ getAsciiPattern(file.filename) }}