Skip to content

Instantly share code, notes, and snippets.

View raz0229's full-sized avatar
πŸ‘¨β€πŸ’»
Coding...

RAZ0229 raz0229

πŸ‘¨β€πŸ’»
Coding...
View GitHub Profile
@raz0229
raz0229 / readme.txt
Created August 14, 2022 07:35
Creating a systemd service for i3wm to automatically split workspaces in 2 columns so windows are stacked on top of each other
Save the script in /usr/bin/spliti3 and make sure you make it executable using:
sudo chmod +x /usr/bin/spliti3
(Replace socket path on line 34 of script)
Create a systemd service using:
sudo nano /etc/systemd/system/spliti3.service
(Replace your username on line 7 of service)
@raz0229
raz0229 / unfollow.py
Last active June 6, 2022 13:15
Mass unfollow instagram bot selenium webdriver python script
# Log in to your account manually and let the bot do the job
# Scroll down to the bottom of your following to start a new batch
from selenium import webdriver
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.common.by import By
driver = webdriver.Chrome(executable_path="/opt/chromedriver") # path to your webdriver
page_name = input("Input your username: ")
@raz0229
raz0229 / AL-QURAN_WITH_TRANSLATION_AND_TRANSLITERATION.json
Last active July 24, 2025 10:37
Complete JSON Quran with English Translation (Sahih International) ,Transliteration and more. [BONUS: Code of Python Script (Selenium) I used for scraping the content off the internet] (Bottom of page)
This file has been truncated, but you can view the full file.
{
"total_surahs": 14,
"total_meccan_surahs": 89,
"total_medinan_surahs": 25,
"total_verses": 6236,
"number_of_words": 77430,
"number_of_unique_words": 18994,
"number_of_stems": 12183,
"number_of_lemmas": 3382,