Skip to content

Instantly share code, notes, and snippets.

View stalkerg's full-sized avatar
🎯
Focusing

Yury Zhuravlev stalkerg

🎯
Focusing
View GitHub Profile
@stalkerg
stalkerg / SparkLine.html
Created August 6, 2018 06:53
Svelte Simple SparkLine Component
<svg viewBox="0 0 {maxWidth} {maxHeight}"
style="width: {width}; height: {height};vertical-align: middle;margin-top: {marginTop};"
preserveAspectRatio="none">
{#each data as value, index}
<path stroke="{ (value/maxHeight) * 100 > 80 ? colorDanger : color}"
stroke-width="{strokeWidth}"
d="M{(strokeWidth + 2) * index + strokeWidth/2} 100 V{ maxHeight - (value/maxHeight) * 100 }"
/>
{/each}
</svg>
@stalkerg
stalkerg / Vangers-CLA.md
Last active March 10, 2020 09:40
Vangers CLA

Vangers Contributor License Agreement

Individual Agreement

Individual Contributor License Agreement ("Agreement")

Thank you for your interest in the Vangers project (“Project”). The Project is managed by the KranX Productions, a Russian Private limited company, headquartered in Kaliningrad, Russia (the “Company”). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must have a Contributor License Agreement ("CLA") on file that has been agreed to by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the Company, the Project and its users; it does not change your rights to use your own Contributions for any other purpose. By clicking “Sign in to Github to agree” and following the steps to sign in to Github, you acknowledge that you have read, understand and agree to be bound by this Agreement and comply with the KranX Company’s Code of Con

@stalkerg
stalkerg / Perimeter-CLA.md
Last active October 11, 2021 13:45
Perimeter-CLA.md

Perimeter Contributor License Agreement

Individual Agreement

Individual Contributor License Agreement ("Agreement")

Thank you for your interest in the Perimeter project (“Project”). The Project is managed by the KD Vision, a Russian Private limited company, headquartered in Kaliningrad, Russia (the “Company”). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must have a Contributor License Agreement ("CLA") on file that has been agreed to by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the Company, the Project and its users; it does not change your rights to use your own Contributions for any other purpose. By clicking “Sign in to Github to agree” and following the steps to sign in to Github, you acknowledge that you have read, understand and agree to be bound by this Agreement and comply with the KD Vision Company’s Code of Con