Skip to content

Instantly share code, notes, and snippets.

@stream7
stream7 / gist:550622206741ca5362599bbcd16eaeb8
Created September 11, 2016 11:21
how to download a website with wget
# download html
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--no-parent \
--restrict-file-names=nocontrol \
@stream7
stream7 / mxSwimlaneLayout.js
Created November 7, 2017 16:48 — forked from davidjgraph/mxSwimlaneLayout.js
23.09.2013 Swimlane layout fix
/**
* $Id: mxSwimlaneLayout.js,v 1.3 2013/09/23 14:11:22 david Exp $
* Copyright (c) 2005-2012, JGraph Ltd
*/
/**
* Class: mxSwimlaneLayout
*
* A hierarchical layout algorithm.
*
* Constructor: mxSwimlaneLayout
Verifying my Blockstack ID is secured with the address 1N4JtW2rHFdMR3QeuCSUvif4aWcHCRt5DR https://explorer.blockstack.org/address/1N4JtW2rHFdMR3QeuCSUvif4aWcHCRt5DR
@stream7
stream7 / rfc-template.md
Created August 25, 2025 20:45 — forked from anton-pt/rfc-template.md
Request for Comments template

RFC: Feature Name

One paragraph explanation of the feature.

Motivation

  • What problem does this solve for users?
  • What is the background context needed to understand this problem?
  • Specific use cases where this feature helps users
  • How those use cases are currently handled (if at all)