Java - an example code to extract mime type from base64 string of an image
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 private boolean isMatch(byte[] pattern,...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 private boolean isMatch(byte[] pattern,...
Interesting tool on measuring the execution time of C++ application in function level. https://github.com/namhyung/uftrace
Cassandra provides the page state information and it can be reused to get next iteration. 1 2 3 4 5 6 7 Statement stmt = QueryBuilder .se...
https://rominirani.com/announcing-gradle-tutorial-series-5fd134223bf8#.kzn6qpx5i
http://qza.github.io/tutorial/development/2015/10/17/bdd-in-java-with-junit-spring-and-cucumber-jvm/ https://github.com/qza/bdd-cucumber-jvm-spring