Skip to content

Instantly share code, notes, and snippets.

@c84c
c84c / run_dreamlab_android_emulator.sh
Last active January 28, 2025 23:37
Script to run Vodafone DreamLab app on Android emulator (Linux)
#!/usr/bin/bash
#
# run_dreamlab_android_emulator.sh
#
# Script to start Vodafone DreamLab app on Android emulator to run projects
# supported by DreamLab.
#
# Run this script when you want to support cancer research with your Linux PC
# and without the limitation of DreamLab app (AC charger connected).
#
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active April 30, 2025 07:53
Conventional Commits Cheatsheet

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default