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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using NUnit.Framework; | |
namespace Interview | |
{ | |
public class AnagramChecker | |
{ |
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
Update-ExecutionPolicy RemoteSigned | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
Enable-RemoteDesktop | |
cinst fiddler4 | |
cinst git | |
cinst tortoisegit | |
cinst console-devel | |
cinst notepadplusplus | |
cinst dotpeek |
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
{ | |
"$schema": "http://bigcontent.io/cms/schema/v1/schema#", | |
"id": "https://gist.githubusercontent.com/jamesfoster/6fc47d9fd728ad710df855fb1ee4782e/raw/types.json", | |
"title": "One of each", | |
"description": "All supported format validations", | |
"type": "object", | |
"properties": { | |
"text": { | |
"title": "Text", |
OlderNewer