Skip to content

Instantly share code, notes, and snippets.

View logbasex's full-sized avatar
🎯
Focusing

logbasex logbasex

🎯
Focusing
View GitHub Profile
@logbasex
logbasex / thanks-for-reading-ascii
Last active February 20, 2023 12:53
thanks for reading ascii
____________________
< Thanks for reading >
--------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| |
@logbasex
logbasex / java-check-style.xml
Last active January 11, 2024 13:32
java-check-style.xml
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<!--
Checkstyle configuration that checks the Google coding conventions from Google Java Style
that can be found at https://google.github.io/styleguide/javaguide.html
Checkstyle is very configurable. Be sure to read the documentation at