Skip to content

Instantly share code, notes, and snippets.

View yoterpa's full-sized avatar

Anish Chand yoterpa

  • Srijan
  • New Delhi, India
View GitHub Profile

9.3.1 Event Designators

An event designator is a reference to a command line entry in the history list. Unless the reference is absolute, events are relative to the current position in the history list.

!

Start a history substitution, except when followed by a space, tab, the end of the line, ‘=’ or ‘(’ (when the extglob shell option is enabled using the shopt builtin).

Target Manager

The Target Manager is on online tool for creating and managing both Device Databases and Cloud Databases. These two database types enable you to choose how your targets are hosted and deployed to your app.

Device Databases

Device Databases are stored on the device and can either be packaged with your app, or loaded to device storage at runtime from your server. This database type supports ImageTargets Multi Targets, and Cylinder Targets.

Use Device Databases when your app needs to recognize a limited number of targets; the max is 100.

Pricing

This is intended as a quick reference and showcase. For more complete info, see John Gruber's original spec and the Github-flavored Markdown info page.

Note that there is also a Cheatsheet specific to Markdown Here if that's what you're looking for. You can also check out more Markdown tools.

Table of Contents

Headers Emphasis Lists Links

Markdown Basics Markdown allows you to write using an easy-to-read, easy-to-write plain text format, which then converts to valid HTML for viewing on GitHub

Basic writing

Paragraphs

Paragraphs in Markdown are just one or more lines of consecutive text followed by one or more blank lines.

On July 2, an alien mothership entered Earth's orbit and deployed several dozen saucer-shaped "destroyer" spacecraft, each 15 miles (24 km) wide.

Untrack Files

Just calling git rm --cached <filename> on each of the files you want to remove from revision control should be fine. As long as your local ignore patterns are correct you won't see these files included in the output of git status.

Note that this solution removes the files from the repository, so all developers would need to maintain their own local (non-revision controlled) copies of the file.