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 / Angular 17 Dev Setup.md
Created January 5, 2024 00:10 — forked from doggy8088/Angular 18 Dev Setup.md
Angular 17 開發環境說明

Angular 17 開發環境說明

為了能讓大家能夠順利的建立起 Angular 17 開發環境,以下是需要安裝的相關軟體與安裝步驟與說明。

Angular LOGO

[ 作業系統 ]

  • Windows 10 以上版本
  • Mac OS X 10.6 以上版本
@tsengeagle
tsengeagle / 1_output.md
Created July 28, 2022 12:05 — forked from casimir/1_output.md
AES-256 examples

Informations

cipher key: 0123456789abcdef0123456789abcdef
IV: 0123456789ABCDEF
padding character: fs (ASCII=34 -> FILE SEPARATOR)

Expected output

secret message: this information is confidential, for your eyes only
@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
@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;