Skip to content

Instantly share code, notes, and snippets.

@busla
busla / show-emojis.sh
Created August 16, 2023 12:14
print emojis in terminal
# emoji list obtained from https://gist.github.com/BuonOmo/77b75349c517defb01ef1097e72227af
emoji_grinning_face=😀
emoji_grinning_face_with_big_eyes=😃
emoji_grinning_face_with_smiling_eyes=😄
emoji_beaming_face_with_smiling_eyes=😁
emoji_grinning_squinting_face=😆
emoji_grinning_face_with_sweat=😅
emoji_rolling_on_the_floor_laughing=🤣
emoji_face_with_tears_of_joy=😂
emoji_slightly_smiling_face=🙂
@busla
busla / keybase.md
Created November 18, 2023 10:07
keybase.md

Keybase proof

I hereby claim:

  • I am busla on github.
  • I am busla (https://keybase.io/busla) on keybase.
  • I have a public key ASBEuur8FKWA2HPMQJJkdKg3-E2q6AeJ-RMlVD2kSW35oAo

To claim this, I am signing this object:

@busla
busla / ff-local.sh
Last active July 24, 2024 09:19
flutterflow-local for Linux
#!/bin/bash
# Inspired by: https://github.com/bulgariamitko/flutterflowtutorials/blob/main/Linux%20App%20(unofficial)/ff-run.sh
# Adjusted for Fedora toolbox
command_exists() {
command -v "$1" >/dev/null 2>&1
}
# Check for required environment variables