This is a very basic tutorial to create chatbot to manage reservation with Google Apps Script as backend. Spread sheet is used like a table of database.
Go Conference Tokyo 2019 Autumn
https://gocon.jp/sessions/microsoft_graph_api_library_for_go/
msgraph.go demo - SharePoint Online + Microsoft Flow + GitLab CI
https://www.youtube.com/watch?v=DwKk405XyF4
msgraph.go
https://github.com/yaegashi/msgraph.go
Go Conference Tokyo 2019 Autumn
https://gocon.jp/sessions/microsoft_graph_api_library_for_go/
msgraph.go demo - SharePoint Online + Microsoft Flow + GitLab CI
https://www.youtube.com/watch?v=DwKk405XyF4
msgraph.go
https://github.com/yaegashi/msgraph.go
Basic explanation of Generative adversarial networks on MNISTNaoki Watanabe
This is a material I used to show how to write generative adversarial networks to generate MNIST hand-written digit images with KERAS (Ver2) in Shibuya, Tokyo in January, 2019. Source code can be found on Gist (https://gist.github.com/asterisk37n/0875a3d8ec08d81128308b2baaef838a) and it was written as simple as possible without loosing an essence of network.
For deep learning engineer and server engineer, this slides illustrates how to create VGG image recognition API with Flask, Keras in Python, which is very simple and easy to get started. All code shown in slides can be found in gist
https://gist.github.com/asterisk37n/e139272963f1bd659fcd532a35c59978
This slides is used in a lecture done on June 1, at Shibuya.
The document discusses automating the Tinder dating app. It describes connecting an Android phone to a PC to automatically swipe through profiles using ADB commands as a first trial. It then discusses using Facebook authentication to get an auth token to access Tinder's private API and make requests to get recommended profiles and like or pass on them. In the end it states the results of automating Tinder in this way.
Programming Lecture 2nd - Flask and Heroku in Python -Naoki Watanabe
This is a series of programming lecture in Python. I hope you will learn and run lean startup. You will make MVP, test it and upgrade it. The slides provide you with a basic grammar of Python. Also, it gives you a skill to make a web application powered by Flask, simple web framework. Finally you will publish your application on Heroku for free.
This is Slides for a series of programming lectures. This lecture is about Bootstrap3 and GitHub for beginners. A lecture is done in Tokyo on Saturday, May 12, 2017's morning. First, learn bootstrap and its grid system, then create your own landing page. Second, you publish and share what you created on GitHub.
A lecture has been done on Monday, April 3, 2017 in Tokyo for an hour about making a landing page powered by Bootstrap and launching a super simple web application powered by flask in Python.
Description of medium. What is medium Mcluhan has given us some ideas. The medium is the message. The medium is the extension of man. In my opinion, Scientists are not responsible for technology. Kindle and a book are different.
45. https://bit.ly/2NghVzg
参考
Google Apps Script Doc
https://developers.google.com/apps-script/reference/document/
Line Messaging API Doc
https://developers.line.me/en/reference/messaging-api/
CRUD Operation in Google Apps Script and Line Bot
https://gist.github.com/asterisk37n/7ba08590a7ab461a6e5d0552f8801af5
45