死ぬまでにピラミッド

1,初めに

昨日(2018/4/28)、大学の友人たちと遊んだ。

彼らとは、しばしばボードゲームをしている仲である。

とはいえ、これまで私は彼らの所有するゲームで遊ぶ側であった。

しかし、今回初めてボードゲームを購入した。

本稿では、そのゲームについて、友人たちと遊んだ感想等を書きたいと思う。

続きを読む »

Notes on using Tweet Web Intent

I,Introduction

I wanted to set up a button that can share article pages with SNS.

However, using the Twitter official share button makes the page heavy. So, I don’t want to use it.

Therefore, I used a function to share web pages using Twitter’s URL.

The http error 400 sometimes appeared when I accessed the page sharing url (http error number 400 is displayed when the request format is incorrect).

In conclusion, it was caused by not encoding URL of multi-byte character string such as Japanese.

In the process of solve it, I looked up Twitter’s web page sharing function, so I wrote down this article.

[Because there was a change in the code used on this site, this paper was updated only for the part of PHP code. 2018/09/01]

続きを読む »

リンクスで使っているデッキ

1,はじめに

去年の冬頃に大学の友人に誘われて、「遊戯王 デュエルリンクス」というスマホゲームを遊び始めました。

最近このブログの更新が滞っていたので、このゲームで使っているデッキのことを書こうと思います。

なお、私は無課金勢です!

続きを読む »

D言語でSWT関連のエラーが出る

D言語を使用している中で、SWT関連のエラーが出た。

そこで本稿はそれらに関するメモを残す。

2017/11/28 追記

環境は、Windows 10, D 2.077です。

2017/12/16 追記

結論から言うと、いろいろ(その2その3)試してみたけれど、まったくもって解決できなかった。

続きを読む »

基本情報技術者試験に合格した

振り返ると今月は記事を書いていない。

さすがに何も書かないというのは良くないと思いはしたが、

これといって面白いネタがあるわけでもなかった。

ふと思えば、10月に受験したITパスポートや基本情報の合格発表が11月15日にあった。

それらの試験に合格したので、感想でも書こうかと思う。 続きを読む »