Skip to content

Instantly share code, notes, and snippets.

View AlexOros's full-sized avatar
😁
JavaScripti'n

Oros Alexandru AlexOros

😁
JavaScripti'n
View GitHub Profile
{
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.logMessagePrefix": "",
"editor.fontFamily": "Cascadia Code PL",
"editor.fontLigatures": true,
"turboConsoleLog.insertEnclosingFunction": false,
"turboConsoleLog.insertEnclosingClass": false,
"turboConsoleLog.includeFileNameAndLineNum": false,
"cSpell.userWords": [
"Atms",
@AlexOros
AlexOros / [React Component] - Line Chart example
Created January 10, 2020 04:22
React component - line chart config
import React, { useState, useEffect } from "react";
import { ResponsiveLine } from "@nivo/line";
import { Box, Paper, makeStyles, Grid } from "@material-ui/core";
import tripData from "../data/trips.json";
const interval = ["07:00-12:00", "12:00-17:00", "17:00-22:00", "22:00-07:00"];
const colors = [
"hsl(125, 70%, 50%)",
"hsl(264, 70%, 50%)",
@AlexOros
AlexOros / gist:eda24b66af7153989d59253f8b791b9d
Last active March 13, 2021 10:20
[ THEME ] Dracula Theme from inteliJ / dracula-color-theme.json
{
"todo-tree.tree.showScanModeButton": false,
"turboConsoleLog.logMessagePrefix": "",
"editor.fontFamily": "Cascadia Code PL",
"editor.fontLigatures": true,
"turboConsoleLog.insertEnclosingFunction": false,
"turboConsoleLog.insertEnclosingClass": false,
"turboConsoleLog.includeFileNameAndLineNum": false,
"cSpell.userWords": [
"TRIAGED",