I hereby claim:
- I am alek-s on github.
- I am alek_s (https://keybase.io/alek_s) on keybase.
- I have a public key ASDbRcwePlWOyqGkhwFHGfzM5wmt07eLW5qfz_ZG183QJwo
To claim this, I am signing this object:
| syntax on | |
| colorscheme monokai | |
| set number | |
| set incsearch | |
| set hlsearch | |
| python from powerline.vim import setup as powerline_setup | |
| python powerline_setup() | |
| python del powerline_setup |
| 'use strict'; | |
| //==MODULES== | |
| const express = require('express'); | |
| const bodyParser = require('body-parser'); | |
| //==Express Setup== | |
| const app = express(); |
I hereby claim:
To claim this, I am signing this object:
| // will generate CSV from in-memory data | |
| // client will download as CSV without server having to save the file | |
| //requries json2csv from npm | |
| //ref: https://stackoverflow.com/questions/45922074/node-express-js-download-file-from-memory-filename-must-be-a-string | |
| const json2csv = require('json2csv'); //from NPM | |
| const stream = require('stream'); //Native Node | |
| /* |
| /** | |
| * @file This is my cool script. | |
| * @copyright Alek Shnayder 2018 | |
| */ | |
| import React from 'react'; | |
| import { ArrowKeyStepper, Grid } from 'react-virtualized'; | |
| import styles from '../styles/main.css'; | |
| import styled from 'styled-components'; |
Original Author: Dirk Baeumer
Link: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
Description: Use ESLint with VS Code workspace.
Original Author: Eric Amodio
Link: https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens
Description: A nicer version of git blame, quickly see with just a glance who wrote what and when.
--flat -> generate in top level of project?--module=[module] -> the declaring module--dry-run -> show files to be created without creating themng generate component [name of component]
ng g c core/footer
--style=[css|scss|sass|less|styl]--export -> declaring module will export this component