Posts tagged with cheat sheet
-
Kafka cheat sheet
Nov 17, 2018A cheat sheet for Apache Kafka.
-
AssertJ cheatsheet
Apr 22, 2018AssertJ is a an assertions library for unit tests in Java that is well worth considering. Here are some examples.
-
Copy InputStream to OutputStream
Apr 21, 2018To copy from a stream into a file:
-
Swagger Formats
Apr 21, 2018Some handy format combinations with Swagger:
-
Exclude class from JaCoCo coverage
Apr 21, 2018JaCoCo’s
exclude
configuration works with classes, so the.class
extension is important when specifying the path. -
Bash case insensitive auto completion
Aug 30, 2017I added these two lines in my
.bashrc
: -
DOSBox configuration file
Aug 26, 2017I did the following changes to my DOSBox configuration file:
- fulldouble=true (it probably doesn't hurt, it's supposed to reduce flickering)
- windowresolution=1900x1024 (because on my high DPI laptop screen DOSBox by default launches in a teeny tiny window I can barely read)
- output=opengl (works in combination with the previous setting)
-
Maven Tips
Jun 14, 2015I started using Maven at work recently. Being a newbie, I find myself googling constantly (even though the answer is always on StackOverflow) about basic things. For reference, these are my most needed actions so far: