Skip to content

Instantly share code, notes, and snippets.

View itNamyong's full-sized avatar

namyong.kang itNamyong

View GitHub Profile
@serithemage
serithemage / AWSCertifiedDeveloperUnofficialStudyGuide.md
Last active May 20, 2024 01:36
AWS 공인 개발자 - 어소시에이트 수험 가이드
@azinman
azinman / ClientBenchmark.scala
Created January 14, 2011 07:07
Testing 50k+ concurrent connections using netty
package com.mypackage.benchmark
import com.mypackage.util.Logging
import net.lag.configgy.Configgy
import scala.collection.mutable
import scala.collection.JavaConversions._
import java.net.InetSocketAddress
import java.nio.charset.Charset
import java.util.concurrent._