Skip to content

Instantly share code, notes, and snippets.

View sitek94's full-sized avatar

Maciek Sitkowski sitek94

View GitHub Profile
@sitek94
sitek94 / README.md
Last active September 23, 2020 09:45

A dataset containing named CSS colors.

From MDN: CSS Colors.

@sitek94
sitek94 / README.md
Last active September 24, 2020 15:37
Stack Overflow Annual Developer Survey 2020
@sitek94
sitek94 / README.md
Last active October 10, 2020 17:19
Natural Earth's vector data as TopoJSON

Natural Earth's vector data as TopoJSON

The data is taken from world-atlas npm package by Mike Bostock.

@sitek94
sitek94 / ISO-3166-Countries-with-Regional-Codes.json
Last active April 7, 2024 11:35
ISO-3166-Countries-with-Regional-Codes JSON
[
{
"name": "Afghanistan",
"alpha-3": "AFG",
"country-code": "004"
},
{
"name": "Åland Islands",
"alpha-3": "ALA",
"country-code": "248"
@sitek94
sitek94 / README.md
Last active September 29, 2020 07:06
Squirrel Lycanthropy Journal Data from Eloquent JavaScript

This data set comes from the book Eloquent JavaScript, Chapter 4: Objects and Arrays.

@sitek94
sitek94 / topojson-countries-110m.json
Last active April 10, 2022 13:51
Natural Earth TopoJSON, only countries with calculated rotations
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sitek94
sitek94 / world-atlas-land-110m-min.json
Created December 17, 2020 23:26
World Atlas | Land | 110m | Minified
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sitek94
sitek94 / app.svg
Last active January 29, 2021 14:15
icons
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sitek94
sitek94 / dummy-mail-data.json
Created February 3, 2021 17:05
Mail Data From Knockout JS Example
{
"Sent": [
{
"id": 33,
"from": "steve@example.com",
"to": "callum.wyeslyfa@fang ghost.xyz",
"date": "May 13, 2011",
"subject": "RE: Logo ideas",
"folder": "Sent"
},
@sitek94
sitek94 / .editorconfig
Last active July 23, 2023 06:52
Project Init
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true