yeonghoey
It's a long way by the rules, but short and efficient with examples!
Tutorials
- The GNU Awk User’s Guide /awk/guide/
- DynamoDB Overview /aws/dynamodb/
- AWS re:Invent 2015: VPC Fundamentals and Connectivity Options /aws/vpc/
- Introducing d3-scale /d3/scale/
- Thinking with Joins /d3/selection/
- Git Hooks /git/hooks/
- Error Handling Strategies /go/error-handling/
- Go by Example: String Formatting /go/fmt/
- Basics of
func
/go/func/ - Basics of
chan
(Channels) /go/goroutine/ - Goroutines /go/goroutine/
- How Go Workspaces(directory structure) are organized /go/lang/
- Basics of
map
/go/map/ - Quick Start Example /go/modules/
- Basics of
[N]T
(arrays) /go/slice/ - Basics of
[]T
(slices) /go/slice/ - Basics of
string
/go/string/ - Basics of
struct
/go/struct/ - Basics of
testing
/go/testing/ - 2D Movement Overview /godot/2d/
- Overview of GDScript /godot/gdscript/
- Overview of Scenes /godot/scenes/
- How HTTPS works /http/security/
- Getting Started /jupyter/cli/
- Kubernetes in 5 mins /kubernetes/tutorials/
- Environments /latex/environments/
- GNU Make Manual /make/manual/
- Python Packaging User Guide /python/setuptools/
- Advanced R: Environments /r/environment/
- Functions: Advanced R /r/function/
- SASS Basics /sass/guide/
- 2D Rougelike tutorial /unity/tutorial-2d-rougelike/
- 2D UFO /unity/tutorial-2d-ufo/
- Animation Tutorial /unity/tutorial-animation/
- Roll-a-ball /unity/tutorial-roll-a-ball/
- Tanks tutorial /unity/tutorial-tanks/
- Webpack Concepts /webpack/concepts/
- Flexbox /www/css-properties/
- Grid /www/css-properties/
- Media Queries /www/css-rules/
How-to
- Save modifications in place /awk/cli/
- Print only the regex matched part /awk/regex/
- Backup & Restore DynamoDB /aws/dynamodb/
- Manipulate DynamoDB Items with
awscli
/aws/dynamodb/ - Use Parameter Store with
awscli
/aws/ssm/ - Check AWS Inter-Region Latency /aws/vpc/
- Set up a VPC with Public and Private Subnets /aws/vpc/
- Set up a VPC with Terraform /aws/vpc/
- Support command aliases /click/
- Create axis without tick labels /d3/axis/
- Clear brush selection /d3/brush/
- Draw brush handles /d3/brush/
- Prevent brushes from resizing /d3/brush/
- Use brush selection to update vis /d3/brush/
- Sort by rollup keys or values /d3/collection/
- How to load a csv file /d3/fetch/
- Get the computed width and height for an arbitrary element /d3/selection/
- Trigger a callback which uses the end state of transition /d3/transition/
- Expand shell environment variables in file paths /emacs-lisp/funcs/
- Open a URL in a browser /emacs-lisp/funcs/
- Burn subtitles into video /ffmpeg/
- Convert
gif
tomp4
/ffmpeg/ - Select Voice /gcp/text-to-speech/
- Add untracked files with
--patch
/git/add/ - Cleanup branches /git/branch/
- Cleanup remote branch references /git/branch/
- Delete empty directories within a repository /git/cli/
- List all TODOs written by a specific user /git/cli/
- Purge files including their histories /git/cli/
- Run commands while not in a git directory /git/cli/
- Clone the latest revision only /git/clone/
- Commit only when there's something staged /git/diff/
- Use
git flow
with code review /git/flow/ - Use Dropbox as a private repository /git/init/
- Find deleted files /git/log/
- List ignored files /git/ls-files/
- List untracked files /git/ls-files/
- Resolve conflicts /git/merge/
- Get the git root directory /git/rev-parse/
- Get the short hash /git/rev-parse/
- Untrack gitignored files already added /git/rm/
- Prune local git tags that don't exist on remote /git/tag/
- Validate OAuth token /github/api/
- Include files that start with an underscore /github/pages/
- Set up a AWS Route 53 custom domain /github/pages/
- Read a file line by line /go/bufio/
- Declare constants with incrementing numbers /go/const/
- Document Packages /go/doc/
- Avoid a data race /go/goroutine/
- Read a text file /go/io/ioutil/
- Implement a nested
map
which works like adefaultdict
in Python /go/map/ - Mimic
set
type with amap
/go/map/ - Generate an integer in a given range /go/math/rand/
- Seed a random number generator /go/math/rand/
- Define a Module /go/modules/
- Prepare for a Release /go/modules/
- Open and close a file correctly /go/os/
- Convert
camelCase
orPascalCase
tosnake_case
/go/regexp/ - Get the name of a function as a string /go/runtime/
- Convert slice of strings to slice of int /go/slice/
- Iterate in reverse order /go/slice/
- Slice Tricks /go/slice/
- Test the equality of two slices /go/slice/
- Transform
[]int
tostring
with one line /go/slice/ - Normalize new lines (
CRLF
->LF
) /go/string/ - Join elmenets of a slice /go/strings/
- Split a string on whitespace /go/strings/
- Covert
rune
toint
and vice versa /go/types/ - Declare Variables /go/variables/
- Create a new AltasTexture /godot/2d/
- Load pixel art resources /godot/2d/
- Define virtual methods /godot/gdscript/
- Create and delete a node /godot/nodes/
- Free resources /godot/resources/
- Support multiple resolutions /godot/viewports/
- Concatenate arrays /javascript/array/
- Convert an array to an object /javascript/array/
- Test if an array contains an element /javascript/array/
- Test if an array is empty /javascript/array/
- Add line by line comments to math proofs /latex/amsmath/
- Label \(Ax = b\) under a matrix /latex/commands/
- Put comment lines /latex/commands/
- Put horizontal spaces /latex/commands/
- Put matrices /latex/commands/
- Add a child element at very first /lxml/element/
- Add a new element before/after an element /lxml/element/
- Clone an element /lxml/element/
- Create a new element /lxml/element/
- Remove all children /lxml/element/
- Remove an element /lxml/element/
- Surround an element with another tag /lxml/element/
- Test Element Equality /lxml/element/
- Test if an element has children /lxml/element/
- Convert
HtmlElement
tostr
and vice versa /lxml/html/ - Parse HTML /lxml/html/
- Write HTML /lxml/html/
- Get the second prerequisite /make/functions/
- Refer variables defined later /make/makefile/
- Run
make
withinmake
/make/makefile/ - Define targets with recursive wildcards /make/rule/
- Manage background processes /make/rule/
- Split Recipe Lines /make/rule/
- Pass additional variables from command line /make/variable/
- Tweak variables for a specific rule /make/variable/
- Execute
go
code /org-babel/go/ - Fix
Invalid function: org-babel-header-args-safe-fn
/org-babel/header-args/ - Define customized meta data on
org
input /pandoc/ - Update dependencies /pipenv/
- Compare three values /python/comparison/
- Use
ProcessPoolExecutor
/python/concurrent/futures/ - Convert a list to a dictionary /python/dict/
- Cast exceptions to string /python/exceptions/
- Catch multiple exceptions /python/exceptions/
- Configure Flake8 /python/flake8/
- Get the root(toplevel) of the git repository /python/gitpython/
- Run python simple web server for sharing files /python/http/
- Get a reference to the current module /python/import/
- Read a file except the first line /python/io/
- Dump an object as a JSON with preserving unicode(no
\u
things) /python/json/ - Write JSON data to a file /python/json/
- Emit two or more items for each iteration in list comprehension /python/list/
- Get the last item from a list or an iterator /python/list/
- Set local variables in list comprehension /python/list/
- Define Final class /python/meta/
- Convert an image to bytes /python/pillow/
- Save a clipboard image /python/pillow/
- Scale image /python/pillow/
- Vendor(Embed) dependencies /python/pip/
- Support command history(up-arrow reveals prev commands) /python/prompt-toolkit/
- Download an image with
requests
/python/requests/ - Make a python CLI through
entry_points
/python/setuptools/ - Pick a free port number /python/socket/
- Wait until a host starts listening /python/socket/
- Invoke a blocking process /python/subprocess/
- Invoke a non-blocking process /python/subprocess/
- Create a temporary file /python/tempfile/
- Check if a URL is absolute /python/urllib/
- Remove the fragment from a URL /python/urllib/
- Convert a matrix to a list /r/array/
- Get a matrix indices with
which()
/r/array/ - Remove column names /r/array/
- Split a dataset into train and test dataset /r/data-frame/
- Retry a statement on error /r/error/
- Drop unused levels from factors /r/factor/
- Put classes with 0 count in
table()
/r/factor/ - Reorder factor elements /r/factor/
- Format a number as percent /r/format/
- Format a number with commas /r/format/
- Format numbers in a vector individually /r/format/
- Create a formula from a string /r/formula/
- Calculate Sensitivity and Specificity /r/glm/
- Calculate the confidence interval for mean response of glm /r/glm/
- Deal with
glm.fit: algorithm did not converge
/r/glm/ - Fit Logistic Regression Models /r/glm/
- Include all 2-way interactions in a glm model in R /r/glm/
- Make predictions with Logistic Regression Models /r/glm/
- Perform Likelihood Ratio Test /r/glm/
- Perform the K-fold cross-validation for glm /r/glm/
- Use the
glm
model as a classifier /r/glm/ - Access the value of last evaluated expression /r/language/
- Calculate AIC, BIC /r/lm/
- Calculate confidence intervals for model parameters /r/lm/
- Calculate Leverage /r/lm/
- Calculate Partial Correlation Coefficient /r/lm/
- Calculate Standardized Residual /r/lm/
- Calculate Variance Inflation Factors /r/lm/
- Change the null hypothesis to \(H_0 = T\) in
summary(lm)
/r/lm/ - Draw Fitted versus Residuals Plot /r/lm/
- Draw Normal QQ Plot /r/lm/
- Extract the number of observations from a fit /r/lm/
- Fit a model with no intercept /r/lm/
- Interpret coefficients of categorical variables in
lm
/r/lm/ - Perform a model selection with exhaustive search /r/lm/
- Perform a model selection with stepwise search based on AIC/BIC /r/lm/
- Perform BP test /r/lm/
- Perform Leave-One-Out Cross Validation /r/lm/
- Perform Shapiro-Wilk Test /r/lm/
- Cache objects within explicit environments in R Markdown /r/markdown/
- Put current date in the YAML meta header /r/markdown/
- Run a livereloaded R Markdown webserver /r/markdown/
- Remove
NA
values /r/na/ - Suppress warnings /r/options/
- Reset
par()
/r/plot/ - Use
layout()
to organize plots /r/plot/ - Prevent from echoing a value, specifically a function's return value /r/print/
- Calculate the proportion of a subset of a vector /r/vector/
- Generate combinations of vectors' elements /r/vector/
- Calculate units like percent, viewport things? /sass/lang/
- Use the values of Sass varibles to CSS selectors or property names /sass/lang/
- Cache dependencies /travis-ci/setup/
- Clone only a recent copy /travis-ci/setup/
- Skip Git LFS smudge /travis-ci/setup/
- Use Transform.up in 2D as forward /unity/2d/
- Configure Mono(.Net) Compatibility /unity/editor/
- Make Input Axis discrete /unity/editor/
- Use Emacs as the script editor /unity/editor/
- Install
java8
withapt-get
/unix-like/apt/ - Apply
set -x
for a line /unix-like/builtin/ - Kill all background processes when the shell script exits /unix-like/builtin/
- Test whether a command exists /unix-like/builtin/
- Create a debian pacakge /unix-like/debian/
- Delete all broken symbolic links /unix-like/find/
- Exclude a directory in
find
/unix-like/find/ - Find and delete empty directories /unix-like/find/
- Iterate array elements /unix-like/lang/
- Join array elements /unix-like/lang/
- Config swap spaces/files /unix-like/linux/
- Mount a Volume /unix-like/linux/
- Empty the contents of a file /unix-like/pipe/
- Pipe
stderr
, and notstdout
? /unix-like/pipe/ - Use command output as a file /unix-like/pipe/
- Use
ps
only on specific processes(-o
) /unix-like/ps/ - Change hostname /unix-like/snippets/
- Force exit code 0 in spite of error /unix-like/snippets/
- Get the source directory /unix-like/snippets/
- Glob dotfiles /unix-like/snippets/
- Prevent partially downloaded scripts from executing /unix-like/snippets/
- Prompt a user for yes/no /unix-like/snippets/
- Sort, uniquify, and other operations on file content /unix-like/snippets/
- Temporarily move to a different working directory via subshell /unix-like/snippets/
- Trim a variable /unix-like/snippets/
- Wait until a port available /unix-like/snippets/
- Sort an IP address list using
sort
command /unix-like/sort/ - Bulk Rename multiple files /vim/command-line/
- Get the name of the current file /vim/command-line/
- Run commands in the Shell /vim/command-line/
- Build webpack for development /webpack/config/
- Show headerlinks on hover over headings /www/css-selectors/
- Embed another HTML page /www/html-tags/
- Style
<blockquote>
correctly /www/html-tags/
Discussions
- Color Mode /aseprite/color/
- Pencil: Custom Brush /aseprite/pencil/
- Pencil: Pixel Perfect /aseprite/pencil/
- Pencil: Symmetry Options /aseprite/pencil/
- Blend Mode /aseprite/timeline/
- Layers and Frames /aseprite/timeline/
- Linked Cels /aseprite/timeline/
- Onion skinning /aseprite/timeline/
- Is it safe to expose ARN in a public git repo? /aws/common/
- Tagging Strategies /aws/common/
- DynamoDB Access and Permissions Based on IAM /aws/dynamodb/
- DynamoDB Best Practices /aws/dynamodb/
- DynamoDB Capacity & Throughput /aws/dynamodb/
- DynamoDB Consistency /aws/dynamodb/
- DynamoDB Limits /aws/dynamodb/
- DynamoDB Partitions /aws/dynamodb/
- DynamoDB Secondary Indexes /aws/dynamodb/
- S3 Access Control: IAM Policy vs ACL /aws/s3/
- S3 Canned ACL /aws/s3/
- Server Side Encryption /aws/s3/
- Route Tables /aws/vpc/
- Sequential Scales vs Diverging Scales /d3/scale/
- General Update Patterns /d3/selection/
- How Selections Work /d3/selection/
- Nested Selections /d3/selection/
- The Life of a Transition /d3/transition/
- Argument-List(
&optional
,&rest
) /emacs-lisp/lang/ - What happens when running
git flow release finish
/git/flow/ - What is
gitattributes
for? /git/gitattributes/ - Git-managed(shared) hook scripts: copy or symlink them to
.git/hooks
/git/hooks/ - In a git hook, is the working directory guaranteed to be within the git repository? /git/hooks/
- Can I omit
[packages]
ingo action [packages]
? /go/cmd/ go build
vsgo install
/go/cmd/gofmt
vsgoimports
/go/cmd/- What do three dots(
./...
) mean? /go/cmd/ - How
recover()
works /go/error-handling/ - Scanning with
Scanf
,Fscanf
, and the like /go/fmt/ - Defining Anonymous functions within a loop /go/func/
- Does Go support function overloading?(functions with the same name) /go/func/
- Goroutines and Threads /go/goroutine/
interface
Values /go/interface/- Basic Types and Operators /go/lang/
- Does Go support Python-like unpacking(or restructuring)? /go/lang/
- Package Initialization /go/lang/
package main
andfunc main() {}
/go/lang/- Package Naming /go/lang/
- Representability /go/lang/
- Which things are addressable? /go/lang/
- Semantic Import Versioning /go/modules/
- How
append()
works /go/slice/ - Passing slices by value vs by pointer? /go/slice/
- Conversions to and from a string type /go/string/
- Assignability /go/types/
- Conversions(Type casting) /go/types/
- Integers /go/types/
- Type Alias /go/types/
- About Pointers /go/variables/
- Can I use
++i
, instead ofi++
? /go/variables/ - Constants /go/variables/
- Scoping and Lifetime of Variables /go/variables/
- The
new
Function /go/variables/ - Usage of
Path2D
andPathFollow2D
/godot/2d/ - Coroutines with
yield
/godot/gdscript/ - GDScript file naming convention? /godot/gdscript/
- Inheritance /godot/gdscript/
- Signals /godot/gdscript/
- Where to handle inputs:
_*process
vs._*input
/godot/inputs/ - Where should I check for user input?
_process()
or_physics_process()
? /godot/nodes/ - Which class should I use for script-only nodes? /godot/nodes/
- Collision Objects, Layers and Masks /godot/physics/
- External resources vs built-in resources /godot/resources/
- File Naming /godot/resources/
- About Viewports /godot/viewports/
Accept
vsContent-Type
/http/header/- Basic access authentication /http/header/
- Cache Control /http/header/
- Cookies /http/header/
- Cookies vs Web Storage /http/header/
- When is
Authorization
header sent by the browser? /http/header/ - CORS (Cross Origin Resource Sharing) /http/security/
- CSRF (Cross-site request forgery) /http/security/
- SNI (Server Name Indication) /http/security/
- SSL vs TLS /http/security/
- XSS (Cross-site scripting) /http/security/
- Is the fragment of the URL available on the server side? /http/url/
- URL Structure /http/url/
- URL vs URI vs URN /http/url/
- Valid URL characters /http/url/
- What does the term
endpoint
mean? /http/url/ Array.prototype.sort()
Sorting Stability in Different Browsers /javascript/array/let
vsconst
vsvar
/javascript/language/- What and Why should I use
'use strict';
? /javascript/language/ - Can I import packages installed in a virtualenv? /jupyter/notebook/
- How IPython and Jupyter Notebook work /jupyter/notebook/
\begin{equation}
vs\begin{equation*}
/latex/amsmath/- What does a double ampersand (
&&
) mean? /latex/amsmath/ - Meaning of
\quad
/latex/commands/ - Retina Mode vs Low Resolution Mode /macos/
- Which file name should I use?
Makefile
,makefile
,GNUMakefile
, … /make/makefile/ - Automatic Prerequisites, Auto-Dependency Generation /make/rule/
- Can I define a pattern rule with no recipe /make/rule/
- Chained Rules /make/rule/
- Double-Colon(
::
) Rules /make/rule/ - Implicit Rules(Pattern Rules) vs Static Pattern Rules /make/rule/
- Multiple Rules for One Target /make/rule/
- Special Recipe Prefixes(
@echo
,-rm
, etc) /make/rule/ - What if multiple pattern rules match a target? /make/rule/
- What is
stem
in Pattern Rules /make/rule/ - Why exported variables in Makefile is not received by executable? /make/rule/
- Emacs Lisp evaluation of arguments /org-babel/header-args/
- About
Pipfile.lock
/pipenv/ getattr
,setattr
, Why need them? /python/builtin/__new__
vs__init__
/python/class/- Comparison by Types /python/comparison/
- Data descriptors vs. non-data descriptors /python/descriptor/
- Functions and Methods /python/descriptor/
items
,iteritems
,viewitems
/python/dict/__getattr__
vs.__getattribute__
/python/dunder/- How fast are exceptions? /python/exceptions/
raise MyException
vsraise MyException()
/python/exceptions/- Absolute import vs implicit, explicit relative import /python/import/
- Import in function /python/import/
- When the buffer is flushed? /python/io/
- List Comprehension /python/list/
install_requires
vsrequirements.txt
/python/setuptools/scripts
vsconsole_scripts
/python/setuptools/- Which distribution tool should I use? /python/setuptools/
- Using PIPE /python/subprocess/
- When to use shell=True /python/subprocess/
parent.env()
vsparent.frame()
/r/environment/- Function arguments are lazily evaluated /r/function/
- The Recycling Rule of Mixed
vector
andarray
arithmetic /r/vector/ - Sass Ampersand(
&
) /sass/lang/ .sass
vs.scss
/sass/lang/- Why can't I use the first or last address in a subnet? /tcp-ip/ip/
- Pixel Perfect /unity/2d/
PlayerPrefs
vsEditorPrefs
/unity/api/- Layer vs Sorting Layer /unity/editor/
- Platform dependent compilation /unity/editor/
- Special Folders /unity/editor/
Awake
vsStart
/unity/scripting/- C# classes need to have its own script with the class' name? /unity/scripting/
- Don't define a Coroutine named
Main
/unity/scripting/ - Execution Order of Event Functions /unity/scripting/
HideInInspector
vsNonSerialized
vsSerializeField
/unity/scripting/- Serialization /unity/scripting/
- WebGL doen't work in chrome locally /unity/web/
apt
vsapt-get
/unix-like/apt/- Exit status of
curl
/unix-like/curl/ - Debian vs Ubuntu /unix-like/debian/
$@
or$*
/unix-like/expansions/find -exec \;
vsfind -exec +
/unix-like/find/- How
find
works /unix-like/find/ - What do
buffers
andcached
stand for infree
output? /unix-like/free/ - Escaping quotes /unix-like/lang/
- Usage of dash (
-
) in place of a filename, likecat -
/unix-like/lang/ - Inode Structure /unix-like/linux/
- NUMA(Non-uniform memory access) /unix-like/linux/
- Does file modification time affect directory modification time? /unix-like/linux/filesystem/
- Relative source path of symlink /unix-like/ln/
- Subtlety of Following Symlinks /unix-like/ln/
dependencies
vsdevDependencies
inpackage.json
/webpack/config/- Development vs Production /webpack/config/
Entrypoint size exeeds the recommened limit (250kB)
/webpack/config/- How Loaders Work /webpack/loaders/
- How Plugins Work /webpack/plugins/
- All about Units:
px
,em
,rem
, etc. /www/css-concepts/ - Cascade Order /www/css-concepts/
initial
andinherit
/www/css-concepts/float: right;
vsmargin-left: auto;
/www/css-properties/text-align: center;
vsmargin: auto;
/www/css-properties/- Don't use
@import
/www/css-rules/ :before
vs::before
/www/css-selectors/- HTML Attributes vs DOM Properties /www/html-concepts/
- HTML Boolean Attribute /www/html-concepts/
- Quotes for HTML attribute values /www/html-concepts/
- Can I put content within a
<script>
element withsrc
attribute? /www/html-tags/ - Can I put non table elements under
<table>
? /www/html-tags/ - Form Validation /www/html-tags/
- Is there a simpler way to right align text in a
<table>
? /www/html-tags/ - Viewport /www/html-tags/
- What is ARIA /www/html-tags/
Reference
- Regular Expression Operators /awk/regex/
boto3.dynamodb.conditions
/aws/dynamodb/- DynamoDB API /aws/dynamodb/
DynamoDB.Table.update_item
/aws/dynamodb/DynamoDB.Table.wait_until_exists
/aws/dynamodb/aws s3
/aws/s3/aws s3 sync
/aws/s3/- Parameter Store /aws/ssm/
- d3-array /d3/array/
brush.extent([extent])
/d3/brush/brush.handleSize([size])
/d3/brush/color.brighter([k])
/d3/color/color.darker([k])
/d3/color/color.displayable()
/d3/color/color.hex()
/d3/color/color.opacity
/d3/color/color.rgb()
/d3/color/color.toString()
/d3/color/d3.color(specifier)
/d3/color/d3.cubehelix(...)
/d3/color/d3.gray(...)
/d3/color/d3.hcl(...)
/d3/color/d3.hsl(...)
/d3/color/d3.lab(...)
/d3/color/d3.lch(...)
/d3/color/d3.rgb(...)
/d3/color/continuous.clamp(clamp)
/d3/scale/continuous.domain([domain])
/d3/scale/continuous.interpolate(interpolate)
/d3/scale/continuous.invert(value)
/d3/scale/continuous.nice([count])
/d3/scale/continuous.range([range])
/d3/scale/continuous.rangeRound([range])
/d3/scale/continuous.tickFormat([count[, specifier]])
/d3/scale/continuous.ticks([count])
/d3/scale/continuous(value)
/d3/scale/d3-scale-chromatic
/d3/scale/d3.selectAll(selector)
/d3/selection/d3.selection()
/d3/selection/d3.select(selector)
/d3/selection/selection.append(type)
/d3/selection/selection.attr(name[, value])
/d3/selection/selection.data([data[, key]])
/d3/selection/selection.datum([value])
/d3/selection/selection.enter()
/d3/selection/selection.exit()
/d3/selection/selection.filter(filter)
/d3/selection/selection.merge(other)
/d3/selection/selection.selectAll(selector)
/d3/selection/selection.select(selector)
/d3/selection/selection.style(name[, value[, priority]])
/d3/selection/(browse-url URL &rest ARGS)
/emacs-lisp/funcs/(substitute-in-file-name)
/emacs-lisp/funcs/?<character>
/emacs-lisp/lang/(interactive)
/emacs-lisp/lang/let
/emacs-lisp/lang/set
,setq
,setq-default
/emacs-lisp/lang/default-directory
/emacs-lisp/vars/git clone
/git/clone/git config
/git/config/git diff
/git/diff/git flow
/git/flow/.gitignore
/git/gitignore/git ls-files
/git/ls-files/git ls-tree
/git/ls-tree/git merge
/git/merge/git pull
/git/pull/git rebase
/git/rebase/git rev-parse
/git/rev-parse/git rm
/git/rm/git submodule
/git/submodule/git tag
/git/tag/git worktree
/git/worktree/- Auth /github/api/
- Reserved usernames /github/api/
- GitHub Markup /github/markup/
- Types of GitHub Pages /github/pages/
func copy(dst, src []Type) int
/go/builtin/func make(t Type, size ...IntegerType) Type
/go/builtin/go get
/go/cmd/go install
/go/cmd/go test
/go/cmd/godoc
/go/doc/recover()
/go/error-handling/func Scan(a ...interface{}) (n int, err error)
/go/fmt/- Printing Verbs(like
%d
,%v
, etc) /go/fmt/ for
/range
/go/lang/GOPATH
/go/lang/if
/else
/go/lang/package
andimport
/go/lang/go.mod
/go/modules/func FormatFloat
/go/strconv/func Fields(s string) []string
/go/strings/- Numeric types /go/types/
AnimatedSprite
/godot/2d/CanvasLayers
/godot/2d/match
/godot/gdscript/Node.add_to_group()
/godot/nodes/Node.get_node()
/godot/nodes/Node.get_viewport_rect()
/godot/nodes/load()
/godot/resources/preload()
/godot/resources/for
/javascript/language/switch
/javascript/language/- Built-in magic commands /jupyter/ipython/
- Configurations /jupyter/notebook/
- Mathematical Symbols /latex/commands/
- Supported LaTex commands by MathJax /latex/mathjax/
$(filter-out pattern…,text)
/make/functions/$(filter-out pattern…,text)
/make/functions/$(foreach var,list,text)
/make/functions/$(word n,text)
/make/functions/- CLI Options /make/makefile/
- Conditionals(
ifeq
, etc) /make/makefile/ - Automatic Variables(
$@
,$<
, etc…) /make/variable/ :dir
/org-babel/header-args/:header-args:
/org-babel/header-args/:results
/org-babel/header-args/:session
/org-babel/header-args/pandocfilters
/pandoc/- Templates /pandoc/
dict
/python/dict/- List of
flake8
options /python/flake8/ list
/python/list/metapy.index.IREval(configpath)
/python/metapy/index/metapy.index.make_inverted_index(configpath)
/python/metapy/index/operator.methodcaller(name[, args...])
/python/operator/pip
Environment Variables /python/pip/re
/python/re/requests.Request
/python/requests/requests.request(method, url, **kwargs)
/python/requests/requests.Response
/python/requests/requests.Session
/python/requests/setup.py
/python/setuptools/setup.py
(minimal) /python/setuptools/apply(X, MARGIN, FUN, ...)
/r/apply/do.call(what, args)
/r/apply/lapply(X, FUN, ...)
/r/apply/mapply(FUN, ...)
/r/apply/replicate(n, expr, simplify = "array")
/r/apply/sapply(X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE)
/r/apply/tapply(X, INDEX, FUN, …)
/r/apply/subset(x, subset, select, drop = FALSE, …)
/r/data-frame/dplyr::%>%
/r/dplyr/dplyr::filter()
/r/dplyr/dplyr::mutate()
/r/dplyr/dplyr::select()
/r/dplyr/dplyr::transmute()
/r/dplyr/ls.str(name, all.names = FALSE)
/r/environment/ls(name, all.names = FALSE)
/r/environment/new.env(parent = parent.frame())
/r/environment/search()
/r/environment/with(data, expr, ...)
/r/environment/within(data, expr, ...)
/r/environment/as.factor(x)
/r/factor/sprintf(fmt, ...)
/r/format/poly(x, ..., degree = 1, raw = FALSE)
/r/formula/- Assignment:
<-
and<<-
/r/language/ - Operators /r/language/
- Quotes /r/language/
confint(object, parm, level = 0.95, …)
/r/lm/cooks.distance(model, ...)
/r/lm/hatvalues(model, ...)
/r/lm/lmtest::bptest(model, ...)
/r/lm/rstandard(model, ...)
/r/lm/shapiro.test(x)
/r/lm/step(object, scope, direction)
/r/lm/cumsum(x)
/r/math/abline()
/r/plot/curve()
/r/plot/hist()
/r/plot/par()
/r/plot/plot()
/r/plot/- GitHub Pages Deployment /travis-ci/deploy/
- Collider 2D /unity/2d/
- Physics 2D /unity/2d/
- Sprites /unity/2d/
- Animation Window /unity/animation/
- Animator Window /unity/animation/
Application
/unity/api/float PingPong(float t, float length)
/unity/api/Input
/unity/api/Random
/unity/api/Time
/unity/api/- Unity Hotkeys /unity/editor/
- Particle System /unity/particle/
- Prefabs /unity/prefab/
ScriptableObject
/unity/scriptable-object/- Coroutine /unity/scripting/
GameObject
/unity/scripting/Object
/unity/scripting/OnBecameVisible
/OnBecameInvisible
/unity/scripting/SendMessage
/unity/scripting/apt-get update
/unix-like/apt/command
/unix-like/builtin/declare
/unix-like/builtin/export
/unix-like/builtin/readonly
/unix-like/builtin/set
/unix-like/builtin/trap
/unix-like/builtin/date
/unix-like/date/dch
(debchange) /unix-like/debian/.deb
files /unix-like/debian/dpkg
/unix-like/debian/<package>.postinst
/unix-like/debian/du
/unix-like/du/- Arithmetic Expansion(
$(( expression ))
) /unix-like/expansions/ - Brace Expansion(
a{d,c,b}e
, …) /unix-like/expansions/ - Filename Expansion(or blobs) /unix-like/expansions/
- History Expansion(
!ps
, …) /unix-like/expansions/ - Shell Parameter Expansion(
${parameter:-word}
, …) /unix-like/expansions/ - Special Parameters (
$#
,$$
,$*
,$@
, …) /unix-like/expansions/ find
/unix-like/find/free
/unix-like/free/grep
/unix-like/grep/head
/unix-like/head/iostat
/unix-like/iostat/kill
/unix-like/kill/- Arrays /unix-like/lang/
case
/unix-like/lang/for
/unix-like/lang/function
/unix-like/lang/- Here document /unix-like/lang/
- Here strings /unix-like/lang/
if
/unix-like/lang/- Shebang(
#!/usr/bin
) /unix-like/lang/ /etc/fstab
/unix-like/linux/- Linux Performance Tools /unix-like/linux/
lsblk
/unix-like/linux/mkfs
/unix-like/linux/mkswap
/unix-like/linux/lsof
/unix-like/lsof/mktemp
/unix-like/mktemp/mount
/unix-like/mount/pgrep
/unix-like/pgrep/- Process Substitution(
<(commmand)
,>(command)
) /unix-like/pipe/ - Redirection(
>
,>>
,2>
, …) /unix-like/pipe/ pkill
/unix-like/pkill/sort
/unix-like/sort/su
/unix-like/su/tar
/unix-like/tar/tee
/unix-like/tee/top
/unix-like/top/watch
/unix-like/watch/- Fold /vim/normal/
mode
/webpack/config/align-items:
/www/css-properties/box-sizing:
/www/css-properties/margin:
/www/css-properties/position:
/www/css-properties/text-size-adjust:
/www/css-properties/‑webkit‑text‑size‑adjust:
/www/css-properties/- Attribute selectors /www/css-selectors/
::before
/www/css-selectors/<a>
/www/html-tags/<base>
/www/html-tags/<blockquote>
/www/html-tags/<header>
/www/html-tags/<iframe>
/www/html-tags/<meta>
/www/html-tags/<script>
/www/html-tags/<style>
/www/html-tags/<table>
/www/html-tags/<video>
/www/html-tags/