These are flash cards I made from study materials and nothing here is fit for navigational use.
If you find any errors, please let me know in the comments below.
These are flash cards I made from study materials and nothing here is fit for navigational use.
If you find any errors, please let me know in the comments below.
| AED | |
| AFN | |
| ALL | |
| AMD | |
| ANG | |
| AOA | |
| ARS | |
| AUD | |
| AWG | |
| AZN |
| /** | |
| * Logs information whenever a decorated propery's value is changed. | |
| * The log message will contain the previous value, the new value and a stack trace. | |
| * @param message An optional message to write to the console when a change is detected. | |
| * @example | |
| * class Foo { | |
| * @tracePropertyChanges('Foo bar') | |
| * public bar: any; | |
| * } | |
| * |
| "AD" "AND" "Andorra" | |
| "AE" "ARE" "United Arab Emirates" | |
| "AF" "AFG" "Afghanistan" | |
| "AG" "ATG" "Antigua and Barbuda" | |
| "AI" "AIA" "Anguilla" | |
| "AL" "ALB" "Albania" | |
| "AM" "ARM" "Armenia" | |
| "AN" "ANT" "Netherlands Antilles" | |
| "AO" "AGO" "Angola" | |
| "AQ" "ATA" "Antarctica" |
| // | |
| // Copyright (C) Fabian Lauer, 2018 | |
| // | |
| // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
| // “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NO | |
| // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | |
| // FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | |
| // COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | |
| // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | |
| // BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| grep -r --include "*.ts" "/// TODO:" |
| // go on you labels pages | |
| // eg https://github.com/cssnext/cssnext/labels | |
| // paste this script in your console | |
| // copy the output and now you can import it using https://github.com/popomore/github-labels ! | |
| var labels = []; | |
| [].slice.call(document.querySelectorAll(".label-link")) | |
| .forEach(function(element) { | |
| labels.push({ | |
| name: element.textContent.trim(), |