Tech

NO IMAGE

Get Gmail data with Gmail API

How to do it  Gmail API's website tells us about how to send the http request to the gmail web application. Flow of writing code 1. Obtain information from my gmail First, I had to gain the authentication in order to send the http request to my account. flow = client.flow_from_clien...

NO IMAGE

Send Gmail with Gmail API

How to get authentication  1.Turn on the Gmail API In order to use gmail API, we need authentication. We could get it from the Gmail API page. We could gain the 'credential.json' file, which users and authentication information is written. 2. Install the API Run the following command in ...

NO IMAGE

ZigBee Protocol

Motivation I wrote this article because I need to know ZigBee protocol for the part time job. If I have to do it, I will write the article so that everyone can see it. What is ZigBee ZigBee is a low-power consumption, two-way wire-less communication. About radiation ZigBee use...

NO IMAGE

gccができなくなった友人のPCを直してみた

これはIS19erのAdvent Calenderのために書かれた記事です。 こんにちは、友人のPCがC言語のheaderファイルをincludeできなくなったため、直したことについて書きます。環境構築に関しては本当に無知なので、ここで少しでも理解を深められたらと思います。 PCの状況 友人から与えられた情報は、 1、OSをアップデートして、Xcodeを入れたらCとC++とPythonが使えなくなった 2、OSをアップデートする前は、CもC++も動いていたが、warningがよく出ていた 3、先生にxcodeをいれるように勧められ、Xcode...