CEDEC2021
『ラブライブ!スクールアイドルフェスティバル ALL STARS』の機械学習によるコンテンツ制作支援
https://cedec.cesa.or.jp/2021/session/detail/s60584eabc52ff
WordPress Handson on WordCamp Kansai 2015 - Let's begin the WordPress translation!
This session is to experience the Japanese translation from English on WordPress for beginners.
The aim is to raise the translation activity for WordPress!!
CEDEC2021
『ラブライブ!スクールアイドルフェスティバル ALL STARS』の機械学習によるコンテンツ制作支援
https://cedec.cesa.or.jp/2021/session/detail/s60584eabc52ff
WordPress Handson on WordCamp Kansai 2015 - Let's begin the WordPress translation!
This session is to experience the Japanese translation from English on WordPress for beginners.
The aim is to raise the translation activity for WordPress!!
2011/11/12 福岡のAndroid Make Daysというイベントで使用した資料です。
Android端末と組み込みマイコンがUSB接続で連携するMicrobridge/PICという手段と、それを使用した例についてご紹介しています。
This slide is used for event that named Android Make Days at Fukuoka held on 12 Nov,2011.
About the method that to connect between Android-powered device and embedded microcontrollers by USB with Microbridge/PIC and introduce some examples with it.
The document discusses optimizing images for better web performance. It introduces Shogo Sensui and his work optimizing images at CyberAgent. It then discusses factors that impact web performance like minimizing payload size and optimizing rendering. It demonstrates how tools like ImageOptim, ImageAlpha, and JPEGmini can optimize images, significantly reducing file sizes in some cases. Shogo Sensui created grunt-image and gulp-image tools to optimize images from the command line. The conclusion recommends using different image formats like 24-bit PNG, JPEG, and 8-bit PNG for different image types and stages of a website project.
Web Components changes Web DevelopmentShogo Sensui
The document shows code for creating a custom HTML element called x-element that uses Shadow DOM. It defines callback functions for the element's lifecycle that log messages. It also includes examples of using templates, importing elements, and registering the element with Polymer.