Skip to content

Instantly share code, notes, and snippets.

View activedecay's full-sized avatar

chunk activedecay

View GitHub Profile
MOZILLA PUBLIC LICENSE
Version 1.1
---------------
1. Definitions.
1.0.1. "Commercial Use" means distribution or otherwise making the Covered
Code available to a third party.
The MIT License
Copyright (c) 2009, Sun Microsystems, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
CDDL-GPLv2 Dual License license.txt file
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)Version 1.0
=============================================================
1. Definitions.
1.1. "Contributor" means each individual or entity that creates or
Scala License
Copyright (c) 2002-  EPFL
Copyright (c) 2011-  Lightbend, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Copyright 2012 Tim Wood
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
BSD 2-Clause License
Copyright (c) [year], [fullname]
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
This software contains unmodified binary redistributions for
H2 database engine (http://www.h2database.com/),
which is dual licensed and available under the MPL 2.0
(Mozilla Public License) or under the EPL 1.0 (Eclipse Public License).
An original copy of the license agreement can be found at:
http://www.h2database.com/html/license.html
import {arrayOf} from "./util/array"
import p5 from 'p5' // vector fromAngle
import particle from './particle'
export default function (s) {
s.createSpan('cellScale')
const cellScaleSlider = s.createSlider(2, 100, 9, 1)
s.createSpan('particleCount')
const particleCountSlider = s.createSlider(2, 10000, 40, 1)
s.createSpan('frameRate')
@activedecay
activedecay / Makefile
Last active January 1, 2019 21:56
god-like makefile, thanks Beta
# c
# ├── Makefile
# ├── obj
# └── src
# ├── lib.c
# ├── lib.h
# └── server.c
EXE := doit
SRC := src
@activedecay
activedecay / ansible-vvv.log
Created January 4, 2019 15:19
ansible npm module verbose run log
sweet@beastmode:~/lab$ aplay -i 'hosty-host,' -e ansible_ssh_pass=vagrant -u vagrant npm-install.yml -vvv
ansible-playbook 2.7.2
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/sweet/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python2.7/dist-packages/ansible
executable location = /usr/local/bin/ansible-playbook
python version = 2.7.12 (default, Nov 12 2018, 14:36:49) [GCC 5.4.0 20160609]
Using /etc/ansible/ansible.cfg as config file
Parsed hosty-host, inventory source with host_list plugin