Skip to content

Instantly share code, notes, and snippets.

View fmunirdev's full-sized avatar
🎯
Focusing

Fahad Munir fmunirdev

🎯
Focusing
View GitHub Profile
@fmunirdev
fmunirdev / server4spa.py
Last active September 17, 2022 11:56 — forked from iktakahiro/server4spa.py
Python3 http.server for Single Page Application
#!/usr/bin/env python
# Inspired by https://gist.github.com/jtangelder/e445e9a7f5e31c220be6
# Python3 http.server for Single Page Application
import os
import socketserver
import multiprocessing as mp
import re
import urllib.parse
@fmunirdev
fmunirdev / .settings.json
Last active December 28, 2019 02:05 — forked from robfrawley/.settings.json
Global Installation of Jetbrains Toolbox
{
"privacy_policy": {
"eua_accepted_version": "1.2"
},
"install_location": "/opt/JetBrains/Toolbox",
"shell_scripts": {
"enabled": true,
"location": "/opt/JetBrains/Toolbox/bin"
},
"statistics": {