public class BillPughSingleton {
private BillPughSingleton() {
}
private static class SingletonHelper {
private static final BillPughSingleton BILL_PUGH_SINGLETON_INSTANCE = new BillPughSingleton();
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Version: 1.0.0 | |
SCRIPT_PATH="$(readlink -f "$0")" | |
SCRIPT_NAME="$(basename "$SCRIPT_PATH")" | |
SCRIPT_DIR="$(dirname "$SCRIPT_PATH")" | |
readonly SCRIPT_PATH SCRIPT_NAME SCRIPT_DIR | |
if [ $# -ne 2 ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com...test; | |
import lombok.AccessLevel; | |
import lombok.NoArgsConstructor; | |
import java.lang.reflect.Field; | |
@NoArgsConstructor(access = AccessLevel.PRIVATE) | |
public final class ReflectionUtil { | |
public static void setFieldValue(Object object, String fieldName, Object valueTobeSet) |
μ€λ μ§νμ΄5νλ¬μ€
λ‘ κ°λ¨ν λ°ννκ²½ λ§λ€κΈ°- 2.5Gbps λμΌλμ μ΄μ©νμ¬
μ€μμΉνλΈ
μμ΄λ°μ΄μ§μ²΄μΈ
μΌλ‘ ꡬμ±λ ν΄λ¬μ€ν° λ§λ€κΈ°
Debian GNU/Linux 12 (bookworm) aarch64
https://github.com/jesseduffield/lazygit?tab=readme-ov-file#ubuntu
#!/bin/bash
DOWNLOAD_DIR=~/downloads
Debian GNU/Linux 12 (bookworm) aarch64
https://github.com/aristocratos/btop?tab=readme-ov-file#installation
#!/bin/bash
DOWNLOAD_DIR=~/downloads
Debian GNU/Linux 12 (bookworm) aarch64
https://github.com/tmux/tmux/wiki/Installing#from-source-tarball
tmux requires two libraries to be available.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JSON +2.8k/ -166 βββββββββββββββββββββ 28.4% | |
TypeScript +3.2k/ -431 βββββββββββββββββββββ 20.9% | |
Kotlin +1.1k/ -146 βββββββββββββββββββββ 11.5% | |
HTML +997/ -129 βββββββββββββββββββββ 8.4% | |
XML +830/ -0 βββββββββββββββββββββ 7.3% | |
Markdown +656/ -6 βββββββββββββββββββββ 6.8% | |
SCSS +592/ -208 βββββββββββββββββββββ 3.8% | |
Shell +479/ -3 βββββββββββββββββββββ 3.7% | |
Gradle +280/ -0 βββββββββββββββββββββ 2.1% | |
Python +357/ -0 βββββββββββββββββββββ 1.6% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
β Total Stars: 25 | |
β Total Commits: 2,079 | |
π Total PRs: 194 | |
π© Total Issues: 119 | |
π¦ Contributed to: 4 |
NewerOlder