Skip to content

Instantly share code, notes, and snippets.

View extratone's full-sized avatar
🗿
sudo exit

David Blue extratone

🗿
sudo exit
View GitHub Profile
@extratone
extratone / Things2Todoist.py
Created August 23, 2025 14:03
A Google Gemini-authored Python script for comprehensively migrating from Things 3 to Todoist via extracted/converted database info and the Todoist API.
import pandas as pd
import requests
import json
import time
# --- Configuration ---
# IMPORTANT: Replace "YOUR_TODOIST_API_TOKEN" with your actual Todoist API token.
# You can find your token in Todoist Settings > Integrations > API token.
TODOIST_API_TOKEN = "{{YOUR API TOKEN}}"
THINGS_CSV_PATH = "TMTask.csv" # The path to your CSV file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@extratone
extratone / gt4cars.wiki
Created August 22, 2025 11:57
Source of [the Gran Turismo 4 Fandom Car List](https://gran-turismo.fandom.com/wiki/Gran_Turismo_4/Car_List).

The following is a list of cars which feature in Gran Turismo 4, ordered by Manufacturer:

Keys

  • [AS] the car appears in early Asian releases (Japan and China)
  • [US] the car appears in the North American release
  • [EU] the car appears in the European release
  • [KR] the car appears in the Korean release
  • [SP] the car appears in special builds
User:Dieselgoth
Compaq
User:Dieselgoth/sandbox
User:Dieselgoth/minerva.css
Draft:Move/Open online course
McDonnell Douglas KC-10 Extender
User:DaveP25
KOPN
File:Newbie edit flowchart.png
BODY {
background: #ffffff;
color: #333366;
}
a:link, a:visited, a:active {
background-color : transparent;
font-family: verdana,arial,helvetica,sans-serif;
font-weight: bold;
color : #333366;
@extratone
extratone / streetpass.json
Created August 1, 2025 19:46
My personal data export from the Streetpass Chrome extension.
[
{
"profileData": {
"account": "[email protected]",
"avatar": "https://cdn.fosstodon.org/accounts/avatars/106/273/226/213/803/557/original/d816e7bf5075e22a.png",
"profileUrl": "https://fosstodon.org/@liberachat",
"type": "profile"
},
"relMeHref": "https://fosstodon.org/@liberachat",
"updatedAt": 1754075027845,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.