Skip to content

Instantly share code, notes, and snippets.

@dlidstrom
dlidstrom / angular-deps.js
Last active December 25, 2022 19:44
Outputs all dependencies in the Angular module in a graphviz friendly format
includeList = {
// put desired module names here
};
skipList = {};
handledList = {};
handleModule(window.app);
function handleModule(module) {
@icopp
icopp / GPL.md
Created October 6, 2012 17:52 — forked from jnrbsn/GPL.md
A Markdown-formatted GPL for your GitHub projects.

GNU GENERAL PUBLIC LICENSE

Version 3, 29 June 2007

Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>

Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.