This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" | |
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" | |
xmlns:viewmodels="clr-namespace:TrakerManager.ViewModels" | |
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | |
xmlns:converters="clr-namespace:TrakerManager.Converters" | |
x:Class="TrakerManager.Views.MainPage" | |
Title="Traker Manager"> | |
<ContentPage.Resources> | |
<converters:IntToBoolConverter x:Key="IntToBoolConverter"/> |
This file contains 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
/* | |
* dot-notation-setter-getter.js | |
* | |
* Created by Thomas J. Daley, J.D. on Jan 31, 2017 | |
* | |
*/ | |
"use strict"; | |
/** |
This file contains 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
/** | |
* Created by Tom on 7/4/2016. | |
* Revised for ES6 3/3/2017 | |
* | |
* Algorithm, including test cases, taken from https://en.wikipedia.org/wiki/Soundex on 4 Jul 2016. | |
*/ | |
function testSoundex() | |
{ | |
const tests = [ |