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
<!doctype html> | |
<html lang='en'> | |
<head> | |
<meta charset='UTF-8'> | |
<title>Logfat v1.1.0</title> | |
<link rel='stylesheet' type='text/css' href='github.css'> | |
</head> | |
<body> | |
<h1>Logfat v1.1.0</h1> |
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
サブウェイ | |
■ ローストビーフ ~プレミアム製法~ | |
* 大きさ : レギュラー | |
* 野菜 : 限界まで | |
* ブレッド : ハニーオーツ | |
* ドレシング : おまかせ | |
■ BLT : | |
* 大きさ : レギュラー |
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 TakashiCompany.Unity.Extension | |
{ | |
using UnityEngine; | |
/// <summary> | |
/// Transform's path extension. | |
/// </summary> | |
public static class TransformPathExtension | |
{ | |
/// <summary> |
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
サブウェイ | |
■ 生ハム&マスカルポーネ : | |
* 大きさ : レギュラー | |
* 野菜 : 限界まで | |
* ブレッド : ハニーオーツ | |
* ドレシング : おまかせ | |
■ 直火焼きタンドリーチキン : | |
* 大きさ : レギュラー |
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
BLT : ハニーオーツ, 野菜限界まで , ソースおまかせ | |
ローストビーフ ~プレミアム製法~ : セサミ, 野菜限界まで, わさび醤油ソース | |
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
かいちさん : チーズローストチキン | |
せとさん ; ターキーブレスト |
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
綁、查、卡 | |
擊、徵、你 | |
變、嗎、幫 | |
你、吧、黃 | |
晚、啊、夠 | |
凳、间、楣 | |
鏟、內、靶 | |
錄、步、跑 | |
氧、咖、啡 | |
拖、啤、德 |
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
javascript:(function(){ | |
window.callback = function(json) { | |
javascript:prompt("【癒やしLGTM】下記のテキストをコピーしてGitHubのコメントに貼り付けよう!!\n※貼り付けた後、画像が表示されるまで少し時間がかかります。", json.lgtm); | |
}; | |
var d = document; | |
var e = d.createElement('script'); | |
e.charset='utf-8'; | |
e.src = 'http://takashicompany.com/api/lgtm/jsonp'; | |
d.getElementsByTagName('head')[0].appendChild(e); | |
})(); |
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.renderWhitespace": true, | |
"editor.insertSpaces": false, | |
"editor.quickSuggestions": true, | |
"editor.autoClosingBrackets": false, | |
"editor.referenceInfos": false | |
} |
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
// @takashicompany | |
using System; | |
using System.Reflection; | |
using System.Collections.Generic; | |
using ExitGames.Client.Photon; | |
using ExitGames.Client.Photon.LoadBalancing; | |
/// <summary> |