Skip to content

Instantly share code, notes, and snippets.

View tsengeagle's full-sized avatar
🌴
On vacation

曾義格 tsengeagle

🌴
On vacation
View GitHub Profile
@tsengeagle
tsengeagle / ActionList
Created January 23, 2018 15:15
IdeaVim的action list
--- Actions ---
$Copy <M-C>
$Cut <M-X> <S-Del>
$Delete <Del> <BS> <M-BS>
$LRU
$Paste <M-V>
$Redo <M-S-Z> <A-S-BS>
$SearchWeb
$SelectAll <M-A>
$Undo <M-Z>

Keybase proof

I hereby claim:

  • I am tsengeagle on github.
  • I am tsengeagle (https://keybase.io/tsengeagle) on keybase.
  • I have a public key ASCak9CqSjh-iCDkSL34HVnmlyzejyifHhzA95eV75rxYQo

To claim this, I am signing this object:

@tsengeagle
tsengeagle / IntelliJ_IDEA__Perf_Tuning.txt
Created November 14, 2017 15:38 — forked from P7h/IntelliJ_IDEA__Perf_Tuning.txt
Performance tuning parameters for IntelliJ IDEA. Add these params in idea64.exe.vmoptions or idea.exe.vmoptions file in IntelliJ IDEA. If you are using JDK 8.x, please knock off PermSize and MaxPermSize parameters from the tuning configuration.
-server
-Xms2048m
-Xmx2048m
-XX:NewSize=512m
-XX:MaxNewSize=512m
-XX:PermSize=512m
-XX:MaxPermSize=512m
-XX:+UseParNewGC
-XX:ParallelGCThreads=4
-XX:MaxTenuringThreshold=1
Babel==2.3.4
decorator==4.0.10
docutils==0.12
ebaysdk==2.1.4
feedparser==5.2.1
greenlet==0.4.10
jcconv==0.2.3
Jinja2==2.8
lxml==3.5.0
Mako==1.0.4
@tsengeagle
tsengeagle / jenkins-email-ext-clangScanReport-template.jelly
Created April 21, 2016 15:01 — forked from lvdaqian/jenkins-email-ext-clangScanReport-template.jelly
a jelly script template for jenkins email-ext plugin. in this template we can publish the report of clangScanBuild plugin by using email template.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define">
<html>
<head>
<title>${project.name}</title>
<style>
body table, td, th, p, h1, h2 {
margin:0;
font:normal normal
100% Georgia, Serif;
background-color: #ffffff;