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 / 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;
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 / 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

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 / 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>
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2018-01-29 17:44:48" build="171025">
<value name="StartType" type="hex" data="02"/>
<value name="CmdLine" type="string" data=""/>
<value name="StartTasksFile" type="string" data=""/>
<value name="StartTasksName" type="string" data="{Bash::bash}"/>
<value name="StartFarFolders" type="hex" data="00"/>
<value name="StartFarEditors" type="hex" data="00"/>
@tsengeagle
tsengeagle / iterm
Created February 9, 2018 10:32
iterm profile
{
"Profiles": [
{
"Ansi 3 Color" : {
"Green Component" : 0.46751424670219421,
"Red Component" : 0.64746475219726562,
"Blue Component" : 0.023484811186790466
},
"Tags" : [
@tsengeagle
tsengeagle / .gvimrc
Last active March 12, 2018 00:51
rcfile for linux server
:set tabstop=2
:set shiftwidth=2
:set expandtab
:set smarttab
:retab
:set number relativenumber hlsearch incsearch ignorecase smartcase showmode
:set noerrorbells novisualbell
noremap <Up> <NOP>
{
"Profiles": [
{
"Use Non-ASCII Font" : false,
"Tags" : [
],
"Ansi 12 Color" : {
"Green Component" : 0.50962930917739868,
"Red Component" : 0.44058024883270264,
:source C:\Users\tsengeagle\vimfiles\.gvimrc
" ideavime specified
map zso :source ~/.ideavimrc<CR>
" run action
nmap zra :action ReformatCode<CR>:action RunClass<CR>
imap zra <ESC> :action ReformatCode<CR>:action RunClass<CR>
nmap zrt :action ReformatCode<CR>:action RerunFailedTests<CR>
imap zrt <ESC> :action ReformatCode<CR>:action RerunFailedTests<CR>