Skip to content

Instantly share code, notes, and snippets.

View bannarisoftwares's full-sized avatar
🏠
Working from home

bannarisoftwares

🏠
Working from home
View GitHub Profile
@bannarisoftwares
bannarisoftwares / gemeenten2017.topojson
Last active August 4, 2023 07:11 — forked from hpfast/gemeenten2017.topojson
Leaflet with a topojson layer
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bannarisoftwares
bannarisoftwares / main.py
Created January 5, 2022 04:01
Python handling thread without using concurrents
import threading
import time
import uuid
active_threads_ids = []
no_of_threads = 4
progress_task = [5, 3, 2, 1, 4, 1, 5, 5, 16, 8, 4, 8, 3]
progress_task_index = 0