今日からはじめるKinect Hack

hagino 3000
hagino 3000Software Engineer at VOYAGE GROUP .inc
Kinect Hack
           hagino3000
Feb. 23, 2011 Kinect    Vol.1




                                1
@hagino3000 ?



                2
Twitter



          3
4
About me
✴ Web Developer
✴                   JavaScript

✴

✴ java-ja.js
✴                 Kinect



                                 5
(Jun. 2011)

              6
Agenda
✴ Introduction
✴ Drivers for Kinect
✴ openFrameworks
✴ Live coding with Xcode and C++
✴ Kinect with Browser



                                   7
8
Hack    Kinect



   No
   40
         Yes
         46




                 9
Hack

        Yes
        11


   No
   35




              10
Introduction



               11
12
Buy it!!



           13
Kinect Hack
✴     11     Kinect
        2,000

✴ Hector Martin       libfreenect


✴                          Kinect


                                    14
http://www.youtube.com/watch?v=rKhW-cvpkks

                                             15
libfreenect

✴ Windows/MacOS/Linux
✴ C++/Python
✴




                        16
Natural Interaction
 www.openni.org

                      17
OpenNI
✴ Natural Interaction

✴ Kinect
  PrimeSence

✴ Natural Interaction




                        18
Natural Interaction
✴ Speech and command recognition, where
  devices receive instructions via vocal
  commands.
✴ Hand gestures, where pre-defined hand
  gestures are recognized and interpreted to
  activate and control devices.
✴ Body Motion Tracking, where full body
  motion is tracked, analyzed and interpreted
  for gaming purposes.
                                                19
<="" p=""/>




     http://www.openni.org/documentation
                                           20
NITE
Middle ware




                     21
MS



     22
XBOX




       23
Kinect for Windows SDK




http://blogs.technet.com/b/microsoft_blog/archive/2011/02/21/kinect-
              for-windows-sdk-to-arrive-spring-2011.aspx
                                                                   24
OpenNI +
PrimeSensor Module

(MacOS          )
                     25
Many Hacks
✴ Media Art
✴ Computer Interface
✴ Sex Game Controller




                        26
✴

✴

✴




    27
http://www.kinect-
hacks.com/openni


                     28
openFrameworks



                 29
http://www.openframeworks.cc/

                                30
openFrameworks
✴


✴ C++
✴ Kinect                        addon
           (ofxKinect / ofxOpenNI)

✴

                                        31
Demo



       32
Web




      33
Socket      node.js Tornade
         WebSocket




                              34
var http = require('http'),
   io = require('socket.io'),
   zmq = require('zeromq');

var server = http.createServer();
server.listen(9876);

// Setup
var webSocket = io.listen(server);
webSocket.on('connection', function(client) {
  // do something
});

// C++ Program ==> node.js ==> Browser
var zsocket = zmq.createSocket('sub');
zsocket.on('message', function(event, data) {
  webSocket.broadcast(data);
});
zsocket.connect('tcp://127.0.0.1:14444');
zsocket.subscribe('event');




                                                35
Question?



            36
Thank you



            37
1 of 37

Recommended

Blue Line Tokyo by
Blue Line TokyoBlue Line Tokyo
Blue Line TokyoKaoru NAKAMURA
1.4K views23 slides
Jancke kinect programming by
Jancke kinect programmingJancke kinect programming
Jancke kinect programmingapocalypse-021
796 views25 slides
Raspberry Pi 2 + Windows 10 IoT Core + Node.js by
Raspberry Pi 2 + Windows 10 IoT Core + Node.jsRaspberry Pi 2 + Windows 10 IoT Core + Node.js
Raspberry Pi 2 + Windows 10 IoT Core + Node.jsAndri Yadi
4.5K views57 slides
GPU Virtualization on VMware's Hosted I/O Architecture by
GPU Virtualization on VMware's Hosted I/O ArchitectureGPU Virtualization on VMware's Hosted I/O Architecture
GPU Virtualization on VMware's Hosted I/O Architectureguestb3fc97
5.2K views22 slides
Windows Mixed Reality Dev by
Windows Mixed Reality DevWindows Mixed Reality Dev
Windows Mixed Reality DevHoloLite
385 views40 slides
Benchmark of common AI accelerators: NVIDIA GPU vs. Intel Movidius by
Benchmark of common AI accelerators: NVIDIA GPU vs. Intel MovidiusBenchmark of common AI accelerators: NVIDIA GPU vs. Intel Movidius
Benchmark of common AI accelerators: NVIDIA GPU vs. Intel MovidiusbyteLAKE
19.5K views11 slides

More Related Content

What's hot

Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core by
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT CoreHands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT CoreAndri Yadi
1.9K views83 slides
Augmented World Expo 2013 Mobile AR SDK Comparison and Tutorial by
Augmented World Expo 2013 Mobile AR SDK Comparison and TutorialAugmented World Expo 2013 Mobile AR SDK Comparison and Tutorial
Augmented World Expo 2013 Mobile AR SDK Comparison and TutorialPatrick O'Shaughnessey
13K views30 slides
VRSJ2020「交流型WebVRにおける空間音響のオンライン評価手法」 by
VRSJ2020「交流型WebVRにおける空間音響のオンライン評価手法」VRSJ2020「交流型WebVRにおける空間音響のオンライン評価手法」
VRSJ2020「交流型WebVRにおける空間音響のオンライン評価手法」GREE VR Studio Lab
4.2K views13 slides
GTC 2017 オートモーティブ最新情報 by
GTC 2017 オートモーティブ最新情報GTC 2017 オートモーティブ最新情報
GTC 2017 オートモーティブ最新情報NVIDIA Japan
9.7K views81 slides
Android NDK: Entrando no Mundo Nativo by
Android NDK: Entrando no Mundo NativoAndroid NDK: Entrando no Mundo Nativo
Android NDK: Entrando no Mundo NativoEduardo Carrara de Araujo
1.1K views46 slides
Human interface guidelines_v1.8.0 by
Human interface guidelines_v1.8.0Human interface guidelines_v1.8.0
Human interface guidelines_v1.8.0Lisandro Mierez
1.6K views142 slides

What's hot(16)

Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core by Andri Yadi
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT CoreHands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core
Andri Yadi1.9K views
Augmented World Expo 2013 Mobile AR SDK Comparison and Tutorial by Patrick O'Shaughnessey
Augmented World Expo 2013 Mobile AR SDK Comparison and TutorialAugmented World Expo 2013 Mobile AR SDK Comparison and Tutorial
Augmented World Expo 2013 Mobile AR SDK Comparison and Tutorial
VRSJ2020「交流型WebVRにおける空間音響のオンライン評価手法」 by GREE VR Studio Lab
VRSJ2020「交流型WebVRにおける空間音響のオンライン評価手法」VRSJ2020「交流型WebVRにおける空間音響のオンライン評価手法」
VRSJ2020「交流型WebVRにおける空間音響のオンライン評価手法」
GREE VR Studio Lab4.2K views
GTC 2017 オートモーティブ最新情報 by NVIDIA Japan
GTC 2017 オートモーティブ最新情報GTC 2017 オートモーティブ最新情報
GTC 2017 オートモーティブ最新情報
NVIDIA Japan9.7K views
Human interface guidelines_v1.8.0 by Lisandro Mierez
Human interface guidelines_v1.8.0Human interface guidelines_v1.8.0
Human interface guidelines_v1.8.0
Lisandro Mierez1.6K views
Simple Single Instruction Multiple Data (SIMD) with the Intel® Implicit SPMD ... by Intel® Software
Simple Single Instruction Multiple Data (SIMD) with the Intel® Implicit SPMD ...Simple Single Instruction Multiple Data (SIMD) with the Intel® Implicit SPMD ...
Simple Single Instruction Multiple Data (SIMD) with the Intel® Implicit SPMD ...
Intel® Software8.8K views
Kinect on Android Pandaboard by umituzun84
Kinect on Android PandaboardKinect on Android Pandaboard
Kinect on Android Pandaboard
umituzun842.1K views
Introduction to Google Project Tango and Intel® RealSense™ by Francesca Tosi
Introduction to Google Project Tango and Intel® RealSense™Introduction to Google Project Tango and Intel® RealSense™
Introduction to Google Project Tango and Intel® RealSense™
Francesca Tosi3.2K views
車載組み込み用ディープラーニング・エンジン NVIDIA DRIVE PX by NVIDIA Japan
車載組み込み用ディープラーニング・エンジン NVIDIA DRIVE PX車載組み込み用ディープラーニング・エンジン NVIDIA DRIVE PX
車載組み込み用ディープラーニング・エンジン NVIDIA DRIVE PX
NVIDIA Japan6.2K views
Vipul divyanshu documentation on Kinect and Motion Tracking by Vipul Divyanshu
Vipul divyanshu documentation  on Kinect and Motion TrackingVipul divyanshu documentation  on Kinect and Motion Tracking
Vipul divyanshu documentation on Kinect and Motion Tracking
Vipul Divyanshu1.7K views
Xbox one development kit 2 copy - copy by rojizo frio
Xbox one development kit 2   copy - copyXbox one development kit 2   copy - copy
Xbox one development kit 2 copy - copy
rojizo frio733 views
It Doesn't Have to Be Hard: How to Fix Your Performance Woes by Intel® Software
It Doesn't Have to Be Hard: How to Fix Your Performance WoesIt Doesn't Have to Be Hard: How to Fix Your Performance Woes
It Doesn't Have to Be Hard: How to Fix Your Performance Woes
Intel® Software5.5K views
Mastering the NDK with Android Studio 2.0 and the gradle-experimental plugin by Xavier Hallade
Mastering the NDK with Android Studio 2.0 and the gradle-experimental pluginMastering the NDK with Android Studio 2.0 and the gradle-experimental plugin
Mastering the NDK with Android Studio 2.0 and the gradle-experimental plugin
Xavier Hallade23.2K views
Kinect installation guide by gilmsdn
Kinect installation guideKinect installation guide
Kinect installation guide
gilmsdn1.6K views

Viewers also liked

OpenNI 3Dセンサープログラミング by
OpenNI 3DセンサープログラミングOpenNI 3Dセンサープログラミング
OpenNI 3DセンサープログラミングKaoru NAKAMURA
3.5K views18 slides
Deep dream 機械が見た夢 by
Deep dream   機械が見た夢Deep dream   機械が見た夢
Deep dream 機械が見た夢Harumitsu Nobuta
13.4K views47 slides
OpenStack構築手順書 Liberty版 (期間限定公開) by
OpenStack構築手順書 Liberty版 (期間限定公開)OpenStack構築手順書 Liberty版 (期間限定公開)
OpenStack構築手順書 Liberty版 (期間限定公開)VirtualTech Japan Inc.
8.8K views98 slides
PRML Chapter 14 by
PRML Chapter 14PRML Chapter 14
PRML Chapter 14Masahito Ohue
7.4K views65 slides
アンサンブル学習 by
アンサンブル学習アンサンブル学習
アンサンブル学習Hidekazu Tanaka
45.2K views54 slides
RBM、Deep Learningと学習(全脳アーキテクチャ若手の会 第3回DL勉強会発表資料) by
RBM、Deep Learningと学習(全脳アーキテクチャ若手の会 第3回DL勉強会発表資料)RBM、Deep Learningと学習(全脳アーキテクチャ若手の会 第3回DL勉強会発表資料)
RBM、Deep Learningと学習(全脳アーキテクチャ若手の会 第3回DL勉強会発表資料)Takuma Yagi
48.4K views88 slides

Viewers also liked(9)

OpenNI 3Dセンサープログラミング by Kaoru NAKAMURA
OpenNI 3DセンサープログラミングOpenNI 3Dセンサープログラミング
OpenNI 3Dセンサープログラミング
Kaoru NAKAMURA3.5K views
RBM、Deep Learningと学習(全脳アーキテクチャ若手の会 第3回DL勉強会発表資料) by Takuma Yagi
RBM、Deep Learningと学習(全脳アーキテクチャ若手の会 第3回DL勉強会発表資料)RBM、Deep Learningと学習(全脳アーキテクチャ若手の会 第3回DL勉強会発表資料)
RBM、Deep Learningと学習(全脳アーキテクチャ若手の会 第3回DL勉強会発表資料)
Takuma Yagi48.4K views
エクセルで統計分析 統計プログラムHADについて by Hiroshi Shimizu
エクセルで統計分析 統計プログラムHADについてエクセルで統計分析 統計プログラムHADについて
エクセルで統計分析 統計プログラムHADについて
Hiroshi Shimizu6.3M views
Practical recommendations for gradient-based training of deep architectures by Koji Matsuda
Practical recommendations for gradient-based training of deep architecturesPractical recommendations for gradient-based training of deep architectures
Practical recommendations for gradient-based training of deep architectures
Koji Matsuda50.1K views
Simple perceptron by TJO by Takashi J OZAKI
Simple perceptron by TJOSimple perceptron by TJO
Simple perceptron by TJO
Takashi J OZAKI207.9K views

Similar to 今日からはじめるKinect Hack

NUIとKinect by
NUIとKinectNUIとKinect
NUIとKinecthagino 3000
883 views32 slides
Kinectomania by
KinectomaniaKinectomania
KinectomaniaDan Greenberg
346 views10 slides
Microsoft Kinect and Kinect SDK by
Microsoft Kinect and Kinect SDKMicrosoft Kinect and Kinect SDK
Microsoft Kinect and Kinect SDKSiraj Memon
5.3K views25 slides
Kinect kunkuk final_ by
Kinect kunkuk final_Kinect kunkuk final_
Kinect kunkuk final_Yunkyu Choi
1.1K views45 slides
Demo kinect & web sockets by
Demo   kinect & web socketsDemo   kinect & web sockets
Demo kinect & web socketsMathias Westin
811 views5 slides
Microsoft Kinect by
Microsoft Kinect Microsoft Kinect
Microsoft Kinect Muhammad Fouad Ilyas Siddiqui
725 views25 slides

Similar to 今日からはじめるKinect Hack(20)

Microsoft Kinect and Kinect SDK by Siraj Memon
Microsoft Kinect and Kinect SDKMicrosoft Kinect and Kinect SDK
Microsoft Kinect and Kinect SDK
Siraj Memon5.3K views
Kinect kunkuk final_ by Yunkyu Choi
Kinect kunkuk final_Kinect kunkuk final_
Kinect kunkuk final_
Yunkyu Choi1.1K views
Android game development by dmontagni
Android game developmentAndroid game development
Android game development
dmontagni1.4K views
20110910 WebSig1日学校2011_フロントエンジアクラス算数_春日井先生 by WebSig24/7
20110910 WebSig1日学校2011_フロントエンジアクラス算数_春日井先生20110910 WebSig1日学校2011_フロントエンジアクラス算数_春日井先生
20110910 WebSig1日学校2011_フロントエンジアクラス算数_春日井先生
WebSig24/71.1K views
Html5とはなにか? by Microsoft
Html5とはなにか?Html5とはなにか?
Html5とはなにか?
Microsoft1.2K views
Kinect Hacks: Beyond Just Games by Jeremy Johnson
Kinect Hacks: Beyond Just GamesKinect Hacks: Beyond Just Games
Kinect Hacks: Beyond Just Games
Jeremy Johnson2.7K views
Analyzing the Performance of Mobile Web by Ariya Hidayat
Analyzing the Performance of Mobile WebAnalyzing the Performance of Mobile Web
Analyzing the Performance of Mobile Web
Ariya Hidayat3.5K views
Introduction to QtWebKit by Ariya Hidayat
Introduction to QtWebKitIntroduction to QtWebKit
Introduction to QtWebKit
Ariya Hidayat2.9K views
Kinect seminar 121027 by cs Kang
Kinect seminar 121027Kinect seminar 121027
Kinect seminar 121027
cs Kang4.3K views
Introduction of Kinect Hacks by hagino 3000
Introduction of Kinect HacksIntroduction of Kinect Hacks
Introduction of Kinect Hacks
hagino 3000914 views
A Study of SVG-based Application Development @ OSDC 2010 by Rex Tsai
A Study of SVG-based Application Development @ OSDC 2010A Study of SVG-based Application Development @ OSDC 2010
A Study of SVG-based Application Development @ OSDC 2010
Rex Tsai694 views
Kinect for Windows SDK by Roberto Reto
Kinect for Windows SDKKinect for Windows SDK
Kinect for Windows SDK
Roberto Reto879 views
Surfing on an Interactive Kiosk by Leon Anavi
Surfing on an Interactive KioskSurfing on an Interactive Kiosk
Surfing on an Interactive Kiosk
Leon Anavi179 views
PyKinect: Body Iteration Application Development Using Python by pycontw
PyKinect: Body Iteration Application Development Using PythonPyKinect: Body Iteration Application Development Using Python
PyKinect: Body Iteration Application Development Using Python
pycontw10.3K views

More from hagino 3000

スパース性に基づく機械学習 2章 データからの学習 by
スパース性に基づく機械学習 2章 データからの学習スパース性に基づく機械学習 2章 データからの学習
スパース性に基づく機械学習 2章 データからの学習hagino 3000
16.5K views37 slides
Cloud DatalabとBigQueryを使ったアドホックデータ解析 by
Cloud DatalabとBigQueryを使ったアドホックデータ解析Cloud DatalabとBigQueryを使ったアドホックデータ解析
Cloud DatalabとBigQueryを使ったアドホックデータ解析hagino 3000
7.8K views32 slides
異常検知と変化検知 9章 部分空間法による変化点検知 by
異常検知と変化検知 9章 部分空間法による変化点検知異常検知と変化検知 9章 部分空間法による変化点検知
異常検知と変化検知 9章 部分空間法による変化点検知hagino 3000
15.5K views57 slides
アドネットワークのデータ解析チームを支える技術 by
アドネットワークのデータ解析チームを支える技術アドネットワークのデータ解析チームを支える技術
アドネットワークのデータ解析チームを支える技術hagino 3000
25.4K views48 slides
Secure Code for Interactive Programming by
Secure Code for Interactive ProgrammingSecure Code for Interactive Programming
Secure Code for Interactive Programminghagino 3000
2.7K views16 slides
ハイパフォーマンスブラウザネットワーキング 12章「HTTP 2.0」と現在の仕様 by
ハイパフォーマンスブラウザネットワーキング 12章「HTTP 2.0」と現在の仕様ハイパフォーマンスブラウザネットワーキング 12章「HTTP 2.0」と現在の仕様
ハイパフォーマンスブラウザネットワーキング 12章「HTTP 2.0」と現在の仕様hagino 3000
3K views26 slides

More from hagino 3000(18)

スパース性に基づく機械学習 2章 データからの学習 by hagino 3000
スパース性に基づく機械学習 2章 データからの学習スパース性に基づく機械学習 2章 データからの学習
スパース性に基づく機械学習 2章 データからの学習
hagino 300016.5K views
Cloud DatalabとBigQueryを使ったアドホックデータ解析 by hagino 3000
Cloud DatalabとBigQueryを使ったアドホックデータ解析Cloud DatalabとBigQueryを使ったアドホックデータ解析
Cloud DatalabとBigQueryを使ったアドホックデータ解析
hagino 30007.8K views
異常検知と変化検知 9章 部分空間法による変化点検知 by hagino 3000
異常検知と変化検知 9章 部分空間法による変化点検知異常検知と変化検知 9章 部分空間法による変化点検知
異常検知と変化検知 9章 部分空間法による変化点検知
hagino 300015.5K views
アドネットワークのデータ解析チームを支える技術 by hagino 3000
アドネットワークのデータ解析チームを支える技術アドネットワークのデータ解析チームを支える技術
アドネットワークのデータ解析チームを支える技術
hagino 300025.4K views
Secure Code for Interactive Programming by hagino 3000
Secure Code for Interactive ProgrammingSecure Code for Interactive Programming
Secure Code for Interactive Programming
hagino 30002.7K views
ハイパフォーマンスブラウザネットワーキング 12章「HTTP 2.0」と現在の仕様 by hagino 3000
ハイパフォーマンスブラウザネットワーキング 12章「HTTP 2.0」と現在の仕様ハイパフォーマンスブラウザネットワーキング 12章「HTTP 2.0」と現在の仕様
ハイパフォーマンスブラウザネットワーキング 12章「HTTP 2.0」と現在の仕様
hagino 30003K views
iOS WebView App by hagino 3000
iOS WebView AppiOS WebView App
iOS WebView App
hagino 300014.5K views
Introduction of Leap Motion by hagino 3000
Introduction of Leap MotionIntroduction of Leap Motion
Introduction of Leap Motion
hagino 30004.2K views
Where does my money go チーム発表 by hagino 3000
Where does my money go チーム発表Where does my money go チーム発表
Where does my money go チーム発表
hagino 3000961 views
PRML 6.1章 カーネル法と双対表現 by hagino 3000
PRML 6.1章 カーネル法と双対表現PRML 6.1章 カーネル法と双対表現
PRML 6.1章 カーネル法と双対表現
hagino 30005K views
PRML ベイズロジスティック回帰 by hagino 3000
PRML ベイズロジスティック回帰PRML ベイズロジスティック回帰
PRML ベイズロジスティック回帰
hagino 30005.2K views
ノンタッチUI時代とフロントエンドエンジニア (Using emotiv) by hagino 3000
ノンタッチUI時代とフロントエンドエンジニア (Using emotiv)ノンタッチUI時代とフロントエンドエンジニア (Using emotiv)
ノンタッチUI時代とフロントエンドエンジニア (Using emotiv)
hagino 30002.8K views
JavaScriptとSalesforceとTwitterマーケティングな話をした時の資料 by hagino 3000
JavaScriptとSalesforceとTwitterマーケティングな話をした時の資料JavaScriptとSalesforceとTwitterマーケティングな話をした時の資料
JavaScriptとSalesforceとTwitterマーケティングな話をした時の資料
hagino 30001.3K views
はじめてのChaos Proxy Viewer by hagino 3000
はじめてのChaos Proxy ViewerはじめてのChaos Proxy Viewer
はじめてのChaos Proxy Viewer
hagino 30001.1K views
HTML5を使ったウェブアプリケーションの高速化 by hagino 3000
HTML5を使ったウェブアプリケーションの高速化HTML5を使ったウェブアプリケーションの高速化
HTML5を使ったウェブアプリケーションの高速化
hagino 30001K views
逃亡の勧め by hagino 3000
逃亡の勧め逃亡の勧め
逃亡の勧め
hagino 30001.5K views
Google App Engine で初めるServerSide JavaScript by hagino 3000
Google App Engine で初めるServerSide JavaScriptGoogle App Engine で初めるServerSide JavaScript
Google App Engine で初めるServerSide JavaScript
hagino 30001.2K views

Recently uploaded

The details of description: Techniques, tips, and tangents on alternative tex... by
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...BookNet Canada
110 views24 slides
Future of Learning - Khoong Chan Meng by
Future of Learning - Khoong Chan MengFuture of Learning - Khoong Chan Meng
Future of Learning - Khoong Chan MengNUS-ISS
31 views7 slides
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen... by
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...NUS-ISS
23 views70 slides
AMD: 4th Generation EPYC CXL Demo by
AMD: 4th Generation EPYC CXL DemoAMD: 4th Generation EPYC CXL Demo
AMD: 4th Generation EPYC CXL DemoCXL Forum
126 views6 slides
"Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ... by
"Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ..."Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ...
"Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ...Fwdays
33 views39 slides
.conf Go 2023 - Data analysis as a routine by
.conf Go 2023 - Data analysis as a routine.conf Go 2023 - Data analysis as a routine
.conf Go 2023 - Data analysis as a routineSplunk
90 views12 slides

Recently uploaded(20)

The details of description: Techniques, tips, and tangents on alternative tex... by BookNet Canada
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...
BookNet Canada110 views
Future of Learning - Khoong Chan Meng by NUS-ISS
Future of Learning - Khoong Chan MengFuture of Learning - Khoong Chan Meng
Future of Learning - Khoong Chan Meng
NUS-ISS31 views
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen... by NUS-ISS
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
NUS-ISS23 views
AMD: 4th Generation EPYC CXL Demo by CXL Forum
AMD: 4th Generation EPYC CXL DemoAMD: 4th Generation EPYC CXL Demo
AMD: 4th Generation EPYC CXL Demo
CXL Forum126 views
"Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ... by Fwdays
"Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ..."Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ...
"Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ...
Fwdays33 views
.conf Go 2023 - Data analysis as a routine by Splunk
.conf Go 2023 - Data analysis as a routine.conf Go 2023 - Data analysis as a routine
.conf Go 2023 - Data analysis as a routine
Splunk90 views
How to reduce cold starts for Java Serverless applications in AWS at JCON Wor... by Vadym Kazulkin
How to reduce cold starts for Java Serverless applications in AWS at JCON Wor...How to reduce cold starts for Java Serverless applications in AWS at JCON Wor...
How to reduce cold starts for Java Serverless applications in AWS at JCON Wor...
Vadym Kazulkin70 views
GigaIO: The March of Composability Onward to Memory with CXL by CXL Forum
GigaIO: The March of Composability Onward to Memory with CXLGigaIO: The March of Composability Onward to Memory with CXL
GigaIO: The March of Composability Onward to Memory with CXL
CXL Forum126 views
Data-centric AI and the convergence of data and model engineering: opportunit... by Paolo Missier
Data-centric AI and the convergence of data and model engineering:opportunit...Data-centric AI and the convergence of data and model engineering:opportunit...
Data-centric AI and the convergence of data and model engineering: opportunit...
Paolo Missier29 views
Web Dev - 1 PPT.pdf by gdsczhcet
Web Dev - 1 PPT.pdfWeb Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdf
gdsczhcet52 views
Spesifikasi Lengkap ASUS Vivobook Go 14 by Dot Semarang
Spesifikasi Lengkap ASUS Vivobook Go 14Spesifikasi Lengkap ASUS Vivobook Go 14
Spesifikasi Lengkap ASUS Vivobook Go 14
Dot Semarang35 views
TE Connectivity: Card Edge Interconnects by CXL Forum
TE Connectivity: Card Edge InterconnectsTE Connectivity: Card Edge Interconnects
TE Connectivity: Card Edge Interconnects
CXL Forum96 views
"Role of a CTO in software outsourcing company", Yuriy Nakonechnyy by Fwdays
"Role of a CTO in software outsourcing company", Yuriy Nakonechnyy"Role of a CTO in software outsourcing company", Yuriy Nakonechnyy
"Role of a CTO in software outsourcing company", Yuriy Nakonechnyy
Fwdays40 views
CXL at OCP by CXL Forum
CXL at OCPCXL at OCP
CXL at OCP
CXL Forum208 views
Microchip: CXL Use Cases and Enabling Ecosystem by CXL Forum
Microchip: CXL Use Cases and Enabling EcosystemMicrochip: CXL Use Cases and Enabling Ecosystem
Microchip: CXL Use Cases and Enabling Ecosystem
CXL Forum129 views
MemVerge: Past Present and Future of CXL by CXL Forum
MemVerge: Past Present and Future of CXLMemVerge: Past Present and Future of CXL
MemVerge: Past Present and Future of CXL
CXL Forum110 views
AI: mind, matter, meaning, metaphors, being, becoming, life values by Twain Liu 刘秋艳
AI: mind, matter, meaning, metaphors, being, becoming, life valuesAI: mind, matter, meaning, metaphors, being, becoming, life values
AI: mind, matter, meaning, metaphors, being, becoming, life values
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad... by Fwdays
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad..."Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad...
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad...
Fwdays40 views
Astera Labs: Intelligent Connectivity for Cloud and AI Infrastructure by CXL Forum
Astera Labs:  Intelligent Connectivity for Cloud and AI InfrastructureAstera Labs:  Intelligent Connectivity for Cloud and AI Infrastructure
Astera Labs: Intelligent Connectivity for Cloud and AI Infrastructure
CXL Forum125 views

今日からはじめるKinect Hack