Skip to content

Instantly share code, notes, and snippets.

View bellaabdelouahab's full-sized avatar
πŸ—―οΈ
I may be slow to respond.

Abdelouahab B. bellaabdelouahab

πŸ—―οΈ
I may be slow to respond.
View GitHub Profile
@bellaabdelouahab
bellaabdelouahab / renameIcons.py
Created April 1, 2024 15:37
Get rid of all icons names forever
import os
import random
import unicodedata
# Define the unicode dictionary
unicode_dict = {
"char1": "β€€",
"char2": " ",
"char3": " ",
"char4": " ",
@bellaabdelouahab
bellaabdelouahab / ProgramingStats.txt
Last active December 6, 2022 14:35
Programing Stats
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘ 80.9% JavaScript
β–ˆβ–ˆβ–ˆβ–ˆβ–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 8.8% Java-FX/SPRING
β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 6.4% Python-Django
β–ˆβ–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 2.6% JSON
@Da9el00
Da9el00 / pom.xml
Last active December 7, 2025 06:27
Plugin to make JavaFX executable jar with Maven
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>