Skip to content

Instantly share code, notes, and snippets.

View mbround18's full-sized avatar
😍
Designing

Michael mbround18

😍
Designing
View GitHub Profile
@mbround18
mbround18 / Makefile.toml
Last active February 3, 2022 22:34
Makefile for Cargo Make to refresh my installed crates
[tasks.refresh]
script = '''
#!/bin/bash
# declare an array called array and define 3 vales
array=( ripgrep fd-find wasm-pack trunk starship fnm cargo-make )
for i in "${array[@]}"
do
cargo install "$i"
done
'''
@mbround18
mbround18 / tribes-of-midgard.ahk
Created August 30, 2021 04:14
AutoHotKey for Tribes of Midgard pickup key
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Pause, On
Loop
{
class ElementHandler {
element(element) {
element.append(`<link
rel="stylesheet"
type="text/css"
data-id="foundry-login"
href="https://cdn.jsdelivr.net/gh/TheEpicSnowWolf/Foundry-VTT-Prettier-Login-Screen@main/foundry_login.css"
>`, {html: true});
console.log("injected");
}
@mbround18
mbround18 / pan-to-current-combatant.js
Last active June 9, 2021 03:48
FoundryVTT Macros
// Version <0.8.x
if (
game.combats
&& game.combats.active
&& game.combats.active.current.tokenId
) {
token = game.combats.active.current.tokenId
canvas.tokens.get(token).control()
const position = canvas.tokens.get(token).position
canvas.animatePan(position)
@mbround18
mbround18 / discord.json
Created May 31, 2021 19:50
Valheim Docker discord.json example
{
"events": {
"start": {
"content": "🟢 UwU our swrvwr has been started <3",
"embeds": [
{
"title": "{{title}}",
"description": "{{description}}",
"color": 13107414,
"footer": {
@-webkit-keyframes roll {
from { -webkit-transform: rotate(0deg) }
to { -webkit-transform: rotate(360deg) }
}
@-moz-keyframes roll {
from { -moz-transform: rotate(0deg) }
to { -moz-transform: rotate(360deg) }
}
ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAEuz1JF+sjOpxRV5QwDziKsXoAvTDM2Whnl0YyQcJCKZXjlAfPQo8WCtbzEVys2/LmfASIV72YNKIu80JUpvY6P1wB3rlZZfpOOYht8pritxuv6kahfwydNWB9XcbB2crK6hnG0lMCbgDQn6CE155XzRPRh7lzlTPM0rZBDwPHAzdORjw==
ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBACdScvp5hT1uN8qEGCgYoNmVuoG4BnRPHuEjs8uebGpHvPmndTz6Ltxedvwtp40KkSL9tTs1ekgRiomUfgKeLdRZgDGl7i0oBmsltu618EXftIwcRlIzU3+cUnwaItx73CSydTXEq2jPfqPRe71zKK/onbzZyyVbTcJbnLvokfbGGhxGA== mbruno@pop-laptop
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAACAEApGYS395nEfSuFxJmiQFroQUxqr92nrEVUme2BskPXdJk5BNzWctqAO69KSD/e8c11RhnVEYmNjhl8Rd3fjdgTLWGZvvNaQIjDj+4Mp7Ef7R5EaAyLEg7fnlRBVfTUChAJQryhhLsqUZVVpySsW0QXFNFUZUjBChodB/dWxR71X58ToOgnsMhYwfyqH2jrY9KaYLYxEg+9rRYQXLKSK6MkqtntkaZuu23Ru/MMajsu1RebKrhSWEcv0qvQEq+dDH0La9ODOdh56Q6DHlBTFFAza93SYS5imAxTIlIhFImfMZSbJryYtlF9Mqgp9pJQ694BtfUy+KdpMg3mJF79we37sspyV2hzW8tUrkcDXouXV6XsGhnFoVmn2UsYGRGh2GM2k8lT5fRynJLqFBk9VmR+AfW5No746sWPs8nK49VDylfnUOI183ZxhUx4tjxZsS4zltECciDjrIo/V+
{
"name": "Michael Bruno",
"github": "mbround18",
"profile": {
"tag_line": "Experienced Site Reliability and DevOps Engineer actively seeking new opportunities!",
"summary": "A dedicated software engineer with over 10 years of experience in site reliability engineering, cloud platform migration, and automation. I have a proven track record of reducing deployment times by 99%, saving $10k/month in cloud costs, and driving unit test coverage from 65% to 80%. I’m currently seeking challenging roles where I can leverage my expertise in Kubernetes, Azure, Rust, and CI/CD pipelines to deliver scalable, efficient solutions for teams and projects. My passion lies in optimizing processes and mentoring teams toward success.",
"actively_looking": true,
"looking_for": [
"Software Developer",
"Software Developer in Test",
@mbround18
mbround18 / pop_os_rightclick
Created August 16, 2020 22:46
[Pop!_OS]: Enable right click on dell laptop
gsettings set org.gnome.desktop.peripherals.touchpad click-method areas

Assignment Content

You are a consultant that specializes in Enterprise Resource Planning (ERP). You have been hired by a small start-up manufacturing company, with fewer than 500 hundred employees, that specializes in electronic devices. The CEO of the company would like to incorporate a management support system (MSS) into the organization to help in making business decisions. This system will allow managers at the different levels to easily retrieve information from various databases in the organization to assist them in running scenarios, performing what-if analyses, and tracking organizational performance to determine goal achievement. You’ve been asked by leadership to present an MSS to help Company ABC understand how to integrate an MSS into their organization and how it will help them gain a competitive advantage over other companies. Throughout this course, you will be completing different assignments that will apply to this company.

Research the different MSS processes currently used in business.