Skip to content

Instantly share code, notes, and snippets.

View mudream4869's full-sized avatar
πŸͺ„
Mukyu Learning

η₯žζ₯½ε‚εΈ•ηͺ mudream4869

πŸͺ„
Mukyu Learning
View GitHub Profile
@mudream4869
mudream4869 / CHANGELOG.md
Created March 2, 2022 04:04 — forked from juampynr/CHANGELOG.md
Sample CHANGELOG

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - yyyy-mm-dd

Here we write upgrading notes for brands. It's a team effort to make them as

@mudream4869
mudream4869 / backup.yml
Last active April 17, 2022 09:41
Minecraft world backup script
#!/usr/bin/ansible-playbook
- hosts: localhost
vars:
git_repo_path: /home/minecraft/backup/season2
minecraft_worlds_paths:
- /home/minecraft/srv1.18/world
- /home/minecraft/srv1.18/world_nether
- /home/minecraft/srv1.18/world_the_end
@mudream4869
mudream4869 / main.go
Created June 25, 2024 10:27
ToolGUI + webview_go
package main
import (
_ "embed"
"fmt"
"log"
"github.com/mudream4869/toolgui/toolgui/component"
"github.com/mudream4869/toolgui/toolgui/executor"