Twenty Percent Knowledge

Quick tips or notes that probably reflects 20 percent of knowledge that usually does 80 percent of job.

Thursday, April 11, 2019

Java Memory Dump

›
1. Using JVM option, Automatically when OutOfMemory happens.      -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp/esDump.hprof     i...
Monday, April 01, 2019

Adding or Enlarging Swap file

›
#create a swap file, fallocate is not working #fallocate -l 2G /swapfile dd if=/dev/zero of=/swapfile bs=1024 count=20971...
Sunday, December 16, 2018

Finding substrings

›
Feature substring can be thought as a feature, this kind of question is asking for find that feature in a string. Not order related htt...
Saturday, September 29, 2018

Some Keywords to use in Resume

›
achieved acted adapted addressed adjusted administered advised altered analyzed arranged assembled assessed audited balanced broadened ...
Saturday, May 26, 2018

Solution for The Cutting Complexity Challenge

›
Since the contest is over(seems I have a chance to get an ASML T-Shirt), the solution can be posted now. Scarily, it takes me time to unde...
Tuesday, May 15, 2018

Solution For Codility Cobaltum 2018

›
IncreasingSequences Given two sequences of integers, count the minimum number of swaps (A[k], B[k]) needed to make both sequences increas...
Friday, May 11, 2018

Two Codility Golden Awards In A Row

›
The current one is hard. I will not include link to certificate since the challenge is not completed yet and solution can be viewed from lin...
›
Home
View web version
Powered by Blogger.