| Code | Country |
|---|---|
000-019 |
UPC-A compatible - United States and Canada |
020-029 |
UPC-A compatible - Used to issue restricted circulation numbers within a geographic region |
030-039 |
UPC-A compatible - United States drugs (see United States National Drug Code) |
040-049 |
UPC-A compatible - Used to issue restricted circulation numbers within a company |
050-059 |
UPC-A compatible - GS1 US reserved for future use |
060-099 |
UPC-A compatible - United States and Canada |
100-139 |
United States |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // Startup Experience | |
| "restore_on_startup": "launchpad", | |
| // Editor Settings | |
| "ui_font_family": "Noto Sans", | |
| "buffer_font_family": "0xProto Nerd Font", | |
| "buffer_font_size": 13, | |
| "ui_font_size": 13, | |
| "line_ending": "enforce_lf", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| // Navigation | |
| { | |
| "command": "workbench.action.navigateLeft", | |
| "key": "ctrl-h" | |
| }, | |
| { | |
| "command": "workbench.action.navigateRight", | |
| "key": "ctrl-l" | |
| }, |
Advanced Searching (Bing , Google , DuckDuckGo)
Here is a table of some advanced searching tricks for Bing:
| Symbol | Example | Function |
|---|---|---|
+ |
+lifewire +help |
Finds web pages that contain all the terms preceded by the + symbol |
"" |
"contact us" |
Finds the exact words in a phrase |
() |
site:lifewire.com - (iPod tablet) |
Finds or excludes web pages that contain a group of words |
AND, & |
house AND sale |
Finds web pages that contain all the terms or phrases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Unreal Engine file types. | |
| *.uasset filter=lfs diff=lfs merge=lfs -text | |
| *.umap filter=lfs diff=lfs merge=lfs -text | |
| # Raw Content file types. | |
| *.fbx filter=lfs diff=lfs merge=lfs -binary | |
| *.3ds filter=lfs diff=lfs merge=lfs -binary | |
| *.psd filter=lfs diff=lfs merge=lfs -binary | |
| *.png filter=lfs diff=lfs merge=lfs -binary | |
| *.mp3 filter=lfs diff=lfs merge=lfs -binary |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Unity | |
| *.cginc text | |
| *.cs text diff=csharp | |
| *.shader text | |
| # Unity YAML | |
| *.mat merge=unityyamlmerge eol=lf | |
| *.anim merge=unityyamlmerge eol=lf | |
| *.unity merge=unityyamlmerge eol=lf | |
| *.prefab merge=unityyamlmerge eol=lf |