F5 - Compile and Run F6 - Compile
F12 - go to definition of variable/method/class F3 - Find
| { | |
| "model": "opusplan", | |
| "permissions": { | |
| "allow": [ | |
| "Bash", | |
| "Read", | |
| "Search", | |
| "Grep", | |
| "Glob", | |
| "WebFetch", |
| Dungeon Crawl Stone Soup version 0.29.1-15-g9cfb28693d (webtiles) character file. | |
| Game seed: 14578181218921252681 | |
| 1648118 dlwiii the Conqueror (level 27, 228/228 HPs) | |
| Began as a Djinni Conjurer on Apr 27, 2023. | |
| Was the Champion of Ashenzari. | |
| Escaped with the Orb | |
| ... and 3 runes on Apr 30, 2023! | |
| Dungeon Crawl Stone Soup version 0.29.1-2-gbd0b4ee654 (webtiles) character file. | |
| Game seed: 7541497896260642191 | |
| 1274913 dlwiii the Merry Frog (level 27, 216/216 HPs) | |
| Began as a Barachi Hunter on Dec 29, 2022. | |
| Was a High Priest of Hepliaklqana. | |
| Escaped with the Orb | |
| ... and 3 runes on Dec 31, 2022! | |
| # Install script for Dwilliams | |
| # btw - need this on a new machine first | |
| Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted | |
| # Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) | |
| public class Thing | |
| { | |
| public virtual string DoThing(IList<string> args) { return "ONE"; } | |
| } | |
| [Fact] | |
| [Trait("00 Misc", "Reality Check")] | |
| public void Test() | |
| { |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Reflection; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace Dimension.Connectors.Procore.Test | |
| { | |
| public class TestMain |
| <?xml version="1.0" encoding="utf-8" ?> | |
| <configuration> | |
| <configSections> | |
| <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> | |
| </configSections> | |
| <log4net> | |
| <!-- always have a trace appender for the debugger --> | |
| <appender name="TraceAppender" type="log4net.Appender.TraceAppender" > |