Skip to content

Instantly share code, notes, and snippets.

View ishisaka's full-sized avatar
💭
I may be slow to respond.

Tadahiro Ishisaka ishisaka

💭
I may be slow to respond.
View GitHub Profile
@ishisaka
ishisaka / program.cs
Created December 9, 2011 04:00
sharpSVN Sample
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Collections.ObjectModel;
using SharpSvn;
namespace SVNSample
{
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
@ishisaka
ishisaka / Program.cs
Last active July 4, 2018 07:19
RFC 2998に基づいたパスワードによる暗号化と複合化
/*
* RFC 2998に基づいたパスワードによる暗号化と複合化
* Tadahiro Ishisaka 2018
*/
using System;
using System.Text;
using System.IO;
using System.Security.Cryptography;
namespace rfc2998test
@ishisaka
ishisaka / setting.json
Last active April 6, 2018 01:26
Visual Studio Code setting.json
// 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",
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
@ishisaka
ishisaka / Program.cs
Created July 24, 2012 16:15
某アンケート回答の回答取得API使用例
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace JsonTest1
{
@ishisaka
ishisaka / Twenty Fourteen content.php
Last active December 31, 2015 15:09
タイトルにはてなスターをつけるため、修正
<?php
/**
* The default template for displaying content
*
* Used for both single and index/archive/search.
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
@ishisaka
ishisaka / Twenty Fourteen style.css
Last active December 31, 2015 15:09
Word Press 3.8についてくるTwenty Fourteenテーマのスタイルシートカスタマイズ。サイドバーとメインコンテンツの表示幅を広げ、Widthの上限を無くし、日本語のフォントを追加
/*
Theme Name: Twenty Fourteen
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, ac
@ishisaka
ishisaka / TestIVS.cs
Created October 29, 2013 14:19
IVS文字かどうか調べる
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Globalization;
using System.Windows.Forms;
namespace ConsoleApplication3
{
@ishisaka
ishisaka / profile.ishisaka.ps1
Last active December 25, 2015 06:09
posh-gitのコマンドプロンプトを変更
Push-Location (Split-Path -Path $MyInvocation.MyCommand.Definition -Parent)
# Load posh-git module from current directory
Import-Module .\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