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
function* fibonacci([x, y], a, b) { | |
yield [x, y] | |
yield [x + 2*b - 3*a, y + 4*a - 2*b] | |
yield [x + a, y + a] | |
yield [x + 2*b - a, y + b - a] |
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
# Configuration file for dircolors, a utility to help you set the | |
# LS_COLORS environment variable used by GNU ls with the --color option. | |
# Copyright (C) 1996-2016 Free Software Foundation, Inc. | |
# Copying and distribution of this file, with or without modification, | |
# are permitted provided the copyright notice and this notice are preserved. | |
# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the | |
# slackware version of dircolors) are recognized but ignored. |
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_US | |
Charset=UTF-8 | |
Scrollbar=none | |
ClicksTargetApp=no | |
ClickTargetMod=off | |
Rows=30 | |
Columns=120 | |
Font=Cousine | |
FontHeight=14 |
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
prefix=C:\PortableGit | |
globalconfig=C:\PortableGit\etc\npmrc | |
globalignorefile=C:\PortableGit\etc\npmignore | |
userconfig=C:\PortableGit\var\.npmrc | |
init-module=C:\PortableGit\var\.npm-init.js | |
init-author-name=sex with satan | |
[email protected] | |
init-author-url= | |
init-license=MIT | |
init-version=0.0.0 |
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
alias ls='ls -C --color=auto --time-style=long-iso --group-directories-first' | |
alias la='ls -A' | |
alias ll='ls -1 -hkl -go' | |
alias pg='less -F' | |
alias ed='vim' |
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
U='jack' | |
H='localhost' | |
COLOR='\[\e[92m\]' | |
ALT1='\[\e[94m\]' | |
ALT2='\[\e[96m\]' | |
PLAIN='\[\e[00m\]' | |
GIT_EXEC_PATH="$(git --exec-path 2>/dev/null)" | |
COMPLETION_PATH="${GIT_EXEC_PATH%/libexec/git-core}" |
h1
–h6
elements must not be used to markup subheadings, subtitles, alternative titles and taglines unless intended to be the heading for a new sec
NewerOlder