View RoslynCompile20201124.cs
This file contains 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 System; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.IO; | |
using Microsoft.CodeAnalysis.CSharp; | |
using Microsoft.CodeAnalysis; | |
using Microsoft.CodeAnalysis.Text; | |
using System.Reflection; | |
namespace RoslynComple |
View Program.cs
This file contains 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
/* | |
* RFC 2998に基づいたパスワードによる暗号化と複合化 | |
* Tadahiro Ishisaka 2018 | |
*/ | |
using System; | |
using System.Text; | |
using System.IO; | |
using System.Security.Cryptography; | |
namespace rfc2998test |
View setting.json
This file contains 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
// Place your settings in this file to overwrite the default settings | |
{ | |
// Controls the font family. | |
"editor.fontFamily": "MyricaM M", | |
// フォント サイズをピクセル単位で制御します。 | |
"editor.fontSize": 16, | |
// エディターで空白文字を表示する方法を制御します。'none'、'boundary' および 'all' が使用可能です。'boundary' オプションでは、単語間の単一スペースは表示されません。 | |
"editor.renderWhitespace": "all", |
View Microsoft.PowerShell_profile.ps1
This file contains 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
Push-Location (Split-Path -Path $MyInvocation.MyCommand.Definition -Parent) | |
# Load posh-git module from current directory | |
Import-Module .\Modules\posh-git | |
# If module is installed in a default location ($env:PSModulePath), | |
# use this instead (see about_Modules for more information): | |
# Import-Module posh-git | |
#Set up a simple prompt, adding the git prompt parts inside git repos |
View C:\Users\jptais1\AppData\Roaming\Code\User\settings.json
This file contains 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
{ | |
"editor.fontFamily": "Consolas, Meiryo", | |
"markdown.styles": [ | |
"file://c:/users/jptais1/md.css" | |
] | |
} |
View GitDiffVs.txt
This file contains 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
[diff] | |
tool = vsdiffmerge | |
[difftool] | |
prompt = true | |
[difftool "vsdiffmerge"] | |
cmd = \"C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\IDE\\vsdiffmerge.exe\" \"$LOCAL\" \"$REMOTE\" //t | |
keepbackup = false | |
trustexistcode = true | |
[merge] | |
tool = vsdiffmerge |
View Program.cs
This file contains 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
// [Program.cs] | |
// Copyright (C) 2015 Tadahiro Ishisaka All rights reserved. | |
// This software is released under the MIT License. | |
using System; | |
namespace DateTimeSample | |
{ | |
class Program |
View Program.cs
This file contains 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
// システムのプロキシー設定を表示する | |
// The MIT License (MIT) | |
// Copyright (c) 2015 Tadahiro Ishisaka. All Rights Reserved. | |
using System; | |
using System.Net; | |
namespace GetProxy | |
{ | |
internal class Program |
View Program.cs
This file contains 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 System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.IO; | |
using System.Drawing; | |
using OfficeOpenXml; | |
using OfficeOpenXml.Style; |
View gist:f2c0eda0376f4a2b0e94
This file contains 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 Word 15.0 | |
--------------------------- | |
申し訳ございません。この機能は破損しているため修復する必要があります。Windows コントロール パネルの [プログラムと機能] オプションを使用して Microsoft Office の修復を行ってください。 | |
--------------------------- | |
OK | |
--------------------------- |
NewerOlder