Skip to content

Instantly share code, notes, and snippets.

View aroxu's full-sized avatar

aroxu aroxu

View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active May 14, 2026 00:08
Git Commit message Emoji

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

Commit type Emoji
Initial commit ๐ŸŽ‰ :tada:
Version tag ๐Ÿ”– :bookmark:
New feature โœจ :sparkles:
Bugfix ๐Ÿ› :bug:
@aroxu
aroxu / server-optimization-guide-ko.md
Last active May 28, 2025 05:28
Minecraft Server Optimization Guide (Korean)

์‹œ์ž‘ ํ•˜๊ธฐ ์•ž์„œ, ์ด ๊ฐ€์ด๋“œ๋Š” ์ด Spigot MC ์ตœ์ ํ™” ๊ฐ€์ด๋“œ๋ฅผ ๋ณด๊ธฐ ์‰ฝ๊ฒŒ ํ•œ๊ธ€ํ™” ํ•œ๊ฒƒ์ž„์„ ์•Œ๋ฆฝ๋‹ˆ๋‹ค.

bukkit.yml

  • spawn-limits
    ๊ธฐ๋ณธ๊ฐ’: monsters:70, animals:10, water-animals:15, water-ambient:20, ambient:15
    ์ตœ์ ํ™” ๊ฐ’: monsters:50, animals:8, water-animals:7, water-ambient:10, ambient:1
    ์„ฑ๋Šฅ์— ๋ฏธ์น˜๋Š” ์˜ํ–ฅ: ๋†’์Œ

    โžซ "ํ”Œ๋ ˆ์ด์–ด ๋‹น ๋ชน"(ํ”Œ๋ ˆ์ด์–ด ํ•œ๋ช…๋‹น ๋น„๋ก€ํ•˜๊ฒŒ ์ƒ๊ธฐ๋Š” ๋ชน์˜ ์–‘) ๊ฐ’์ด ๋‚ฎ์„์ˆ˜๋ก ๋ชน์ด ์ ๋‹ค๋Š” ๊ฒƒ์„ ์˜๋ฏธํ•ฉ๋‹ˆ๋‹ค. ๋„ˆ๋ฌด ๋‚ฎ๊ฒŒ ์„ค์ •ํ•˜๋Š” ๊ฒƒ์„ ํ”ผํ•˜์„ธ์š”. ๊ทธ๋ ‡์ง€ ์•Š์œผ๋ฉด ๋ˆˆ์— ๋„๊ฒŒ ๋ชน์ด ๋ถ€์กฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

@entrypointkr
entrypointkr / JavaCVPlayer.java
Last active April 4, 2022 08:24
Minecraft draw video frame using JavaCV, OpenGL
import org.bytedeco.javacv.FFmpegFrameGrabber;
import org.bytedeco.javacv.Frame;
import org.bytedeco.javacv.FrameGrabber;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL12;
import org.lwjgl.opengl.GL30;
import javax.sound.sampled.*;
import java.awt.image.*;
import java.io.File;
@Hashbrown777
Hashbrown777 / attachsmb.ps1
Last active June 21, 2025 18:00
A set of functions that enable you to make use of multiple local SMB servers (eg ssh -L), or get explorer to interact with samba shares of other machines on non-standard ports
<#
#Required:
Install-Module -Name LoopbackAdapter -MinimumVersion 1.2.0.0
#run in admin terminal
#you do NOT need to disable/remove SMB 1.0/CIFS
#Troubleshooting:
#You can check [attempted] forwardings and [successful] listeners here, respectively
netsh interface portproxy show v4tov4