- この文章と、それに含まれる考察や各サービスへの脆弱性報告などはmala個人の活動であり、所属している企業とは関係ありません。
- 一方で私は、企業が閲覧履歴を収集して何をしたいのか、所属してる企業や他社事例について、ある程度詳しい当事者でもあります。
- 一般論として書けることは書けるが、(業務上知り得た知識で開示されてないものなど)個別具体的なことは書けないこともあり、また観測範囲に偏りがある可能性もあります。
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
<?php | |
/* | |
(in this version, I added support for more message types and offer both plaintext and HTML message format) | |
This is a function that transforms the JSON you get from Google Takeout when you export your Hangouts history | |
into a PHP array which can be used to further manipulate the data. | |
A use case is my hangouts parser at http://hangoutparser.jay2k1.com/ -- a description can be seen at | |
http://blog.jay2k1.com/2014/11/10/how-to-export-and-backup-your-google-hangouts-chat-history/ |
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
- DMM.com(旧DMM.comラボ含む)
- DMM.comラボ16新卒エンジニア研修 - (2016/08/24)
- DMM.comの新卒技術研修がスタートしました! - (2019/04/25)
- GMOインターネット
- 「Web 基礎」という講義をしました - (2019/05/17)
- GMOペパボ
- 2013 年の新卒研修メニュー
- ペパボ新卒エンジニアの研修を開始している - (2013/05)
- 第二新卒研修をしていた - (2014/08)
Go言語での開発をするために、まずは環境整備をしましょう。
公式サイトより、ご自身の環境に合わせてインストーラをダウンロードし、Go言語の実行環境をインストールしてください。 バージョンは最新(本ガイドを書いた時点では1.12.6)をインストールしてください。
イベント当日、手元で実際にプログラミングを行うにあたり、ある程度環境を整える必要があります。 参加当日までに、次の手順で準備をお願いします。
公式サイトより、ご自身の環境に合わせてインストーラをダウンロードし、Go言語の実行環境をインストールしてください。 バージョンは最新(本ガイドを書いた時点では1.12.6)をインストールしてください。
あなたのコードに gofmt
を走らせると、自動的に機械的に直すことのできるスタイルの大部分を修正してくれます。
世にあるGolang コードのほとんどすべてが gofmt
を使っています。
この文章の残りは機械的に直すことのできないポイントについて解説します。
代わりに goimports
を使う手段もあります。
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
"ハードディスク /Users/hoge/Documents/ubuntu-ja-12.04-desktop-i386.vhd"のオープンに失敗しました。 | |
Cannot register the hard disk '/Users/hoge/Documents/ubuntu-ja-12.04-desktop-i386.vhd' {64f22b14-2ffb-42c9-a83a-962e6f81a219} because a hard disk '/Users/hoge/Downloads/ubuntu-ja-12.04-desktop-i386/ubuntu-ja-12.04-desktop-i386.vhd' with UUID {64f22b14-2ffb-42c9-a83a-962e6f81a219} already exists. | |
終了コード : NS_ERROR_INVALID_ARG (0x80070057) | |
コンポーネント: VirtualBox | |
インターフェース: IVirtualBox {3b2f08eb-b810-4715-bee0-bb06b9880ad2} | |
呼び出し先 RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001) | |
どうやって対応したか |
NewerOlder