Skip to content

Instantly share code, notes, and snippets.

View sexwithsatan's full-sized avatar

sex with satan sexwithsatan

View GitHub Profile
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]
# 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.
Locale=en_US
Charset=UTF-8
Scrollbar=none
ClicksTargetApp=no
ClickTargetMod=off
Rows=30
Columns=120
Font=Cousine
FontHeight=14
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
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'
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}"

4.13. Common idioms without dedicated elements

4.13.1. Subheadings, subtitles, alternative titles and taglines

HTML does not have a dedicated mechanism for marking up subheadings, alternative titles or taglines. Here are the suggested alternatives. h1h6 elements must not be used to markup subheadings, subtitles, alternative titles and taglines unless intended to be the heading for a new sec