Skip to content

Instantly share code, notes, and snippets.

View sarguments's full-sized avatar
๐Ÿ’ญ
I may be slow to respond.

Servercat sarguments

๐Ÿ’ญ
I may be slow to respond.
  • Seoul, Korea
View GitHub Profile
# io-test.yaml ํŒŒ์ผ (์ดˆ๊ธฐ ํ˜•ํƒœ)
config:
target: "http://{nginx-ip}"
phases:
- duration: 333
arravalRate: 3
name: Warm up
payload:
path: "ratings_test_1k.csv"
fields:
@emilianavt
emilianavt / BestVTuberSoftware.md
Last active October 21, 2025 10:16
Best VTuber Software

Best VTuber software

This is a list of the most commonly used and relevant vtubing software. The "best" will always be subjective and depend on your specific requirements. Overall, the information in this list is as accurate as I could figure it out, but there might be errors or some details might become out of date. If you find anything that needs to be corrected, please let me know. You can also note it in a comment.

Additional explanations:

  • iPhone means that an iPhone is basically required
  • iFacialMocap support means that tracking data can be received from the iFacialMocap iPhone app
  • VMC protocol means that the application can send and/or receive tracking data from other VMC protocol capable applications, allowing the combination of multiple tracking methods (e.g. VSeeFace receiving VR tracking from Virtual Motion Capture and iPhone/ARKit face tracking from Waidayo)
  • Tobii means that the Tobii eye tracker is supported
@ksundong
ksundong / README.md
Last active May 20, 2020 11:26
NginX spring reverse proxy์„ค์ • ๋ฐ ํ”„๋ก ํŠธ ์‚ฐ์ถœ๋ฌผ ์ €์žฅ ๊ฒฝ๋กœ ์•Œ์•„๋‚ด๊ธฐ

NginX Reverse Proxy ์„ค์ •

  • ์„ค์ • ํŒŒ์ผ ์ˆ˜์ •

    sudo vi /etc/nginx/sites-available/default

            # Add index.php to the list if you are using PHP
            index index.html index.htm index.nginx-debian.html;
    
    
@arahansa
arahansa / ValidStringMatch.kt
Last active November 8, 2019 08:07
๋นˆ๋ฐธ๋ฆฌ๋ฐ์ด์…˜ ํฌ๋กœ์Šค ํ•„๋“œ ์ฒดํฌ
import org.springframework.beans.BeanWrapperImpl
import javax.validation.Constraint
import javax.validation.ConstraintValidator
import javax.validation.ConstraintValidatorContext
import javax.validation.Payload
import kotlin.reflect.KClass
@Target(AnnotationTarget.CLASS)
@Constraint(validatedBy = [StringMatchValidator::class])

[spring-boot] Junit5 ์ ์šฉ๊ธฐ

JUnit5 ์˜์กด์„ฑ ์ถ”๊ฐ€

JUnit5๊ฐ€ ์„ธ์ƒ์— ๋ชจ์Šต์„ ๋“œ๋Ÿฌ๋‚ด๋†“์€์ง€๋Š” ์ œ๋ฒ• ๋๋‹ค. ์ƒˆ๋กœ์šด ํ”„๋กœ์ ํŠธ๋ฅผ ์‹œ์ž‘ํ•˜๋ฉด์„œ JUnit5 ์™€ Spock ์„ ๊ธฐ๋ฐ˜์œผ๋กœ ํ•œ ํ…Œ์ŠคํŠธ๋ฅผ ์ž‘์„ฑํ•˜๊ณ ์ž ํ•œ๋‹ค.

์Šคํ”„๋ง ๋ถ€ํŠธ 2์—์„œ JUnit5 ์— ๋Œ€ํ•œ ์˜์กด์„ฑ์„ ์ถ”๊ฐ€ํ•˜๊ณ  ํ…Œ์ŠคํŠธ๋ฅผ ์ž‘์„ฑํ•˜๋Š” ๋ฐฉ๋ฒ•์„ ์„ค๋ช…ํ•œ๋‹ค.

20181015 ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ์•„ํ‚คํ…์ฒ˜์™€ ๊ฐ์ฒด์ง€ํ–ฅ

Table of Contents

2018/10/15 ์‚ฌ๋‚ด์„ธ๋ฏธ๋‚˜๋กœ ์กฐ์˜ํ˜ธ๋‹˜์ด '์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ์•„ํ‚คํ…์ฒ˜์™€ ๊ฐ์ฒด์ง€ํ–ฅโ€™์ด๋ผ๋Š” ์ฃผ์ œ๋กœ ๋‹ค์Œ๊ณผ ๊ฐ™์€ ์ฃผ์ œ๋กœ ๋ฐœํ‘œํ•˜์…จ๋‹ค.

1. ๊ฐœ์š”

  • ์ œ๋ชฉ: ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ์•„ํ‚คํ…์ฒ˜์™€ ๊ฐ์ฒด์ง€ํ–ฅ

@gksxodnd007
gksxodnd007 / querydsl.md
Created August 12, 2018 04:26
querydsl์ด ๋ฌด์—‡์ด๊ณ  ์–ด๋–ป๊ฒŒ ์‚ฌ์šฉํ•˜๋Š”์ง€ ์•Œ์•„๋ณด์ž.

QueryDsl์ด๋ž€?

  • JPQL์˜ ๋นŒ๋”(Criteria)ํด๋ž˜์Šค

QueryDsl ์‚ฌ์šฉ์ „ ์„ค์ •

  • dependency ์ถ”๊ฐ€
dependencies {
  compile("com.querydsl:querydsl-core:4.2.1")
  compile("com.querydsl:querydsl-apt:4.2.1")
  compile("com.querydsl:querydsl-jpa:4.2.1")
@serithemage
serithemage / aws-study-resource.md
Last active October 4, 2025 21:25
AWS ํ•™์Šต ์ž๋ฃŒ์ง‘

AWS ํ•™์Šต ๋งํฌ์ง‘ ์‹œ๋ฆฌ์ฆˆ

  • AWS ํŠธ๋ ˆ์ด๋‹ ๋ฐ ์ž๊ฒฉ์ฆ ์†Œ๊ฐœ http://bit.ly/aws-tnc-intro
  • AWS ํ•™์Šต ์ž๋ฃŒ์ง‘ http://bit.ly/aws-study-resource
  • AWS ๊ณต์ธ ์†”๋ฃจ์…˜์Šค ์•„ํ‚คํ…ํŠธ - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/sacertguide
  • AWS ๊ณต์ธ ๊ฐœ๋ฐœ์ž - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/devcertguide
  • AWS ๋ณด์•ˆ ๊ด€๋ จ ์ปจํ…์ธ  ๋ชจ์Œ์ง‘ http://bit.ly/secontents
  • AWS ๊ธฐ๋ฐ˜ ๋น…๋ฐ์ดํ„ฐ ํ•™์Šต์ž๋ฃŒ์ง‘ http://bit.ly/bdonaws
  • AWS ๋”ฅ๋Ÿฌ๋‹ ํ•™์Šต ์ž๋ฃŒ ๋ชจ์Œ์ง‘ http://bit.ly/dlonaws
  • 2019๋…„ re:Invent ์—์„œ ๊ณต๊ฐœ๋œ AI/ML๊ด€๋ จ ์„œ๋น„์Šค ์†Œ๊ฐœ http://bit.ly/2019-ml-recap
@dlxotn216
dlxotn216 / Auditing.md
Last active April 26, 2024 07:48
Spring data jpa์˜ Audit ๊ธฐ๋Šฅ๊ณผ Spring data envers

Application์„ ๊ตฌํ˜„ํ•˜๋ฉด์„œ ๋Œ€๋ถ€๋ถ„ ์š”๊ตฌ์‚ฌํ•ญ์— ๋ช…์‹œ๋˜๋Š” ๊ธฐ๋Šฅ์ด ๋ณ€๊ฒฝ์‚ฌํ•ญ ์ถ”์ ์ด๋‹ค. ์ด๋•Œ ๋ณ€๊ฒฝ ์‚ฌํ•ญ์„ ์ถ”์ ํ•˜๊ธฐ ์œ„ํ•ด ํ•„์š”ํ•œ ๋ฐ์ดํ„ฐ๋Š” ๋ˆ„๊ฐ€ ์–ธ์ œ ์ƒ์„ฑํ•˜์˜€์œผ๋ฉฐ, ๋ˆ„๊ฐ€ ์–ธ์ œ ๋ณ€๊ฒฝํ•˜์˜€๋Š”์ง€ ๊ทธ๋ฆฌ๊ณ  ํ•ด๋‹น ๋ฐ์ดํ„ฐ์˜ ์‹œ์ ์— ๋”ฐ๋ฅธ ๋ณ€๊ฒฝ ์ด๋ ฅ์ด๋‹ค.

์ „ํ†ต์ ์ธ Mybatis๋ฅผ ์ด์šฉํ•˜๋Š” Spring MVC์™€ ๊ฐ™์€ ํ”„๋ ˆ์ž„์›Œํฌ์—์„  AOP๋ฅผ ์ด์šฉํ•œ๋‹ค๋˜์ง€ ๋˜๋Š” Mapper์—์„œ Insert, Update, Delete ์ฟผ๋ฆฌ๋ฅผ ์‹คํ–‰ํ•  ๋•Œ๋งˆ๋‹ค History table์— Insertํ•˜๋Š” ์ฟผ๋ฆฌ๋ฅผ ๊ฐ™์ด ์‹คํ–‰ ํ•˜๋„๋ก ์ฒ˜๋ฆฌํ•˜๋Š” ๋“ฑ์˜ ๋ฐฉ๋ฒ•์ด ์žˆ๋‹ค. ์ด๋Ÿฌํ•œ ๋ฐฉ๋ฒ•์„ ์‚ฌ์šฉํ•  ๋•Œ ์ƒ๊ฐ๋ณด๋‹ค ๊ฐœ๋ฐœ ์ผ์ •์„ ์ง€์—ฐ์‹œํ‚ค๋Š” ์š”์†Œ๊ฐ€ ๋งŽ๋‹ค.

์˜ˆ๋ฅผ๋“ค์–ด History ํ…Œ์ด๋ธ”์˜ PK๋ฅผ ์ž˜๋ชป ์ง€์ •ํ•˜์—ฌ ๋ฐœ์ƒํ•˜๋Š” ์˜ˆ์™ธ๋‚˜ DBMS๋งˆ๋‹ค ์ƒ์ดํ•œ ๋‹ค๋Ÿ‰์˜ ์ฟผ๋ฆฌ๋ฌธ ์‹คํ–‰ ๋ฌธ๋ฒ• ๋“ฑ์ด๋‹ค. ์ „์ž๋Š” ๊ฐœ๋ฐœ ๋‹จ๊ณ„๋ณด๋‹ค UAT ๊ธฐ๊ฐ„ ๋“ฑ์—์„œ ๋ฐœ๊ฒฌํ•˜๊ธฐ ์‰ฌ์šธ ๋ฟ๋”๋Ÿฌ ๋ชจ๋“  ๋Œ€์ƒ ํ…Œ์ด๋ธ”์„ ๋Œ๋ฉด์„œ Schema๋ฅผ ๋ณ€๊ฒฝํ•ด์•ผ ํ•˜๋Š” ๋ฒˆ๊ฑฐ๋กœ์›€์ด ์žˆ๋‹ค.

@nyergler
nyergler / init.lua
Created May 21, 2018 15:57
My Hammerspoon window management configuration
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "W", function()
hs.alert.show(
"Hello World!",
{
textFont= "Comic Sans MS",
textSize=72,
fadeOutDuration=1
}
)
end)