Skip to content

Instantly share code, notes, and snippets.

View ahmedivy's full-sized avatar
🔍
searching...

Ahmed Abdullah ahmedivy

🔍
searching...
View GitHub Profile
@primaryobjects
primaryobjects / chrome-version.py
Last active March 22, 2024 12:04
Detect the version of Chrome installed on Windows, Linux, Mac. Cross-platform using Python, native OS detection, does not require Selenium.
#
# Programmatically detect the version of the Chrome web browser installed on the PC.
# Compatible with Windows, Mac, Linux.
# Written in Python.
# Uses native OS detection. Does not require Selenium nor the Chrome web driver.
#
import os
import re
from sys import platform
@rupeshtiwari
rupeshtiwari / material-icon.md
Last active May 28, 2024 07:45
Custom Material Icon Folder ( customize folder icons vscode material theme)
tags title
vscode, material,customize folder icons vscode material theme
How to add custom folder icon in Material icons

Steps to add custom folder icon in Material icons

Go to Settings.json file

@parmentf
parmentf / GitCommitEmoji.md
Last active June 11, 2024 20:06
Git Commit message Emoji