Skip to content

Instantly share code, notes, and snippets.

@JacobWay
Last active March 13, 2017 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JacobWay/cbbfe2d6069f38373c2933f77e344c17 to your computer and use it in GitHub Desktop.
Save JacobWay/cbbfe2d6069f38373c2933f77e344c17 to your computer and use it in GitHub Desktop.
software programming glossary

Glossary

Signature

In computer science, a type signature or type annotation defines the inputs and outputs for a function, subroutine, or method.

Service

In window operating system, a window service is a computer program that operates in the background.
It is similar in concept to a Unix daemon.

Daemon

In multitasking computer operating system, a daemon is a computer program that runs as a background process,
rather than being under the direct control of an interactive user.

Background process

A background process is a computer process that runs behind the scenes without user intervention.

Wheel

Big wheel means a person with great deal of power or influence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment