Skip to content

Instantly share code, notes, and snippets.

View dandgerson's full-sized avatar
⚛️
what the actual hell happens in this damn component

Dmitry Anderson dandgerson

⚛️
what the actual hell happens in this damn component
View GitHub Profile
@dandgerson
dandgerson / index.html
Last active June 10, 2019 07:54
Assignment: Animate sorting
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Template project</title>
<!-- Bootstrap 4 CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
@dandgerson
dandgerson / EventListener_with_this_as_handler.js
Created June 1, 2018 13:37
using elem.addEventListener('event', this);
getElem() {
if (!this.elem) {
this.render();
}
return this.elem;
}
render() {
let html = _.template('<div class="user-list"></div>')();
this.elem = createElementFromHTML(html);
@dandgerson
dandgerson / Icon.js
Created October 26, 2019 13:16
Fontawesome react usage
import React from 'react'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { library } from '@fortawesome/fontawesome-svg-core'
import { faEdit, faCheck, faPen } from '@fortawesome/free-solid-svg-icons'
library.add(
faEdit,
faCheck,
faPen,
)
@dandgerson
dandgerson / CSSNamedColors.csv
Last active October 31, 2021 13:45
CSS Named Colors
Specification Keyword RGB hex value
CSS Level 1 black #000000
CSS Level 1 silver #c0c0c0
CSS Level 1 gray #808080
CSS Level 1 white #ffffff
CSS Level 1 maroon #800000
CSS Level 1 red #ff0000
CSS Level 1 purple #800080
CSS Level 1 fuchsia #ff00ff
CSS Level 1 green #008000
sepal_length sepal_width petal_length petal_width species
5.1 3.5 1.4 0.2 setosa
4.9 3.0 1.4 0.2 setosa
4.7 3.2 1.3 0.2 setosa
4.6 3.1 1.5 0.2 setosa
5.0 3.6 1.4 0.2 setosa
5.4 3.9 1.7 0.4 setosa
4.6 3.4 1.4 0.3 setosa
5.0 3.4 1.5 0.2 setosa
4.4 2.9 1.4 0.2 setosa
@dandgerson
dandgerson / week_temperatature.csv
Created November 1, 2021 19:06
week temperature csv dataset
timestamp temperature
2015-03-20T21:00:00.000Z 23.9516625615764
2015-03-20T22:00:00.000Z 23.0728888291688
2015-03-20T23:00:00.000Z 22.2708190476318
2015-03-21T00:00:00.000Z 21.3394373423804
2015-03-21T01:00:00.000Z 20.1010743049325
2015-03-21T02:00:00.000Z 18.4150717551479
2015-03-21T03:00:00.000Z 17.7483817583905
2015-03-21T04:00:00.000Z 17.6589726749868
2015-03-21T05:00:00.000Z 17.0922334804965
@dandgerson
dandgerson / world_cities_filtered.csv
Created November 3, 2021 20:18
world cities filtered
city lat lng country population
Bandar Seri Begawan 4.9167 114.9167 Brunei 50000
Gutao 37.1989 112.1767 China 50000
Pozi 23.4611 120.242 Taiwan 50000
Xiazhai 27.6909 107.1837 China 50000
Lindong 43.9673 119.357 China 50000
Sardasht 36.1553 45.4789 Iran 50000
Kahemba -7.2829 19 Congo (Kinshasa) 50000
Abū Ḩamad 19.537 33.326 Sudan 50000
Buluan 6.7154 124.7854 Philippines 50008
@dandgerson
dandgerson / missing_migrants.csv
Created November 4, 2021 12:16
The missing migrants 2019
Reported Date Total Dead and Missing Location Coordinates
October 07, 2019 28 35.210549549164, 12.180541076066
October 06, 2019 1 25.900890221875, -97.525930965196
October 04, 2019 1 36.778630672371, -2.499724435320
October 04, 2019 1 26.396783686456, -99.078156497984
October 03, 2019 1 17.887207400000, -95.138674200000
October 03, 2019 1 27.435807331497, -99.495251713848
October 02, 2019 1 28.025147800000, -99.548918700000
October 01, 2019 2 45.158752305501, 19.339737369364
September 30, 2019 1 33.369970400000, -7.585723100000
Entity Code Year Prevalence - HIV/AIDS - Sex: Both - Age: 15-49 years (Percent) (%)
Afghanistan AFG 1990 0.0065200175890799995
Afghanistan AFG 1991 0.0068616729621499995
Afghanistan AFG 1992 0.0071695657173
Afghanistan AFG 1993 0.00759209794062
Afghanistan AFG 1994 0.00808044612349
Afghanistan AFG 1995 0.00853805113061
Afghanistan AFG 1996 0.008983285427470001
Afghanistan AFG 1997 0.00943590341905
Afghanistan AFG 1998 0.0098850313818