Skip to content

Instantly share code, notes, and snippets.

View hareno's full-sized avatar

Hareno hareno

View GitHub Profile
@hareno
hareno / exclude-user.json
Last active March 5, 2020 13:18
GTMで除外するサンプルJSONです
{
"exportFormatVersion": 2,
"exportTime": "2020-03-05 13:10:05",
"containerVersion": {
"path": "accounts/2917479186/containers/8804047/versions/4",
"accountId": "2917479186",
"containerId": "8804047",
"containerVersionId": "4",
"name": "stakeholderパラメータによる除外設定",
"container": {
#light
open System
open System.Windows.Forms
open System.Drawing
//GUI部分
let mainForm = new Form(Width = 600, Height = 300, Text = "Window For Button") //#1
let myTextBox0 = new TextBox(Location = new Point(30,50))
@hareno
hareno / gist:3376067
Created August 17, 2012 04:54
Twitter-Display Guidelines
覚え書き代わりに。
英語読める人は本家見た方が良い。ゼッタイ。誤解ないから。
Display Guidelines.
1. Tweet Author
a. アイコンは必ず表示されなければならない。
b. 名前と@ユーザーネームは必ずアイコンの近くになければならない。
c. @ユーザーネームはかならず"@"をつけて表示すること。
d. アイコンと名前と@ユーザーネームは必ずTwitterのプロフィールへリンクを張ること。
@hareno
hareno / FizzBuzz.rb
Created July 21, 2012 14:59
FizzBuzz(use queue)
# -*- encoding: sjis -*-
FIZZ = __FILE__.to_s[0..3]
BUZZ = __FILE__.to_s[4..7]
class PriI
def print(i)
i.to_s
end
end
# -*- coding: sjis -*-
#! /usr/bin/ruby
class MusicData
def initialize()
@name = ""
@releace = ""
@hall_of_fame = ""
@musician = ""