Skip to content

Instantly share code, notes, and snippets.

View jerviscui's full-sized avatar
😺
Crazy Quantum Reading

Jervis jerviscui

😺
Crazy Quantum Reading
View GitHub Profile
@jerviscui
jerviscui / Exported-2023-12-05.vssettings
Last active April 10, 2024 03:43
Visual Studio Settings
<UserSettings><ApplicationIdentity version="17.0"/><ToolsOptions><ToolsOptionsCategory name="Environment" RegisteredName="Environment"><ToolsOptionsSubCategory name="Documents" RegisteredName="Documents" PackageName="Visual Studio Environment Package"><PropertyValue name="ShowMiscFilesProject">true</PropertyValue><PropertyValue name="AutoloadExternalChanges">true</PropertyValue><PropertyValue name="CheckForConsistentLineEndings">true</PropertyValue><PropertyValue name="SaveDocsAsUnicodeWhenDataLoss">false</PropertyValue><PropertyValue name="InitializeOpenFileFromCurrentDocument">true</PropertyValue><PropertyValue name="ReuseSavedActiveDocWindow">false</PropertyValue><PropertyValue name="DetectFileChangesOutsideIDE">true</PropertyValue><PropertyValue name="DontShowGlobalUndoChangeLossDialog">true</PropertyValue><PropertyValue name="AllowEditingReadOnlyFiles">true</PropertyValue><PropertyValue name="DocumentDockPreference">0</PropertyValue><PropertyValue name="MiscFilesProjectSavesLastNItems">0</PropertyValue><
@jerviscui
jerviscui / layout.kbd.json
Last active December 20, 2022 14:33
dactyl manuform 5x6+3+2 right
[
[
{
"y": 1,
"x": 14
},
"*\n8"
],
[
{
@jerviscui
jerviscui / layout.kbd.json
Last active December 20, 2022 14:33
dactyl manuform 5x6+3+2 left
[
[
{
"y": 1,
"x": 4
},
"#\n3"
],
[
{
@jerviscui
jerviscui / layout.kbd.json
Last active December 20, 2022 14:10
dactyl manuform 5x6+3+2
[
[
{
"y": 1,
"x": 4
},
"#\n3",
{
"x": 9
},
@jerviscui
jerviscui / layout.kbd.json
Last active December 15, 2022 05:27
Untitled Keyboard Layout
[
[
{
"y": 1,
"x": 4
},
"#\n3",
{
"x": 9
},
@jerviscui
jerviscui / layout.kbd.json
Created December 13, 2022 17:24
dactyl manuform 6x7+3 right
[
[
{
"x": 14,
"a": 6
},
"f8"
],
[
{
@jerviscui
jerviscui / layout.kbd.json
Created December 13, 2022 17:22
dactyl manuform 6x7+3 left
[
[
{
"x": 4,
"a": 6
},
"f3"
],
[
{
@jerviscui
jerviscui / layout.kbd.json
Last active December 13, 2022 17:21
dactyl manuform 6x7+3
[
[
{
"x": 4,
"a": 6
},
"f3",
{
"x": 9
},
@jerviscui
jerviscui / computer-settings.DotSettings
Last active December 7, 2022 11:47
Resharper computer settings.
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeEditing/GenerateMemberBody/DocumentationGenerationKind/@EntryValue">Inherit</s:String>
<s:Boolean x:Key="/Default/CodeEditing/Intellisense/CodeCompletion/IntelliSenseCompletingCharacters/CSharpCompletingCharacters/UpgradedFromVSSettings/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeEditing/TypingAssist/FormatBlockOnRBrace/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeEditing/TypingAssist/FormatStatementOnSemicolon/@EntryValue">False</s:Boolean>
<s:String x:Key="/Default/CodeInspection/Highlighting/AnalysisEnabled/@EntryValue">SOLUTION</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=InconsistentNaming/@EntryIndexedValue">HINT</s:Stri
@jerviscui
jerviscui / publish-nuget.bat
Created January 17, 2022 09:09
Pack and publish NuGet package.
@set curdir=%cd%
:: echo %curdir%
:: build
@echo 1. build
@cd %curdir%\src
dotnet clean >nul
dotnet build --configuration Release >nul
:: pack