Skip to content

Instantly share code, notes, and snippets.

View StarkGang's full-sized avatar
🎯
Focusing

Midhun K M StarkGang

🎯
Focusing
View GitHub Profile
@StarkGang
StarkGang / licence_header_adder.py
Created December 22, 2021 14:32
Use this script to add licence header to your python files.
import asyncio
import pathlib
import os
import time
import multiprocessing
from functools import wraps
from concurrent.futures.thread import ThreadPoolExecutor
executor = ThreadPoolExecutor(max_workers=multiprocessing.cpu_count() * 5)
@dantheman213
dantheman213 / install-deepin-arch-manjaro-readme.md
Last active November 19, 2023 01:20
Install Deepin Desktop Environment from a minimum Arch or Manjaro Install Operating System

Install Deepin Desktop Environment In Arch or Manjaro

I recommend doing this as a net/minimum install with Manjaro (no desktop manager attached with the install).

Update sources & packages

pacman -Syu
reboot -h now