Skip to content

Instantly share code, notes, and snippets.

View masaru-b-cl's full-sized avatar

TAKANO Sho / @masaru_b_cl masaru-b-cl

View GitHub Profile
use strict;
use warnings;
package Dynamic {
sub new {
bless {}, shift;
}
sub dump {
my ($self) = @_;
@Gab-km
Gab-km / HttpStatus.fs
Last active December 14, 2015 00:59 — forked from anonymous/HttpStatus.fs
httpstatus コマンドで、HTTP のステータスコードをすばやくしらべる!
type HttpStatus =
{ Code: string; Message: string }
override self.ToString () = sprintf "%s %s" self.Code self.Message
let httpStatus code message = { Code = code; Message = message }
let httpStatusList =[
httpStatus "100" "Continue";
httpStatus "101" "Switching Protocols";
httpStatus "102" "Processing";
@masaru-b-cl
masaru-b-cl / fieldinfo2settergetter.java
Created February 12, 2013 01:57
TSVからsetter,getterを生成する正規表現
btokbn Btokbn BTO区分
setkbn Setkbn セット区分
setkcd Setkcd セット品構成コード
setseq Setseq セットSEQ
setsu Setsu セット数量
settanka Settanka セット単価
setkinzn Setkinzn セット金額(税抜)
setkinsz Setkinsz セット金額(消費税
setkinzk Setkinzk セット金額(税込)
sethangk Sethangk セット販売原価
@masaru-b-cl
masaru-b-cl / Program.cs
Created February 8, 2013 06:31
DynamicLTSV usage
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DynamicLTSVSample
{
class Program
{
@masaru-b-cl
masaru-b-cl / .gitignore
Last active December 11, 2015 05:58
Visual Studio Advent Calendar 2012 sample code TypeScriptでWSHを書いちゃおう #visualstudio – @masaru_b_cl « be free http://takanosho.wordpress.com/2012/12/24/visual-studio-advent-calendar-2012/
Thumbs.db
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
@masaru-b-cl
masaru-b-cl / .gitconfig
Created January 15, 2013 20:03
git-credential-winstoreを使うための.gitconfig設定
[credential]
helper = !'git-credential-winstore.exe'
@masaru-b-cl
masaru-b-cl / .gitignore
Last active December 11, 2015 03:08
[email protected]:masaru-b-cl/ASP.NET-MVC-3-Training.git
bin/
obj/
*.suo
*.user
bin/
obj/
*.suo
*.user
TestResults/
@masaru-b-cl
masaru-b-cl / .gitignore
Last active December 11, 2015 03:08
NestedRepeaterWebApplication
bin/
obj/
*.suo
*.user
@masaru-b-cl
masaru-b-cl / .gitignore
Last active December 11, 2015 03:08
ResourceTestConsoleApplication
bin/
obj/
*.suo
*.user