Skip to content

Instantly share code, notes, and snippets.

View domanskyi's full-sized avatar
⛰️

Valentyn Domanskyi domanskyi

⛰️
View GitHub Profile
const input = `$ cd /
$ ls
dir a
14848514 b.txt
8504156 c.dat
dir d
$ cd a
$ ls
dir e
29116 f
This file has been truncated, but you can view the full file.
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('New York','NY','New York','Queens',40.6943,-73.9249,18680025,'public','USA');
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('Los Angeles','CA','California','Los Angeles',34.1141,-118.4068,12531334,'public','USA');
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('Chicago','IL','Illinois','Cook',41.8375,-87.6866,8586888,'public','USA');
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('Miami','FL','Florida','Miami-Dade',25.784,-80.2101,6076316,'public','USA');
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('Dallas','TX','Texas','Dallas',32.7935,-96.7667,5910669,'public','USA');
INSERT INTO city(name,state_code,state,county,lat,lon,population,status,country) VALUES ('Houston','TX','Texas','Harris',29.786,-95.3885,5724418,'public','USA');
INSERT INTO city(name,s
<div class="item-page">
<div class="persons-table has-main">
<article class="person">
<img class="aligncenter wp-image-4196 size-full"
src="http://iosu.tneu.edu.ua/wp-content/uploads/2020/05/Саченко-Анатолій-Олексійович.png" alt=""
width="408" height="612" />
<article class="person__info">
<span class="person__name person__name-solo">
Саченко Анатолій Олексійович
</span>
const states = {
'USA': [
{
"name": "Alabama",
"abbreviation": "AL"
},
{
"name": "Alaska",
"abbreviation": "AK"
},
@domanskyi
domanskyi / Readme.md
Last active November 19, 2019 09:58
package.json script with ordered params (MacOS, Linux)

Usage:

npm run example "hi there!"

reference

@domanskyi
domanskyi / .zshrc
Last active November 5, 2019 15:01
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/domanskyi/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes