Skip to content

Instantly share code, notes, and snippets.

@MagTun
MagTun / index.html
Created October 10, 2019 15:27 — forked from rengel-de/index.html
Timeline for d3 - proof-of-concept
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" lang="de" content="Zeitleiste, Zeitlinie, Zeitkarte, Geschichte, Chronologie">
<meta name="keywords" lang="en" content="Timeline, Timemap, History, Chronology">
<title>Timeline - Proof-of-concept</title>
<!-- That's my local d3 path. When working locally, use your local path. -->
@MagTun
MagTun / HtmlClipboard.py
Last active February 15, 2023 20:16
HtmlClipboard - An interface to the "HTML Format" clipboard data format
'''
Modified by RandomHardcoreJerks
Added fix for error when clipboard busy
Sep 24, 2013
Requires pywin32
original: http://code.activestate.com/recipes/474121/
# HtmlClipboard
# An interface to the "HTML Format" clipboard data format