Skip to content

Instantly share code, notes, and snippets.

View NBS5000's full-sized avatar

Steve Barry NBS5000

View GitHub Profile
@NBS5000
NBS5000 / README.md
Created August 14, 2025 14:09 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

@NBS5000
NBS5000 / gist:b084dacf53eb38a4d754b7a3e27c2964
Created August 4, 2022 02:33 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:

Regular Expressions

Ah, Regular Expressions, the expressions used regularly that no one understands. The magic bit of code that looks like someone mashed their keyboard. Once you know what you're looking at, it does start to make sense. A bit like most other code, when you think about it. That said, most developers don't know how to write their own regex:

Google search of regex

Summary

The regex (cool sounding shorthand for Regular Expressions) I'll be going through is this: