9 Commits

Author SHA1 Message Date
mxrch
11eee99996
adding "dismiss" to big.txt 2021-08-22 22:54:33 +02:00
Olivier Lasne
ca898cc4c7 Added webpack.manifest.json 2021-02-11 23:05:42 +01:00
mxrch
fb4aaabc63
Update big.txt 2020-11-21 00:16:16 +01:00
Karim Kanso
607c3293b4 strip trailing whitespace 2020-05-27 14:26:51 +01:00
Tonimir Kisasondi
b472dfc528
added jolokia
See https://jolokia.org/

Gets exposed in combination with springboot.
2019-10-13 22:04:35 +02:00
Tonimir Kisasondi
7afc0c42a7
adds mappings and restart
This list is missing mappings and restart. Just added them.
2019-10-03 10:11:17 +02:00
g0tmi1k
a65f6bd665 Close #291 - Fix encoding issues
$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
2019-05-08 11:04:00 +01:00
g0tmi1k
12751dbbf0 Fix #288 - Add graphql
Source: https://graphql.org/learn/serving-over-http/
2019-04-10 13:18:25 +01:00
g0tmi1k
25d4ac447e rename 's/_/-/g' 2017-08-23 14:55:06 +01:00