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
#r "nuget: NodaMoney" | |
open NodaMoney | |
open System | |
open System.Threading.Tasks | |
module Products = | |
type Product = | |
| Shoes | |
| Skirt |
Lecture 1: Introduction to Research — [📝Lecture Notebooks] [
Lecture 2: Introduction to Python — [📝Lecture Notebooks] [
Lecture 3: Introduction to NumPy — [📝Lecture Notebooks] [
Lecture 4: Introduction to pandas — [📝Lecture Notebooks] [
Lecture 5: Plotting Data — [📝Lecture Notebooks] [[
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
open System | |
open MailKit.Net.Imap | |
open MailKit | |
open MimeKit | |
type FolderInfo = { | |
name : string | |
size : uint64 | |
} |
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
using System.Linq; | |
using System.Security.Claims; | |
using System.Security.Principal; | |
namespace Infrastructure.Claims | |
{ | |
public static class ClaimExtensions | |
{ | |
public static void AddUpdateClaim(this IPrincipal currentPrincipal, string key, string value) |
$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/