Fagidiot.dk
Sider
(Flyt til ...)
Start
About
iOS Applications
Git Tips'n'Trix
Projects
Publications
Unix gems
The birthday paradox(dk)
Emacs Hacks
▼
onsdag den 14. juni 2017
Swift OutputStream Quirk
›
Writing a zero length array to an OutputStream will effectively close it. The following example demonstrates the issue. 1 2 3 4 ...
torsdag den 24. november 2016
A very good introduction to Flexbox
›
This is a very good an well-written introduction to Flexbox in CCS. https://philipwalton.github.io/solved-by-flexbox/
torsdag den 1. september 2016
Diagnosing SSL errors and enabling TLS 1.2 on Java 7
›
SSL errors in Java can be tricky to debug if the only thing you got is a stacktrace. However, there is a way to get for information out of ...
tirsdag den 16. august 2016
Using ssh without polluting your know hosts file
›
This command will allow you to ssh into a host without adding to the known hosts file: ssh -o "UserKnownHostsFile /dev/null" ...
mandag den 8. august 2016
How to solve Docker maven plugin failure to connect
›
The following error indicates that your default docker machine, does not exists, has been improperly configured, or is not connected to you...
mandag den 16. maj 2016
Serializing Custom Keys using Jackson
›
In this post I will show how to serialize a data transfer object (DTO) with a java.util.Map containing a POJO as key to JSON using the Jack...
torsdag den 3. marts 2016
Good Resources on Debugging PostgreSql deadlocks
›
http://www.moioli.net/progetti/postgres-deadlocks-debugging-guidelines/ http://rhaas.blogspot.dk/2011/10/deadlocks.html http://braind...
›
Start
Vis internetversion