Skip to content

Instantly share code, notes, and snippets.

View minhh2792's full-sized avatar
🥝

Maria Augustinus. Nguyen Quang Minh minhh2792

🥝
View GitHub Profile
/**
* Display particles in a heart shape
*/
private fun displayHeartShape(player: Player, location: Location, config: ParticleConfig) {
val size = config.size
val particleType = getParticleType(config.type)
val color = getColor(config.color)
// Heart shape parametric equation
for (t in 0 until 360 step 10) {

Danh sách Mã BIN và Ngân hàng thường dùng

Mã BIN Ngân hàng
970415 VietinBank
970436 Vietcombank
970418 BIDV
970405 Agribank
970448 OCB
970422 MBBank
@minhh2792
minhh2792 / docker-compose.yml
Created April 23, 2024 15:19
MariaDB Docker
services:
db:
image: mariadb
restart: always
environment:
MARIADB_ROOT_PASSWORD: "securerootpassword"
MARIADB_USER: "kiwi"
MARIADB_PASSWORD: "kiwi@123"
MARIADB_DATABASE: "maria"
ports:
@minhh2792
minhh2792 / messages.yml
Last active September 1, 2022 11:08
Litebans messages
# LiteBans messages.yml generated by version 2.9.5
#
# The following variables can be used in most messages that involve a punishment:
#
# Punishment specific variables
# $id - The ID of the punishment in the database.
# $type - Type of punishment - ban, mute, warn, kick.
# $reason - the reason for the punishment
# $executor - the moderator's name, or their display name (/nick) if this is enabled in the configuration
# $executorUUID - the moderator's UUID