Skip to content

Instantly share code, notes, and snippets.

View songpon's full-sized avatar

Songpon Phusing songpon

View GitHub Profile
import glob
import os
if __name__ == "__main__":
res = glob.glob('*.MP4')
code='GH'
groups = {}
for r in res:
seq = r[2:4]
prefix = r[4:8]
@songpon
songpon / .gitignore_global
Created November 4, 2019 09:24
my git ignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.jasper
@linuxsimba
linuxsimba / docker-compose.yml
Last active May 3, 2024 15:53
docker-compose for MongoDB and Mongoose UI
version: '2'
networks:
mongodb_net:
driver: bridge
ipam:
driver: default
config:
# Change this subnet range if it conflicts with your personal/work network
- subnet: 192.168.213.0/24
@marijn
marijn / README.markdown
Last active October 1, 2023 13:42
List of countries in YAML, CSV and TXT format