- 秀苑天 シュウエンテン - 新橋/焼肉 [食べログ]
- http://tabelog.com/tokyo/A1301/A130103/13147539/
- 焼肉ジャンボ 本郷店 - 本郷三丁目/焼肉 [食べログ]
http://tabelog.com/tokyo/A1310/A131004/13110601/
なんと激ウマな牛丼もあるらしい。
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
| DEBUG?=1 | |
| SRCS=$(wildcard *.cpp) | |
| OBJS=$(SRCS:.cpp=.o) | |
| DEPENDS=Makefile.depends | |
| BOOST_PATH=$(shell brew --prefix boost) | |
| CXXFLAGS=-std=c++14 -W -Wall -I$(BOOST_PATH) | |
| LDFLAGS=-L$(BOOST_PATH)/lib |
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
| the 285850 | |
| of 82114 | |
| is 79278 | |
| a 78948 | |
| to 74413 | |
| this 61625 | |
| if 52123 | |
| in 36277 | |
| and 35898 | |
| be 35465 |
2015.9.30(水) 歌舞伎座.tech 番外編「C++11/14コア言語」出版記念
このページはTwitterのログを編集したものです。
アスキードワンゴ編集部 編集長 鈴木嘉平氏 『技術書を出版するには』
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
| // ==UserScript== | |
| // @name :don: - スラングにabbrつけるやつ | |
| // @namespace https://github.com/unarist/ | |
| // @version 0.21.1 | |
| // @author unarist | |
| // @match https://mstdn.maud.io/* | |
| // @grant none | |
| // @downloadURL https://gist.github.com/unarist/ce93c77eee6ff9bf51491ff06a3109d3/raw/mastodon-add-abbr.user.js | |
| // @noframes | |
| // ==/UserScript== |
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
| ____-------____ | |
| __-- --__ | |
| / \ | |
| \ _--_ _--_ / あなたはシステム管理者から通常の講習を受けたはずです。 | |
| | ,--. ,--. | これは通常、以下の3点に要約されます: | |
| | |()| |()| | | |
| | _______ | #1) 他人のプライバシーを尊重すること。 | |
| | \ ||| / | | |
| | `---' | #2) タイプする前に考えること。 |
Dear C++ library writer,
-
If your library forces me to use
newall over, I will hate you. -
If your library has types with bogus values, I will hate you.
-
If the documentation for your library gets the terminology of its own domain wrong, I will hate you.
-
If I say "My God, it's full of stars!" when I see the function signatures in your library, I will hate you.
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
| # MS Agent | |
| # https://msdn.microsoft.com/en-us/library/ms695784(v=vs.85).aspx | |
| # Animation Lists for the Characters Available from Microsoft | |
| # https://msdn.microsoft.com/en-us/library/ms695821(v=vs.85).aspx | |
| Alert | |
| CheckingSomething * | |
| Congratulate | |
| DeepIdle1 | |
| EmptyTrash | |
| Explain |
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
| import java.util.Set; | |
| import java.util.concurrent.ConcurrentHashMap; | |
| public class HelloCovariance { | |
| public static void main(String[] args) { | |
| ConcurrentHashMap<String, String> properties = new ConcurrentHashMap<>(); | |
| Set<String> keySet = properties.keySet(); | |
| } | |
| } |
OlderNewer