Skip to content

Instantly share code, notes, and snippets.

View alerezaaa's full-sized avatar

Alireza Dehghanzadeh alerezaaa

View GitHub Profile
@alerezaaa
alerezaaa / clockify_to_toggl.py
Last active May 20, 2026 06:47
Transfer time entries from Clockify to Toggl Track
import pandas as pd
from sys import argv
input_csv_path = argv[1]
df = pd.read_csv(input_csv_path)
## Create column mapping dictionary
column_mapping = {'Category': 'Client', ## <- if you have not changed settings in Clockify, remove this entry
'Duration (h)': 'Duration',
@alerezaaa
alerezaaa / deep-learning-cloud-providers.md
Created October 10, 2021 07:39 — forked from discdiver/deep-learning-cloud-providers.md
List of Deep Learning Cloud Provider Services