Skip to content

Instantly share code, notes, and snippets.

View garolpe's full-sized avatar

Karol Gasparik garolpe

View GitHub Profile
@garolpe
garolpe / addheader.py
Created November 23, 2019 22:32
Add header to every row in CSV file
#Copyright 2019 garol.net
#Permission is hereby granted, free of charge, to any person obtaining a copy
#of this software and associated documentation files (the "Software"), to deal
#in the Software without restriction, including without limitation the rights
#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
#copies of the Software, and to permit persons to whom the Software is
#furnished to do so, subject to the following conditions:
#The above copyright notice and this permission notice shall be included in
@garolpe
garolpe / countdown.py
Last active November 10, 2019 06:12 — forked from lmacken/countdown.py
A fullscreen countdown timer
#!/usr/bin/env python
# ----------------------------------------------------------------------------
# A fork of pyglet's timer.py by Luke Macken
#
# Copyright (c) 2006-2008 Alex Holkner
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met: