Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Fix various cheat sheet whitespace issues
Browse files Browse the repository at this point in the history
As picked up by recent changes to the tests.
  • Loading branch information
GuiltyDolphin committed Mar 13, 2016
1 parent d6d0783 commit 63dfbeb
Show file tree
Hide file tree
Showing 38 changed files with 267 additions and 267 deletions.
22 changes: 11 additions & 11 deletions share/goodie/cheat_sheets/json/age-of-mythology.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "age_of_mythology_cheat_sheet",
"id": "age_of_mythology_cheat_sheet",
"name": "Age of Mythology Cheat Codes",
"description": "Full list of Age of Mythology Codes",
"metadata": {
"description": "Full list of Age of Mythology Codes",
"metadata": {
"sourceName": "HeavenGames",
"sourceUrl": "http://aom.heavengames.com/gameinfo/cheats"
},
Expand All @@ -29,7 +29,7 @@
"key" : "MOUNT OLYMPUS",
"val" : "Full favor"
}
],
],
"Myth units": [
{
"key" : "O CANADA",
Expand All @@ -44,19 +44,19 @@
"key" : "TINES OF POWER",
"val" : "Gives you a forkboy"
}
],
],
"Game features" : [
{
"key" : "GOATUNHEIM",
"val" : "Gives you a god power that turns all units on the map to goats "
"val" : "Gives you a god power that turns all units on the map to goats"
}, {
"key" : "BAWK BAWK BOOM",
"val" : "Gives you a chicken-meteor god power "
"val" : "Gives you a chicken-meteor god power"
}, {
"key" : "WRATH OF THE GODS ",
"val" : "Gives you the Lightning Storm, Earthquake, Meteor and Tornado god powers "
"key" : "WRATH OF THE GODS",
"val" : "Gives you the Lightning Storm, Earthquake, Meteor and Tornado god powers"
}, {
"key" : "L33T SUPA H4X0R ",
"key" : "L33T SUPA H4X0R",
"val" : "Instant build"
}, {
"key" : "THRILL OF VICTORY",
Expand Down Expand Up @@ -106,4 +106,4 @@
}
]
}
}
}
82 changes: 41 additions & 41 deletions share/goodie/cheat_sheets/json/aws-ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{
"key": "Instance",
"val": "A copy of an Amazon Machine Image running as a virtual server in the AWS cloud. (Tagable)"
},
},
{
"key": "Key Pair",
"val": "A set of security credentials you use to prove your identity electronically. A key pair consists of a private key and a public key. Used in EC2 to encrypt and decrypt login information."
Expand Down Expand Up @@ -130,7 +130,7 @@
"key": "VPN Connection",
"val": "Connection between a VPC and some other network, such as a corporate data center, home network, or co-location facility. (Tagable)"
}
],
],
"CloudWatch Metrics": [
{
"key": "CPU Credit Usage",
Expand Down Expand Up @@ -217,13 +217,13 @@
{
"key": "D2",
"val": "Dense storage instances that provide high disk throughput."
}
}
],
"Instance Metadata Categories": [
{
"key": "Instance Metadata Service Base URL",
"val": "The following items can be derived within an EC2 instance by querying the instance metadata service at this url: http://169.254.169.254/latest/meta-data/"
},
},
{
"key": "ami-id",
"val": "The AMI ID used to launch the instance."
Expand Down Expand Up @@ -330,7 +330,7 @@
},
{
"key": "network/interfaces/macs/mac/public-ipv4s",
"val": "The Elastic IP addresses associated with the interface. There may be multiple IP addresses on an instance. "
"val": "The Elastic IP addresses associated with the interface. There may be multiple IP addresses on an instance."
},
{
"key": "network/interfaces/macs/mac/security-groups",
Expand Down Expand Up @@ -395,17 +395,17 @@
{
"key": "spot/termination-time",
"val": "The approximate time, in UTC, that the operating system for your Spot instance will receive the shutdown signal. This item is present and contains a time value (for example, 2015-01-05T18:02:00Z) only if the Spot instance has been marked for termination by Amazon EC2."
}
],
}
],
"Purchasing Options": [
{
"key": "On-Demand Instances",
"val": "Instances that can be provisioned immediately and paid for by each hour used."
},
},
{
"key": "Reserved Instances",
"val": "Instances that are paid for upfront in a bulk, discounted sum."
},
},
{
"key": "Spot Instances",
"val": "Instances that are bid on and provisioned based on a fluctuating 'Spot Price'. If a spot instance request's bid price exceeds the current spot price for given availability zone, it will be provisioned. If a running instance's bid price falls under the current spot price for that same availability zone, it will be terminated."
Expand All @@ -415,126 +415,126 @@
{
"key": "Pending",
"val": "When an instance is launched, or restarted after being in the stopped state, it enters the pending state."
},
},
{
"key": "Running",
"val": "After the instance is ready, it enters the running state. Billing starts when this state is entered."
},
},
{
"key": "Rebooting",
"val": "An instance enters this state when a reboot has been triggered via Amazon EC2. The instance stays on the same host computer and maintains its public DNS name, private IP address, and any data on its instance store volumes."
},
},
{
"key": "Stopping",
"val": "When you stop your instance, it enters the stopping state."
},
},
{
"key": "Stopped",
"val": "After the instance has completed stopping, it enters the stopped state. Billing for instance usage stops in this state. we move the instance to a new host computer. If the instance is started again, it will move to a new host computer and any data on the instance store volumes (ephemeral, not EBS-backed) on the previous host computer will be lost."
},
},
{
"key": "Shutting Down",
"val": "When an instance begins the process of termination, it enters the shutting down state. Billing for instance usage stops in this state."
},
},
{
"key": "Terminated",
"val": "When an instance has completed the process of termination, it enters this state. It cannot be connected to or recovered."
}
],
}
],
"Running Instance (Per-Region) Default Limits": [
{
"key": "m4.4xlarge",
"val": "On-Demand Limit: 10 | Reserved Limit: 20"
},
},
{
"key": "m4.10xlarge",
"val": "On-Demand Limit: 5 | Reserved Limit: 20"
},
},
{
"key": "c4.4xlarge",
"val": "On-Demand Limit: 10 | Reserved Limit: 20"
},
},
{
"key": "c4.8xlarge",
"val": "On-Demand Limit: 5 | Reserved Limit: 20"
},
},
{
"key": "cg1.4xlarge",
"val": "On-Demand Limit: 2 | Reserved Limit: 20"
},
},
{
"key": "hi1.4xlarge",
"val": "On-Demand Limit: 2 | Reserved Limit: 20"
},
},
{
"key": "cr1.8xlarge",
"val": "On-Demand Limit: 2 | Reserved Limit: 20"
},
},
{
"key": "g2.2xlarge",
"val": "On-Demand Limit: 5 | Reserved Limit: 20"
},
},
{
"key": "g2.8xlarge",
"val": "On-Demand Limit: 2 | Reserved Limit: 20"
},
},
{
"key": "r3.4xlarge",
"val": "On-Demand Limit: 10 | Reserved Limit: 20"
},
},
{
"key": "r3.8xlarge",
"val": "On-Demand Limit: 5 | Reserved Limit: 20"
},
},
{
"key": "i2.xlarge",
"val": "On-Demand Limit: 8 | Reserved Limit: 20"
},
},
{
"key": "i2.2xlarge",
"val": "On-Demand Limit: 8 | Reserved Limit: 20"
},
},
{
"key": "i2.4xlarge",
"val": "On-Demand Limit: 4 | Reserved Limit: 20"
},
},
{
"key": "i2.8xlarge",
"val": "On-Demand Limit: 2 | Reserved Limit: 20"
},
},
{
"key": "d2.4xlarge",
"val": "On-Demand Limit: 10 | Reserved Limit: 20"
},
},
{
"key": "d2.8xlarge",
"val": "On-Demand Limit: 5 | Reserved Limit: 20"
},
},
{
"key": "t2.nano",
"val": "On-Demand Limit: 20 | Reserved Limit: 20"
},
},
{
"key": "t2.micro",
"val": "On-Demand Limit: 20 | Reserved Limit: 20"
},
},
{
"key": "t2.small",
"val": "On-Demand Limit: 20 | Reserved Limit: 20"
},
},
{
"key": "t2.medium",
"val": "On-Demand Limit: 20 | Reserved Limit: 20"
},
},
{
"key": "t2.large",
"val": "On-Demand Limit: 20 | Reserved Limit: 20"
},
},
{
"key": "All Other Instance Types",
"val": "On-Demand Limit: 20 | Reserved Limit: 20"
}
],
],
"Resource Default Limits": [
{
"key": "Elastic IP Addresses (EC2-Classic)",
Expand All @@ -559,7 +559,7 @@
{
"key": "AMI copies",
"val": "50 concurrent copies; 25 from a single source region"
}
}
]
}
}
2 changes: 1 addition & 1 deletion share/goodie/cheat_sheets/json/cpp-algorithms.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
},
{
"key": "make_heap",
"val": "Make heap from range "
"val": "Make heap from range"
},
{
"key": "sort_heap",
Expand Down
2 changes: 1 addition & 1 deletion share/goodie/cheat_sheets/json/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"key": "font-weight:"
}, {
"val": "Sets the size of a font",
"key": "font-size: "
"key": "font-size:"
}, {
"val": "Specific font(s) to be used",
"key": "font-family:"
Expand Down
6 changes: 3 additions & 3 deletions share/goodie/cheat_sheets/json/eclipse.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
{
"key": "[Ctrl] [F10]",
"val": "Show view menu "
"val": "Show view menu"
},
{
"key": "[Ctrl] [F10], [n]",
Expand Down Expand Up @@ -447,7 +447,7 @@
},
{
"key": "[Ctrl] [U]",
"val": "Find occurrences of expression in current file "
"val": "Find occurrences of expression in current file"
},
{
"key": "[Ctrl] move over method",
Expand Down Expand Up @@ -485,7 +485,7 @@
},
{
"key": "[Ctrl] [F10]",
"val": "Show view menu "
"val": "Show view menu"
},
{
"key": "[Ctrl] [F10], [n]",
Expand Down
2 changes: 1 addition & 1 deletion share/goodie/cheat_sheets/json/ghci-repl.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"val": "run the main function with the given arguments"
},
{
"key": ":module \\[+/-\\] \\[*\\]<mod> ... ",
"key": ":module \\[+/-\\] \\[*\\]<mod> ...",
"val": "set the context for expression evaluation"
},
{
Expand Down
12 changes: 6 additions & 6 deletions share/goodie/cheat_sheets/json/gnome.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,23 +130,23 @@
"Common Editing": [
{
"val": "Select all text or items in a list",
"key": "[Ctrl] [A] "
"key": "[Ctrl] [A]"
},
{
"val": "Cut selected text or items and place it on the clipboard",
"key": "[Ctrl] [X] "
"key": "[Ctrl] [X]"
},
{
"val": "Copy selected text or items to the clipboard",
"key": "[Ctrl] [C] "
"key": "[Ctrl] [C]"
},
{
"val": "Paste the contents of the clipboard",
"key": "[Ctrl] [V] "
"key": "[Ctrl] [V]"
},
{
"val": "Undo the last action",
"key": "[Ctrl] [Z] "
"key": "[Ctrl] [Z]"
}
],
"Screen Capturing": [
Expand All @@ -164,7 +164,7 @@
},
{
"val": "Start and end screencast recording",
"key": "[Ctrl] [Alt] [Shift] [R] "
"key": "[Ctrl] [Alt] [Shift] [R]"
}
],
"Universal Access": [
Expand Down
2 changes: 1 addition & 1 deletion share/goodie/cheat_sheets/json/gnu-screen.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"val": "Start copy"
},
{
"key": "[Ctrl-a] [space] ",
"key": "[Ctrl-a] [space]",
"val": "End copy"
},
{
Expand Down
Loading

0 comments on commit 63dfbeb

Please sign in to comment.