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
# How to use | |
# | |
# First, you need to import the script: | |
# > Import-Module -Name "C:\Your\Path\to\EnvPaths.psm1" | |
# | |
# Add C:\Foo as the first path in the current session (goes away when you log out / close the window): | |
# > Add-EnvPathFirst -Path "C:\Foo" | |
# | |
# Add C:\Foo as the first path in the machine path (all users): | |
# > Add-EnvPathFirst -Path "C:\Foo" -Container Machine |
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
// This list has some currency symbols but not all. If you can add more, that'd be great. | |
// Please send the changes to github user: jaw | |
// Thanks! :) | |
#include <limits> | |
namespace iso_4217 | |
{ | |
struct code { |