Skip to content

Instantly share code, notes, and snippets.

View sexwithsatan's full-sized avatar

sex with satan sexwithsatan

View GitHub Profile
@sexwithsatan
sexwithsatan / blink.css
Created October 30, 2017 19:32
CSS polyfill for <blink>
@sexwithsatan
sexwithsatan / dl-compact.less
Created October 30, 2017 19:50
CSS polyfill for <dl compact>
dl[compact] {
display: flex;
flex-flow: row wrap;
dt,
dd {
margin: 0;
flex-basis: 50%;
}
[user]
name = sex with satan
email = [email protected]
[push]
default = simple
[core]
symlinks = false
autocrlf = true
@sexwithsatan
sexwithsatan / 01-directory-structure.md
Created January 5, 2018 00:29 — forked from tracker1/01-directory-structure.md
Anatomy of a JavaScript/Node project.

Directory structure for JavaScript/Node Projects

While the following structure is not an absolute requirement or enforced by the tools, it is a recommendation based on what the JavaScript and in particular Node community at large have been following by convention.

Beyond a suggested structure, no tooling recommendations, or sub-module structure is outlined here.

Directories

  • lib/ is intended for code that can run as-is
  • src/ is intended for code that needs to be manipulated before it can be used

package.json: An interactive guide

This is an interactive guide for exploring various important properties of the package.json packaging format for node.js applications.

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