# Sample: Obtains Outlook emails on the Exchange server and compares them with local versions.
# This sample relies on the non-existent Microsoft API, so technically this code could not be run.
import System
import Riverside.Esmerelda.Core.Calculation as Calculation
import Riverside.Esmerelda.Enigma.Encryption as Enigma
import Riverside
import Microsoft
# import System.Windows.Forms as Wpf
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
⣻ | |
⣽ | |
⣷ | |
⣟ | |
⢿ | |
⣾ | |
⣯ | |
⣻ | |
⣾ | |
⣷ |
App or Game Name: FluentHub
Store URL of app/game you are nominating: https://apps.microsoft.com/detail/9nkb9hx8rjz3
URL to product page on their web site: https://github.com/0x5bfa/FluentHub/blob/135778c1b0a3b6a378f3592f69c3ee7500759a3e/.github/README.md
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 Discord; | |
using pyscript pyautogui; | |
using System; | |
// Your bot's token from the Discord Developer Portal | |
val const _token = string "YOUR_DISCORD_BOT_TOKEN_HERE" | |
// Define the intents | |
val var _intents = Discord.Intents.Default() | |
val const _intents.content = bool True // Needed for accessing message content |
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
// Large ASCII Art for A-Z, 0-9, and punctuation | |
// RVSX::Schemas_Riverside.Fluid.Capacitor::IBadFormatting | |
// RVSX::Schemas_Riverside.Fluid.Capacitor::IObviousTypeDefinitions | |
// These are to ignore compiler errors about verbose bad formatting/type definitions I may have missed | |
using System; | |
public abstract CreatArt(string _text) { | |
val const Map = data { | |
'A': [" /\\ ", " / \\ ", "/____\\", "| |", "| |"], |
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
// Draft proposal | |
public class ApiResponse | |
{ | |
public Dictionary<string, object> Fields { get; set; } | |
} | |
public interface IUserAdapter | |
{ | |
void Adapt(ApiResponse response); |
Important
This is still under development and documentation.
Alloy was a stroke of genius I came up with while trying to figure out how on earth I could package both UWP and WindowsAppSDK (WinRT) versions of a class library in one package. It's painfully simple (honestly, how has nobody come up with this before?)
OlderNewer