- 86Box (obviously)
- A machine manager for 86Box, but this is optional. Check 86box.net for more details.
- A copy of Windows NT 3.51 (Check WinWorld)
- Patience
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
| interface ITheme { | |
| mode: 'dark' | 'light' | 'hiContrast'; | |
| }; | |
| const defaultTheme: ITheme = { | |
| mode: 'light', | |
| }; | |
| if (!localStorage.getItem('theme')) { | |
| const themeJSON = JSON.stringify(defaultTheme); |
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
| ### PowerShell template profile | |
| ### Modified By: Robert Cato <[email protected]> | |
| ### Forked From, and All Credit Due: | |
| ### PowerShell template profile | |
| ### Version 1.03 - Tim Sneath <[email protected]> | |
| ### From https://gist.github.com/timsneath/19867b12eee7fd5af2ba | |
| ### | |
| ### This file should be stored in $PROFILE.CurrentUserAllHosts | |
| ### If $PROFILE.CurrentUserAllHosts doesn't exist, you can make one with the following: |
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 Microsoft.EntityFrameworkCore.Internal; | |
| using Microsoft.EntityFrameworkCore.Query; | |
| using Microsoft.EntityFrameworkCore.Query.Internal; | |
| using Microsoft.EntityFrameworkCore.Storage; | |
| using System; | |
| using System.Linq; | |
| using System.Reflection; | |
| namespace Some.Namespace.Here | |
| { |
I hereby claim:
- I am saiwolf on github.
- I am saiwolf (https://keybase.io/saiwolf) on keybase.
- I have a public key ASAQxHWxUrGrEihIqK0IgtzT8SmonB5nhwd6wVGV8ZIfRQo
To claim this, I am signing this object: