Functional Interface PredicateFor filter 123456@FunctionalInterfacepublic interface Predicate<T> { boolean test(T t);}Predicate<Integer> p = a -> a == 1; FunctionCovert A to B 1234567@Functiona 2018-07-26 development #java
Convert Putty Key to Openssh Format If you only have putty key and you want to get openssh format from it, try this one: 1puttygen your_input_putty_key_file -O private-openssh -o your_output_key_file 2018-05-27 operation #ssh
Read Quoted Parameters in Bash Reading parameters is easy, but how to read parameters with spaces?We usually wrap them with parenthesis right? But actually how? 1234567891011#!/bin/bashwhitespace="[[:space:]]"for i in & 2018-02-12 operation #bash
Conjugation for different aspects essere essere Singular Plural I sono siamo You sei siete He/She/It é sono -are nuotare Singular Plural I nuoto nuotiamo You nuoti nuotate He/She/It nuota nuotan 2018-01-03 study #language
Iterm2 Shell Code shortcut command description ALT <= Send Escape Sequence: b move left one word ALT => Send Escape Sequence: f move right one word WIN <= SEND HEX CODE: 0x01 move left 2018-01-03 development #bash #linux
Summary of THE in Italiano Singular Format Gender Pattern l’ MF ^[aeiou]\w*$ lo M ^([xyz]\w*)|(s[^aeiou]*)$ Il M ^[^aeiou]\w*$ la F ^[^aeiou]\w*$ Plural Format Gender Pattern gli M ^([xyzs]\w*)|([aeiou]\w*)$ 2018-01-01 study #language
Java Multithread key points volatilevolatile is an important keyword in multi-thread programming.Whenever multi-threads read or write one variable or reference, each thread runs on its own CPU.As each CPU has its own cache, ther 2017-09-26 development #java
Monster Hunter XX Effects 基础能力值相关体力 发动值 效果 +15 体力最大値+50 +10 体力最大値+20 -10 体力最大値减少10 -15 体力最大値减少30 攻击 发动值 效果 +20 攻击力+20 +15 攻击力+15 +10 攻击力+10 -10 攻击力-5 -15 攻击力-10 -20 攻击力-15 防御 发动值 效果 +20 防御力×1 2017-08-30 myself #mh
Sunny Day Lyrics 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455故事的小黄花 从出生那年就飘着童年的荡秋千 随记忆一直晃到现在Re So So Si Do Si LaSo La Si Si Si Si La Si La So吹着前奏 望着天空我想起花瓣 试着掉落 2017-08-17 myself