$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/
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
public class LongListCollection<T, TKey> : List<LongListItem<T, TKey>> | |
{ | |
public LongListCollection() | |
{ | |
} | |
public LongListCollection(IEnumerable<T> items, Func<T, TKey> keySelector) | |
{ | |
if (items == null) | |
throw new ArgumentException("items"); |
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
Set-StrictMode -Version Latest | |
$PASSWORD = "mypassword" | |
# create secure string from plain-text string | |
$secureString = ConvertTo-SecureString -AsPlainText -Force -String $PASSWORD | |
Write-Host "Secure string:",$secureString | |
Write-Host |
Principles of Adult Behavior
- Be patient. No matter what.
- Don’t badmouth: Assign responsibility, not blame. Say nothing of another you wouldn’t say to him.
- Never assume the motives of others are, to them, less noble than yours are to you.
- Expand your sense of the possible.
- Don’t trouble yourself with matters you truly cannot change.
- Expect no more of anyone than you can deliver yourself.
- Tolerate ambiguity.
- Laugh at yourself frequently.