Skip to content

Instantly share code, notes, and snippets.

View Raihann22's full-sized avatar
🏠
Working from home

Raihan Raihann22

🏠
Working from home
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active May 6, 2025 19:28
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@nicolasdao
nicolasdao / open_source_licenses.md
Last active April 29, 2025 00:59
What you need to know to choose an open source license.
@lopspower
lopspower / README.md
Last active May 5, 2025 05:07
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

@gokulkrishh
gokulkrishh / media-query.css
Last active May 5, 2025 08:36
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */