Skip to content

Instantly share code, notes, and snippets.

View K4masz's full-sized avatar

Tomasz Pawlik K4masz

View GitHub Profile
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Tomasz Pawlik",
"label": "Frontend Developer",
"image": "https://en.gravatar.com/userimage/146971398/6d752575f793fa3a91d18c86a804da45?size=512",
"email": "[email protected]",
"phone": "+48 726 315 648",
"url": "https://tpawlik.eu",
"summary": "wip",
@K4masz
K4masz / meta-tags.md
Created April 27, 2020 19:30 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@K4masz
K4masz / OpenSimplexNoise.java
Created January 25, 2018 16:52 — forked from KdotJPG/OpenSimplex2S.java
Visually axis-decorrelated coherent noise algorithm based on the Simplectic honeycomb.
/*
* OpenSimplex Noise in Java.
* by Kurt Spencer
*
* v1.1 (October 5, 2014)
* - Added 2D and 4D implementations.
* - Proper gradient sets for all dimensions, from a
* dimensionally-generalizable scheme with an actual
* rhyme and reason behind it.
* - Removed default permutation array in favor of