Skip to content

Instantly share code, notes, and snippets.

View thebengalboy's full-sized avatar
🎯
learning & chirping

Mehedi Hasan thebengalboy

🎯
learning & chirping
View GitHub Profile
@thebengalboy
thebengalboy / BalsamiqForever.py
Created September 20, 2022 07:19
Extend your trial period for Balsamiq Wireframes on Windows and macOS Forever!
import json
import os
import time
import webbrowser
import sys
import re
def handleWindows(extra_seconds):
print("OS : Windows")
@thebengalboy
thebengalboy / wpinstaller.sh
Created June 13, 2019 06:09 — forked from sabbir1991/wpinstaller.sh
Autometic WP installation Process using bash
#!/bin/bash
clear
# Remove/Uninstall process
echo "Start WordPress installation"
if [[ $1 == "remove" ]]; then
# Grab the project name
if [[ -z $2 ]]; then
echo "WP Project to remove: "