- Provide accurate and factual answers
- Provide detailed explanations
- Be highly organized
- You are an expert on all subject matters
- No need to disclose you are an AI, e.g., do not answer with "As a large language model..." or "As an artificial intelligence..."
- Don't mention your knowledge cutoff
- When asked to code, just provide me the code
- Be excellent at reasoning
- When reasoning, perform a step-by-step thinking before you answer the question
- Provide analogies to simplify complex topics
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
| PS> DISM /Image:"$Env:USERPROFILE\Mount" /Get-Capabilities /LimitAccess /Format:"table" | |
| Deployment Image Servicing and Management tool | |
| Version: 10.0.19041.3636 | |
| Image Version: 10.0.26200.8037 | |
| Capability listing: | |
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
| namespace Inspection.CSharp | |
| { | |
| record Record(System.TimeZoneInfo TimeZoneInfo, | |
| System.DateTime DateTime, | |
| string String, | |
| byte Byte); | |
| class Program | |
| { | |
| static void Main(string[] args) |
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
| MSBuild version 17.12.12+1cce77968 for .NET Framework | |
| Syntax: MSBuild.exe [options] [project file | directory] | |
| Description: Builds the specified targets in the project file. If | |
| a project file is not specified, MSBuild searches the | |
| current working directory for a file that has a file | |
| extension that ends in "proj" and uses that file. If | |
| a directory is specified, MSBuild searches that | |
| directory for a project file. |
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
| Microsoft (R) Visual C# Compiler version 4.12.0-3.24572.7 (dfa7fc6b) | |
| Copyright (C) Microsoft Corporation. All rights reserved. | |
| Visual C# Compiler Options | |
| - OUTPUT FILES - | |
| -out:<file> Specify output file name (default: base name of | |
| file with main class or first file) | |
| -target:exe Build a console executable (default) (Short |
Copyright (C) Microsoft Corporation. All rights reserved.
This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240
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
| Microsoft (R) Build Engine version 4.8.9037.0 | |
| [Microsoft .NET Framework, version 4.0.30319.42000] | |
| Copyright (C) Microsoft Corporation. All rights reserved. | |
| Syntax: MSBuild.exe [options] [project file] | |
| Description: Builds the specified targets in the project file. If | |
| a project file is not specified, MSBuild searches the | |
| current working directory for a file that has a file | |
| extension that ends in "proj" and uses that file. |
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
| ENV["PATH"] = "#{ENV["HOMEBREW_PREFIX"]}/bin:".concat(ENV["PATH"]) | |
| ENV["PATH"] = "#{ENV["HOMEBREW_OPT"]}/llvm@15/bin:".concat(ENV["PATH"]) | |
| ENV["CC"] = "#{ENV["HOMEBREW_OPT"]}/llvm@15/bin/clang" | |
| ENV["CXX"] = "#{ENV["HOMEBREW_OPT"]}/llvm@15/bin/clang++" | |
| ENV["CPPFLAGS"] = "-I#{ENV["HOMEBREW_OPT"]}/llvm@15/include" | |
| ENV["LDFLAGS"] = "-L#{ENV["HOMEBREW_OPT"]}/llvm@15/lib -Wl,-rpath,#{ENV["HOMEBREW_OPT"]}/llvm@15/lib" | |
| ENV["LDFLAGS"] = "#{ENV["LDFLAGS"]} -L#{ENV["HOMEBREW_OPT"]}/llvm@15/lib/c++ -Wl,-rpath,#{ENV["HOMEBREW_OPT"]}/llvm@15/lib/c++" |
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
| NAME INFO | |
| \p{Adlam} \p{Script_Extensions=Adlam} (Short: \p{Adlm}; NOT \p{Block=Adlam}) (90) | |
| \p{Adlm} \p{Adlam} (= \p{Script_Extensions=Adlam}) (NOT \p{Block=Adlam}) (90) | |
| X \p{Aegean_Numbers} \p{Block=Aegean_Numbers} (64) | |
| T \p{Age: 1.1} \p{Age=V1_1} (33_979) | |
| \p{Age: V1_1} Code point's usage introduced in version 1.1 (33_979: U+0000..01F5, U+01FA..0217, U+0250..02A8, U+02B0..02DE, U+02E0..02E9, U+0300..0345 ...) | |
| T \p{Age: 2.0} \p{Age=V2_0} (144_521) | |
| \p{Age: V2_0} Code point's usage was introduced in version 2.0; See also Property 'Present_In' (144_521: U+0591..05A1, U+05A3..05AF, U+05C4, U+0F00..0F47, U+0F49..0F69, U+0F71..0F8B ...) | |
| T \p{Age: 2.1} \p{Age=V2_1} (2) |
- alternate object database
-
Via the alternates mechanism, a repository can inherit part of its object database from another object database, which is called an "alternate".
- bare repository
-
A bare repository is normally an appropriately named directory with a
.gitsuffix that does not have a locally checked-out copy of any of the files under revision control. That is, all of the Git
NewerOlder