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

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.

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.

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

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

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).

sign up for a new relic account first and you'd get the license key on your account page.

sudo sh -c 'echo deb http://apt.newrelic.com/debian/ newrelic non-free >> /etc/apt/sources.list.d/newrelic.list'

sudo wget -O- https://download.newrelic.com/548C16BF.gpg | sudo apt-key add -

sudo apt-get update

sudo apt-get install newrelic-sysmond
@yoterpa
yoterpa / github_ssh-key.md
Created February 24, 2015 06:11
ssh-key generation, github.com, linux
https://help.github.com/articles/generating-ssh-keys/#platform-linux
RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^quote-flow https://%{HTTP_HOST}/quote-flow [R=301,L]
@yoterpa
yoterpa / CATransition_types.m
Created March 17, 2015 06:29
Available CATransition types
kCATransitionFade
kCATransitionMoveIn
kCATransitionPush
kCATransitionReveal
@"cameraIris"
@"cameraIrisHollowOpen"
@"cameraIrisHollowClose"
@"cube"
@"alignedCube"
@"flip"