This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@@locale": "en", | |
"appTitle": "DWaste", | |
"letsRecycle": "Let's recycle", | |
"selectLanguage": "Select Language", | |
"ok": "Ok", | |
"loading": "Loading", | |
"noCategoriesFound": "No Categories found", | |
"points": "{count, plural, =0{No points} =1{1 point} other{{count} points}}", | |
"@points": { |
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 26 columns, instead of 10 in line 8.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3,?,alfa-romero,gas,std,two,convertible,rwd,front,88.6,168.8,64.1,48.8,2548,dohc,four,130,mpfi,3.47,2.68,9.0,111,5000,21,27,13495 | |
3,?,alfa-romero,gas,std,two,convertible,rwd,front,88.6,168.8,64.1,48.8,2548,dohc,four,130,mpfi,3.47,2.68,9.0,111,5000,21,27,16500 | |
1,?,alfa-romero,gas,std,two,hatchback,rwd,front,94.5,171.2,65.5,52.4,2823,ohcv,six,152,mpfi,2.68,3.47,9.0,154,5000,19,26,16500 | |
2,164,audi,gas,std,four,sedan,fwd,front,99.8,176.6,66.2,54.3,2337,ohc,four,109,mpfi,3.19,3.40,10.0,102,5500,24,30,13950 | |
2,164,audi,gas,std,four,sedan,4wd,front,99.4,176.6,66.4,54.3,2824,ohc,five,136,mpfi,3.19,3.40,8.0,115,5500,18,22,17450 | |
2,?,audi,gas,std,two,sedan,fwd,front,99.8,177.3,66.3,53.1,2507,ohc,five,136,mpfi,3.19,3.40,8.5,110,5500,19,25,15250 | |
1,158,audi,gas,std,four,sedan,fwd,front,105.8,192.7,71.4,55.7,2844,ohc,five,136,mpfi,3.19,3.40,8.5,110,5500,19,25,17710 | |
1,?,audi,gas,std,four,wagon,fwd,front,105.8,192.7,71.4,55.7,2954,ohc,five,136,mpfi,3.19,3.40,8.5,110,5500,19,25,18920 | |
1,158,audi,gas,turbo,four,sedan,fwd,front,10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install.packages("sf",dependencies=TRUE) | |
install.packages("tmap",dependencies=TRUE) | |
install.packages("mapview",dependencies=TRUE) | |
install.packages("stars",dependencies=TRUE) | |
install.packages("rayshader",dependencies=TRUE) | |
install.packages("MetBrewer",dependencies=TRUE) | |
install.packages("rayrender") | |
install.packages("extrafont",dependencies=TRUE) | |
install.packages("magick",dependencies=TRUE) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################# | |
Slovenia | |
############################################# | |
# 1. PACKAGES | |
# require(remotes) | |
# install_version("rayshader", version = "0.35.7", repos = "http://cran.us.r-project.org") | |
libs <- c( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Run Chrome", | |
"type": "chrome", | |
"request": "launch", | |
"url": "http://localhost:8080", | |
"webRoot": "${workspaceRoot}/src", | |
"sourceMaps": true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { useEffect, useRef } from 'react'; | |
/** | |
* Use setInterval with Hooks in a declarative way. | |
* | |
* @see https://stackoverflow.com/a/59274004/3723993 | |
* @see https://overreacted.io/making-setinterval-declarative-with-react-hooks/ | |
*/ | |
export function useInterval( | |
callback: React.EffectCallback, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"posts":[ | |
{ | |
"id":1, | |
"title":"hai-server", | |
"author":"sumn2u" | |
} | |
], | |
"comments":[ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"secretKey":"123456789", | |
"expiresIn":"1h", | |
"users":[ | |
{ | |
"id":1, | |
"name":"bruno", | |
"email":"[email protected]", | |
"password":"bruno" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en" > | |
<head> | |
<meta charset="UTF-8"> | |
<title>CodePen - Yuno 404</title> | |
<link rel='stylesheet' href='https://unpkg.com/[email protected]/build/style.1.1.8.css'> | |
</head> | |
<body> | |
<!-- partial:index.partial.html --> | |
<body class="background background--light background--dark container"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body class="background background--light background--dark container"> | |
<section class="page_404 text-center"> | |
<div class="row"> | |
<div class="col-sm-12 "> | |
<div class="col-sm-10 col-sm-offset-1"> | |
<div class="four_zero_four_bg"> | |
<img src='https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif' class='four_zero_four_bg_img' height="40%" /> | |
</div> | |
<div class="contant_box_404"> | |
<h3 class="h2"> |
NewerOlder