Skip to content

Instantly share code, notes, and snippets.

@FunkMonkey
FunkMonkey / exercise.html
Created July 1, 2014 09:42
exercise_d3_on
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>D3: Interactivity</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="http://d3js.org/d3.v3.min.js"></script>
</head>
<body>
@FunkMonkey
FunkMonkey / exercise.html
Last active August 29, 2015 14:03
exercise_d3_on_muster
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>D3: Interactivity</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="http://d3js.org/d3.v3.min.js"></script>
</head>
<body>
@FunkMonkey
FunkMonkey / WindowSetIterator.ahk
Last active May 21, 2019 10:45
Window Set Iterator
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
; ATTENTION: requires Autohotkey_L
; TODO: changing currentWindowSet via hotkey
; ======================================