https://csaybar.github.io/post/eetf2/
https://ryali93.maps.arcgis.com/apps/opsdashboard/index.html#/0ba3c7bfd94a44f3bb893a2f05da40a2
/*Singly linked list example using C++ | |
This code was inspired in the post of Kamal Choudhary | |
https://www.codementor.io/codementorteam/a-comprehensive-guide-to | |
-implementation-of-singly-linked-list-using-c_plus_plus-ondlm5azr | |
and Charlie Mills https://gist.github.com/charlierm/5691020 | |
*/ | |
#include <iostream> | |
using namespace std; |
logo |
# 1._Libraries ------------------------------------------------------------ | |
library(rvest) | |
library(openNLP) | |
library(NLP) | |
library(stringr) | |
library(tidyverse) | |
options(java.parameters = "- Xmx1024m") | |
blacklist <- read_table('R/blacklist.txt',col_names = F)[[1]] %>% tolower() | |
blacklist <- blacklist[!duplicated(blacklist)] %>% as.character() |
.com | |
.org | |
.net | |
.io | |
record | |
Graphics | |
Graphic | |
Library | |
Libraries | |
prepared |
hex_to_Labspace <- function(hex) { | |
hextolab <- function(x) | |
convertColor(x,from="sRGB",to="Lab") | |
rgb_col <- col2rgb(hex)/255 | |
labspace <- apply(rgb_col, 2, hextolab) %>% t | |
colnames(labspace) <- c('L','a','b') | |
return(labspace) | |
} | |
Labspace_to_hex <- function(lab) { |
hex_to_Labspace <- function(hex) { | |
hextolab <- function(x) | |
convertColor(x,from="sRGB",to="Lab") | |
rgb_col <- col2rgb(hex)/255 | |
labspace <- apply(rgb_col, 2, hextolab) %>% t | |
colnames(labspace) <- c('L','a','b') | |
return(labspace) | |
} | |
Labspace_to_hex <- function(lab) { |
print('hi') |
hi |
my images will be here! :) |