Skip to content

Instantly share code, notes, and snippets.

View kbrx93's full-sized avatar
✌️
RUNNING

kbrx93 kbrx93

✌️
RUNNING
View GitHub Profile
@charset "UTF-8";/*! Theme.css v1.7.6d */html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
@charset "UTF-8";/*! Theme.css v1.7.7 */html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}

架构是对客观不足的妥协,规范是对主观不足的妥协

public class MyQuickSort {
public static void quickSort(int[] arr, int low, int high) {
if (arr == null || arr.length <= 1 || low >= high)
return;
int i = low;
int j = high;
int midInArray = arr[(low + high) / 2];
while (i <= j) {
while (arr[i] < midInArray)
++i;
This file has been truncated, but you can view the full file.
## Starting langtools
Compiling 2 files for BUILD_TOOLS
Compiling 31 properties into resource bundles
Compiling 777 files for BUILD_BOOTSTRAP_LANGTOOLS
Creating langtools/dist/bootstrap/lib/javac.jar
Updating langtools/dist/lib/src.zip
Compiling 780 files for BUILD_FULL_JAVAC
Creating langtools/dist/lib/classes.jar
## Finished langtools (build time 00:00:23)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0x00000001067ecde8, pid=92932, tid=6915
#
# JRE version: OpenJDK Runtime Environment (8.0) (build 1.8.0-internal-debug-kbrx93_2018_05_04_00_48-b00)
# Java VM: OpenJDK 64-Bit Server VM (25.0-b70-debug mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# V [libjvm.dylib+0x9ecde8] PerfData::~PerfData()+0x8
#
@kbrx93
kbrx93 / key_mapping.json
Last active December 5, 2018 11:16
#tags: 备份
{
"title":"caps_lock Enhanced & shift to f19 when pressed alone & tab to hyper by kbrx93",
"rules":[
{
"description":"caps_lock + hjklnm,. to arrow and delete",
"manipulators":[
{
"type":"basic",
"from":{
"key_code":"caps_lock",
@kbrx93
kbrx93 / 0005.md
Last active November 24, 2017 16:05
收集一些句子

《春的临终》 --谷川俊太郎

私は生きるのを好きだった

先におやすみ小鳥たちよ

私は生きるのを好きだった

@kbrx93
kbrx93 / 0002.md
Last active November 24, 2017 15:57
收集一些句子

念念不忘,必有回响 --《晚晴集》

@kbrx93
kbrx93 / 0003.md
Last active November 24, 2017 16:00
收集一些句子

《春江花月夜》 --张若虚

春江潮水连海平,海上明月共潮生。  

滟滟随波千万里,何处春江无月明!  

江流宛转绕芳甸,月照花林皆似霰。  

空里流霜不觉飞,汀上白沙看不见。