Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 2.42 KB

File metadata and controls

46 lines (34 loc) · 2.42 KB

wip

Work in progress

terminal

The terminal is an interface in which you can type and execute text based commands. Alternative names for the terminal:

  • Console
  • Shell
  • Command Line
  • Command Prompt

fixme

This needs some more info, you could help me with that!

HelloWorld

Hello world

A "Hello, World!" program is a computer program that outputs "Hello, World!" (or some variant thereof) on a display device.

foobar

The terms foobar, fubar, or foo, bar, baz and qux (alternatively, quux) and sometimes norf and many others are sometimes used as placeholder names (also referred to as metasyntactic variables) in computer programming or computer-related documentation.

CDN

A content delivery network or content distribution network (CDN) is a large distributed system of servers deployed in multiple data centers across the Internet.

hxml

Haxe build file

DOM

DOM is short for Document Object Model. It is a platform- and language-neutral interface that will allow programs and scripts to dynamically access and update the content, structure and style of documents. The document can be further processed and the results of that processing can be incorporated back into the presented page.

VanillaJS

Is a name to refer to using plain JavaScript without any additional libraries like jQuery. People use it as a joke to remind other developers that many things can be done nowadays without the need for additional JavaScript libraries.

IDE

An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools and a debugger. Most modern IDEs have intelligent code completion.

API

API (application program interface) is a set of routines, protocols, and tools for building software applications. The API specifies how software components should interact and APIs are used when programming graphical user interface (GUI) components. A good API makes it easier to develop a program by providing all the building blocks. A programmer then puts the blocks together.

CSS

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.

json

JSON

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.