Workshop at IAMAS 2008-05-24

Shigeru Kobayashi
Shigeru KobayashiProfessor at Institute of Advanced Media Arts and Sciences [IAMAS]
2008.05.24
•   1                      10:00-11:15
•   2           11:30-13:30
        13:30-14:30
•   2           14:30-16:15
•   3             16:30-17:45
•   4                     17:45-18:30
Gainer I/O                1
             SAD-01       1
             SPP-100      5
             SKS-140
USB                       1
             330Ω         2
             10kΩ         1
             10kΩ B       1
CdS          5mm          1
LED                       2
             KMX52-1050   1
• 1970
•                  1993   4   2004   6
  –
  –
• IAMAS 2004   7
  –
  –
1        10:00-11:15
•
• Gainer
• Funnel
•                          ITP*1    Tom Igoe

• PC
•

•



    *1   Interactive Telecommunications Program
ITP Spring Show 2008


• ITP                           2
• 5 12           13
• http://itp.nyu.edu/shows/spring2008/
PC
•        ASCII
•         1
Alto (1973)




              http://toastytech.com/guis/
• PC

    –
    – PC
•

       Flash
•
                     Nintendo Wii
•
• Apple
  – iPod
  – iPhone
  – MacBook Air PC
•

•
    LED
•
          I/O   PC
•
    ActionScript C C++ Java
•

•
•
•
•
    – Processing
    – Flash
•
    – Gainer
    – Arduino
    – Phidgets
•
•

    –
    –
    –
    –
•
•       UNDO
1


•
•             1
• NTT InterCommunication Center [ICC]
          2007.4.19-2008.3.9
1
1
Workshop at IAMAS 2008-05-24
1
1
1
1




    ICC
1




    ICC
1




    ICC
2 Mountain Guitar
•                  6
•
    –
    –
•            I/O            PC
• IAMAS
•    CG
2 Mountain Guitar
2 Mountain Guitar 1
2 Mountain Guitar 2
2 Mountain Guitar 2
2 Mountain Guitar 3
2 Mountain Guitar 4
2 Mountain Guitar 4
2 Mountain Guitar 4
2 Mountain Guitar 5
2 Mountain Guitar 5
2 Mountain Guitar
•

•
    IAMAS
2 Mountain Guitar
2 Mountain Guitar
3           3
•                 11
•
•
•
• IAMAS
   2007.8.24-26
PIC AVR
  program
                  A
  a0]=ain.o;
  aout.1 = 255;


                  B



                  C



                  D
PC   Arduino
       program
                                   A
       a0]=ain.o;
       aout.1 = 255;


                                   B



                                   C



                                   D




       PC

                   program

                   a0]=ain.o;
                   aout.1 = 255;
Arduino
I/O   PC        Gainer Phidgets
                                A



                                B



                                C



                                D




           PC

                program

                a0]=ain.o;
                aout.1 = 255;
Gainer


• I/O
•
  – ActionScript 2/3
  – Processing
  – Max/MSP
Gainer I/O
I/O
Workshop at IAMAS 2008-05-24
I/O
Workshop at IAMAS 2008-05-24
LED
Workshop at IAMAS 2008-05-24
Gainer
•

•
•
    –    LED
Funnel
• Gainer


•

•
Funnel
•

•
Funnel
Sketching User Experiences
Getting the Design Right and the Right Design
Bill Buxton Morgan Kaufmann Pub 2007
Funnel
•
•
    –
    –
    –
    –
•        I/O
Funnel
Funnel
•           I/O
    –   Gainer
    –   Arduino
    –   XBee
    –   Funnel I/O
•
    – Processing
    – ActionScript 3 Flash   Flex
    – Ruby
Action-Coding×Funnel×Gainer I/O
Action-Coding
•
• JRuby    Processing API
•
Action-Coding×Funnel×Gainer I/O


•
Action-Coding×Funnel×Gainer I/O


• LED
• LED
•
Action-Coding×Funnel×Gainer I/O


•
• 3D
• Make
  http://jp.makezine.com/
• Instructables
  http://www.instructables.com/
• v1.0         SparkFun
• Creative Commons Attribution-Share Alike
2006
•
    –
    – 3D
    –
    –
•
•
Sketching in Hardware 2


•
• 2007.6.23 24
•           30
•
•
•         Sketching in Hardware
Sketching in Hardware 2
Sketching in Hardware 2
Sketching in Hardware 2
Sketching in Hardware 2
Sketching in Hardware 2
Sketching in Hardware 2
Sketching in Hardware 2
2      1 11:30 12:15
•
•
• LED
• LED
•
    – 2
    –     GND
    –     V
Workshop at IAMAS 2008-05-24
•
    –
    –   A
Workshop at IAMAS 2008-05-24
•
    –
    –   Ω
Workshop at IAMAS 2008-05-24
• 1,000        1kΩ
• 1,000,000          1MΩ
• 1,000
    1
              1mA
• 1,000,000
      1
                     50µA
Workshop at IAMAS 2008-05-24
•
•
+5V   GND
Workshop at IAMAS 2008-05-24
Workshop at IAMAS 2008-05-24
Workshop at IAMAS 2008-05-24
LED
•
•
    –
    –
    –
•
•
•
LED
LED


• LED
        20mA
•
•
•
V =I ×R

• V    V
• I   A
• R    Ω
− LED         = LED            ×R

R

                   − LED
      R=
            LED

    5.0V LED        1.8V    10mA

         5 − 1.8    3.2
      R=         =      =
           0.01    0.01
LED
•   +5V
•   GND
•
LED   NG
LED
LED

      7
2       2 12:15 13:30
Funnel
•
    –       I/O             LED
    – I/O                   LED
•
    –
    – CdS
Funnel           Gainer I/O
            2
•                     dout 0   1     2
    – LED
    –
•                     aout 0 1     256   *2

    – LED
    –

    *2          PWM
Funnel

             1         I/O            LED    01 ControlLEDByMouse

import processing.funnel.*;

Gainer gainer;

void setup()
{
  size(200, 200);
  frameRate(30);
  gainer = new Gainer(this, Gainer.MODE1);
  gainer.autoUpdate = true;
}

void draw()
{
  background(100);
}
Funnel

           2         I/O      LED   01 ControlLEDByMouse

void mousePressed()
{
  gainer.led().value = 1.0;
}

void mouseReleased()
{
  gainer.led().value = 0.0;
}
Funnel

             3         I/O            LED    02 ControlLEDByButton

import processing.funnel.*;

Gainer gainer;

void setup()
{
  size(200, 200);
  frameRate(30);
  gainer = new Gainer(this, Gainer.MODE1);
  gainer.autoUpdate = true;
}

void draw()
{
  background(100);
}
Funnel

           4         I/O            LED   02 ControlLEDByButton

void gainerButtonEvent(boolean pressed)
{
  if (pressed) {
    gainer.led().value = 1.0;
  } else {
    gainer.led().value = 0.0;
  }
}
Funnel   aout 0   LED
Funnel   aout 0   LED
Funnel

                         5         aout 0   LED

// _02_ControlLEDByButton
void gainerButtonEvent(boolean pressed)
{
  if (pressed) {
    gainer.analogOutput(0).value = 1.0;
  } else {
    gainer.analogOutput(0).value = 0.0;
  }
}
Funnel                                                     LFO

            6         aout 0        LED        03 ControlLEDWithLFOByButton

Gainer gainer;
Osc osc;

void setup()
{
  size(200, 200);
  frameRate(30);

    gainer = new Gainer(this, Gainer.MODE1);
    gainer.autoUpdate = true;

    //
    osc = new Osc(this, Osc.SQUARE, 1.0, 0);
    osc.serviceInterval = 30;
    osc.addEventListener(Osc.UPDATE, quot;oscUpdatedquot;);
}
Funnel                                                  LFO

        7         aout 0        LED       03 ControlLEDWithLFOByButton

//
void oscUpdated(Osc osc)
{
  gainer.led().value = osc.value;
}

//
void gainerButtonEvent(boolean pressed)
{
  if (pressed) {
    osc.reset();
    osc.start();
  } else {
    osc.stop();
  }
}
Funnel
Funnel
Funnel      AC




         dout 0   aout 0
Funnel     AC
• SSR
  AC100V        LED

• AC
Funnel       Gainer I/O
         2
•              din 0      1     2
    –
    –
•              ain 0 1        256
    –
    –
Funnel   din 0
Funnel   din 0
Funnel   ain 0
Funnel   ain 0
Funnel     ain 0
• 04 SimpleScope
•
• ain 1
•
Funnel
Funnel
Funnel
• 05 Tree            *3

•
• Funnel
• mouseX        ain 0




  *3   Topics/Fractals and L-Systems/Tree
Funnel   ain 0
Funnel   ain 0
Funnel     ain 0
•        05 Tree

• 04 SimpleScope
• Scaler
•
Funnel                   Scaler

                                8 Scaler          05 Tree

import processing.funnel.*;

Gainer gainer;

void setup()
{
  size(400, 400, P3D);
  ...
  gainer = new Gainer(this, Gainer.MODE1);

    Filter f[] = {
      new Scaler(0.3, 0.9, 0, 1, Scaler.LINEAR, true)
    };
    gainer.analogInput(0).filters = f;
}
Funnel   ain 0
Funnel   ain 0
Funnel   ain 0
Funnel   ain 0
Funnel   ain 0
Funnel   ain 0
2    3 14:30 16:15
Funnel
•
    –
•
    –
    –
Funnel   ain
Funnel   ain
Funnel     ain
• 04 SimpleScope
•                  3
• x, y, z
  –
  –
Funnel
•
•
Funnel
Funnel
•
• 04 SimpleScope
• -1   +1
• sin
Funnel
• 06 RGBCube Mouse              *4

•
•




  *4   3D and OpenGL/Form/RGBCube
Funnel       Processing


• Libraries Processing 1.0 (BETA)
  http://processing.org/reference/libraries
• Minim
  http://code.compartmental.net/tools/minim
Funnel                   Processing

                                 9

import ddf.minim.*;

AudioPlayer player;

void setup()
{
  size(200, 200);

    //          Minim
    Minim.start(this);

    //                  AudioPlayer               512
    player = Minim.loadFile(quot;groove.mp3quot;, 512);
}
Funnel                 Processing

                             10

//
void keyPressed()
{
  //    ’p’
  if ( key == ’p’ ) player.play();
}
3       16:30 17:45
•       2
•
•                     OK
Bill Buxton 2006
What Sketches (and Prototypes) Are and Are Not.
• Quick
• Timely
• Inexpensive
• Disposable
• Constrained Resolution

• Suggest & explore rather than confirm
4       17:45 18:30
•       3
•
•
Making Things Talk
Practical Methods for Connecting Physical Objects
Tom Igoe O’Reilly Media 2007
Built with Processing [   ]
      /
                              2008
Processing
A Programming Handbook for Visual Designers and Artists
Casey Reas + Ben Fry MIT Press 2007
2007
Gainer
   2008
GAINER
Physical Computing with Gainer
GainerBook Labo                  2007
2008.05.24
1 of 157

Recommended

Workshop at AXIS Inc. by
Workshop at AXIS Inc.Workshop at AXIS Inc.
Workshop at AXIS Inc.Shigeru Kobayashi
741 views185 slides
Make: Tokyo Meeting 03 by
Make: Tokyo Meeting 03Make: Tokyo Meeting 03
Make: Tokyo Meeting 03Shigeru Kobayashi
1.6K views118 slides
Geidai Open Workshop 2009 by
Geidai Open Workshop 2009Geidai Open Workshop 2009
Geidai Open Workshop 2009Shigeru Kobayashi
858 views177 slides
TC74LCX244FW PSpice Model (Free SPICE Model) by
TC74LCX244FW PSpice Model (Free SPICE Model)TC74LCX244FW PSpice Model (Free SPICE Model)
TC74LCX244FW PSpice Model (Free SPICE Model)Tsuyoshi Horigome
261 views13 slides
TC74LCX244F PSpice Model (Free SPICE Model) by
TC74LCX244F PSpice Model (Free SPICE Model)TC74LCX244F PSpice Model (Free SPICE Model)
TC74LCX244F PSpice Model (Free SPICE Model)Tsuyoshi Horigome
615 views13 slides
TC74LCX244FT PSpice Model (Free SPICE Model) by
TC74LCX244FT PSpice Model (Free SPICE Model)TC74LCX244FT PSpice Model (Free SPICE Model)
TC74LCX244FT PSpice Model (Free SPICE Model)Tsuyoshi Horigome
367 views13 slides

More Related Content

What's hot

TC74VHC244F PSpice Model (Free SPICE Model) by
TC74VHC244F PSpice Model (Free SPICE Model)TC74VHC244F PSpice Model (Free SPICE Model)
TC74VHC244F PSpice Model (Free SPICE Model)Tsuyoshi Horigome
318 views12 slides
Linux kernel debugging(PDF format) by
Linux kernel debugging(PDF format)Linux kernel debugging(PDF format)
Linux kernel debugging(PDF format)yang firo
255 views58 slides
Scottish Ruby Conference 2010 Arduino, Ruby RAD by
Scottish Ruby Conference 2010 Arduino, Ruby RADScottish Ruby Conference 2010 Arduino, Ruby RAD
Scottish Ruby Conference 2010 Arduino, Ruby RADlostcaggy
1.6K views65 slides
DEF CON 23 - Yaniv Balmas and Lior Oppenheim - key logger-video mouse by
DEF CON 23 - Yaniv Balmas and Lior Oppenheim - key logger-video mouseDEF CON 23 - Yaniv Balmas and Lior Oppenheim - key logger-video mouse
DEF CON 23 - Yaniv Balmas and Lior Oppenheim - key logger-video mouseFelipe Prado
30 views46 slides
論文紹介 Hyperkernel: Push-Button Verification of an OS Kernel (SOSP’17) by
論文紹介 Hyperkernel: Push-Button Verification of an OS Kernel (SOSP’17)論文紹介 Hyperkernel: Push-Button Verification of an OS Kernel (SOSP’17)
論文紹介 Hyperkernel: Push-Button Verification of an OS Kernel (SOSP’17)mmisono
625 views136 slides
Norton utility برنامج التشخيص by
Norton utility برنامج التشخيصNorton utility برنامج التشخيص
Norton utility برنامج التشخيصMahmoud Rashad aboalia
817 views8 slides

What's hot(11)

TC74VHC244F PSpice Model (Free SPICE Model) by Tsuyoshi Horigome
TC74VHC244F PSpice Model (Free SPICE Model)TC74VHC244F PSpice Model (Free SPICE Model)
TC74VHC244F PSpice Model (Free SPICE Model)
Tsuyoshi Horigome318 views
Linux kernel debugging(PDF format) by yang firo
Linux kernel debugging(PDF format)Linux kernel debugging(PDF format)
Linux kernel debugging(PDF format)
yang firo255 views
Scottish Ruby Conference 2010 Arduino, Ruby RAD by lostcaggy
Scottish Ruby Conference 2010 Arduino, Ruby RADScottish Ruby Conference 2010 Arduino, Ruby RAD
Scottish Ruby Conference 2010 Arduino, Ruby RAD
lostcaggy1.6K views
DEF CON 23 - Yaniv Balmas and Lior Oppenheim - key logger-video mouse by Felipe Prado
DEF CON 23 - Yaniv Balmas and Lior Oppenheim - key logger-video mouseDEF CON 23 - Yaniv Balmas and Lior Oppenheim - key logger-video mouse
DEF CON 23 - Yaniv Balmas and Lior Oppenheim - key logger-video mouse
Felipe Prado30 views
論文紹介 Hyperkernel: Push-Button Verification of an OS Kernel (SOSP’17) by mmisono
論文紹介 Hyperkernel: Push-Button Verification of an OS Kernel (SOSP’17)論文紹介 Hyperkernel: Push-Button Verification of an OS Kernel (SOSP’17)
論文紹介 Hyperkernel: Push-Button Verification of an OS Kernel (SOSP’17)
mmisono625 views
The Ring programming language version 1.5.4 book - Part 87 of 185 by Mahmoud Samir Fayed
The Ring programming language version 1.5.4 book - Part 87 of 185The Ring programming language version 1.5.4 book - Part 87 of 185
The Ring programming language version 1.5.4 book - Part 87 of 185
OpenSPARC by clairbee
OpenSPARCOpenSPARC
OpenSPARC
clairbee790 views
Code vectorization for mobile devices by St1X
Code vectorization for mobile devicesCode vectorization for mobile devices
Code vectorization for mobile devices
St1X1.4K views
Make ARM Shellcode Great Again by Saumil Shah
Make ARM Shellcode Great AgainMake ARM Shellcode Great Again
Make ARM Shellcode Great Again
Saumil Shah809 views

Viewers also liked

Workshop @ Make: Tokyo Meeting 02 by
Workshop @ Make: Tokyo Meeting 02Workshop @ Make: Tokyo Meeting 02
Workshop @ Make: Tokyo Meeting 02Shigeru Kobayashi
806 views51 slides
Japanino Workshop #3 by
Japanino Workshop #3Japanino Workshop #3
Japanino Workshop #3Shigeru Kobayashi
770 views38 slides
BLE Boot Camp by
BLE Boot CampBLE Boot Camp
BLE Boot CampShigeru Kobayashi
1.7K views27 slides
SK creator planet 2014 by
SK creator planet 2014SK creator planet 2014
SK creator planet 2014Shigeru Kobayashi
10.4K views93 slides
Gesture Workshop by
Gesture WorkshopGesture Workshop
Gesture WorkshopShigeru Kobayashi
1.4K views9 slides
Maker Faire Tokyo 2015 by
Maker Faire Tokyo 2015Maker Faire Tokyo 2015
Maker Faire Tokyo 2015Shigeru Kobayashi
9.4K views17 slides

Similar to Workshop at IAMAS 2008-05-24

67WS Funnel by
67WS Funnel67WS Funnel
67WS FunnelShigeru Kobayashi
759 views115 slides
YCAM Workshop Part 2 by
YCAM Workshop Part 2YCAM Workshop Part 2
YCAM Workshop Part 2Shigeru Kobayashi
526 views71 slides
67WS Seminar Event by
67WS Seminar Event67WS Seminar Event
67WS Seminar EventShigeru Kobayashi
863 views155 slides
YCAM Workshop Part 1 by
YCAM Workshop Part 1YCAM Workshop Part 1
YCAM Workshop Part 1Shigeru Kobayashi
708 views66 slides
dotFes 2008 TOKYO by
dotFes 2008 TOKYOdotFes 2008 TOKYO
dotFes 2008 TOKYOShigeru Kobayashi
956 views62 slides
67WS Event FIO Primer by
67WS Event FIO Primer67WS Event FIO Primer
67WS Event FIO PrimerShigeru Kobayashi
2.2K views119 slides

Similar to Workshop at IAMAS 2008-05-24(20)

2014 09 12 Dia Programador Session Materials by Bruno Capuano
2014 09 12 Dia Programador Session Materials2014 09 12 Dia Programador Session Materials
2014 09 12 Dia Programador Session Materials
Bruno Capuano1.5K views
Getting Started With Raspberry Pi - UCSD 2013 by Tom Paulus
Getting Started With Raspberry Pi - UCSD 2013Getting Started With Raspberry Pi - UCSD 2013
Getting Started With Raspberry Pi - UCSD 2013
Tom Paulus1.9K views
Arduino: Intro and Digital I/O by June-Hao Hou
Arduino: Intro and Digital I/OArduino: Intro and Digital I/O
Arduino: Intro and Digital I/O
June-Hao Hou1.8K views
Cassiopeia Ltd - standard Arduino workshop by tomtobback
Cassiopeia Ltd - standard Arduino workshopCassiopeia Ltd - standard Arduino workshop
Cassiopeia Ltd - standard Arduino workshop
tomtobback3.7K views
Topviewsimulator by Rashmi
TopviewsimulatorTopviewsimulator
Topviewsimulator
Rashmi 1.1K views
Android Things in action by Stefano Sanna
Android Things in actionAndroid Things in action
Android Things in action
Stefano Sanna646 views

More from Shigeru Kobayashi

Maker Faireを持続可能にするには? by
Maker Faireを持続可能にするには?Maker Faireを持続可能にするには?
Maker Faireを持続可能にするには?Shigeru Kobayashi
427 views23 slides
Maker Faire Tokyo 2018 by
Maker Faire Tokyo 2018Maker Faire Tokyo 2018
Maker Faire Tokyo 2018Shigeru Kobayashi
1.2K views89 slides
IoT Workshop in Macao by
IoT Workshop in MacaoIoT Workshop in Macao
IoT Workshop in MacaoShigeru Kobayashi
1.6K views32 slides
Telematics Hackathon by
Telematics HackathonTelematics Hackathon
Telematics HackathonShigeru Kobayashi
1.1K views18 slides
テレマティクスハッカソン参加同意書 by
テレマティクスハッカソン参加同意書テレマティクスハッカソン参加同意書
テレマティクスハッカソン参加同意書Shigeru Kobayashi
2.4K views3 slides
monoFab Ideathon Meeting by
monoFab Ideathon MeetingmonoFab Ideathon Meeting
monoFab Ideathon MeetingShigeru Kobayashi
4K views32 slides

More from Shigeru Kobayashi(20)

Maker Faireを持続可能にするには? by Shigeru Kobayashi
Maker Faireを持続可能にするには?Maker Faireを持続可能にするには?
Maker Faireを持続可能にするには?
Shigeru Kobayashi427 views
テレマティクスハッカソン参加同意書 by Shigeru Kobayashi
テレマティクスハッカソン参加同意書テレマティクスハッカソン参加同意書
テレマティクスハッカソン参加同意書
Shigeru Kobayashi2.4K views
monoFabアイデアソンミーティング参加同意書 by Shigeru Kobayashi
monoFabアイデアソンミーティング参加同意書monoFabアイデアソンミーティング参加同意書
monoFabアイデアソンミーティング参加同意書
Shigeru Kobayashi2.8K views
情報学基礎:エレクトロニクス by Shigeru Kobayashi
情報学基礎:エレクトロニクス情報学基礎:エレクトロニクス
情報学基礎:エレクトロニクス
Shigeru Kobayashi2.4K views
Engadget電子工作部:インテルGalileoでガジェットを作ろう! by Shigeru Kobayashi
Engadget電子工作部:インテルGalileoでガジェットを作ろう!Engadget電子工作部:インテルGalileoでガジェットを作ろう!
Engadget電子工作部:インテルGalileoでガジェットを作ろう!
Shigeru Kobayashi1.4K views
イノベーション創出のファシリテータとしてのデジタル工作機械を備えた市民工房 by Shigeru Kobayashi
イノベーション創出のファシリテータとしてのデジタル工作機械を備えた市民工房イノベーション創出のファシリテータとしてのデジタル工作機械を備えた市民工房
イノベーション創出のファシリテータとしてのデジタル工作機械を備えた市民工房
Shigeru Kobayashi2.7K views
Rapid PrototypingからRapid Manufacturingへ by Shigeru Kobayashi
Rapid PrototypingからRapid ManufacturingへRapid PrototypingからRapid Manufacturingへ
Rapid PrototypingからRapid Manufacturingへ
Shigeru Kobayashi1.4K views
大阪市立大学大学院創造都市研究科ワークショップ by Shigeru Kobayashi
大阪市立大学大学院創造都市研究科ワークショップ大阪市立大学大学院創造都市研究科ワークショップ
大阪市立大学大学院創造都市研究科ワークショップ
IAMAS × 十六銀行:産学連携記念セミナー by Shigeru Kobayashi
IAMAS × 十六銀行:産学連携記念セミナーIAMAS × 十六銀行:産学連携記念セミナー
IAMAS × 十六銀行:産学連携記念セミナー
Shigeru Kobayashi1.4K views
品モノラボ#5:Maker × メーカー by Shigeru Kobayashi
品モノラボ#5:Maker × メーカー品モノラボ#5:Maker × メーカー
品モノラボ#5:Maker × メーカー
Shigeru Kobayashi2.1K views

Recently uploaded

20231123_Camunda Meetup Vienna.pdf by
20231123_Camunda Meetup Vienna.pdf20231123_Camunda Meetup Vienna.pdf
20231123_Camunda Meetup Vienna.pdfPhactum Softwareentwicklung GmbH
28 views73 slides
Tunable Laser (1).pptx by
Tunable Laser (1).pptxTunable Laser (1).pptx
Tunable Laser (1).pptxHajira Mahmood
23 views37 slides
Empathic Computing: Delivering the Potential of the Metaverse by
Empathic Computing: Delivering  the Potential of the MetaverseEmpathic Computing: Delivering  the Potential of the Metaverse
Empathic Computing: Delivering the Potential of the MetaverseMark Billinghurst
470 views80 slides
Microsoft Power Platform.pptx by
Microsoft Power Platform.pptxMicrosoft Power Platform.pptx
Microsoft Power Platform.pptxUni Systems S.M.S.A.
47 views38 slides
Perth MeetUp November 2023 by
Perth MeetUp November 2023 Perth MeetUp November 2023
Perth MeetUp November 2023 Michael Price
15 views44 slides
Lilypad @ Labweek, Istanbul, 2023.pdf by
Lilypad @ Labweek, Istanbul, 2023.pdfLilypad @ Labweek, Istanbul, 2023.pdf
Lilypad @ Labweek, Istanbul, 2023.pdfAlly339821
9 views45 slides

Recently uploaded(20)

Empathic Computing: Delivering the Potential of the Metaverse by Mark Billinghurst
Empathic Computing: Delivering  the Potential of the MetaverseEmpathic Computing: Delivering  the Potential of the Metaverse
Empathic Computing: Delivering the Potential of the Metaverse
Mark Billinghurst470 views
Perth MeetUp November 2023 by Michael Price
Perth MeetUp November 2023 Perth MeetUp November 2023
Perth MeetUp November 2023
Michael Price15 views
Lilypad @ Labweek, Istanbul, 2023.pdf by Ally339821
Lilypad @ Labweek, Istanbul, 2023.pdfLilypad @ Labweek, Istanbul, 2023.pdf
Lilypad @ Labweek, Istanbul, 2023.pdf
Ally3398219 views
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker26 views
Unit 1_Lecture 2_Physical Design of IoT.pdf by StephenTec
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf
StephenTec11 views
SAP Automation Using Bar Code and FIORI.pdf by Virendra Rai, PMP
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdf
6g - REPORT.pdf by Liveplex
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdf
Liveplex9 views
AMAZON PRODUCT RESEARCH.pdf by JerikkLaureta
AMAZON PRODUCT RESEARCH.pdfAMAZON PRODUCT RESEARCH.pdf
AMAZON PRODUCT RESEARCH.pdf
JerikkLaureta15 views
Attacking IoT Devices from a Web Perspective - Linux Day by Simone Onofri
Attacking IoT Devices from a Web Perspective - Linux Day Attacking IoT Devices from a Web Perspective - Linux Day
Attacking IoT Devices from a Web Perspective - Linux Day
Simone Onofri15 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software225 views
Transcript: The Details of Description Techniques tips and tangents on altern... by BookNet Canada
Transcript: The Details of Description Techniques tips and tangents on altern...Transcript: The Details of Description Techniques tips and tangents on altern...
Transcript: The Details of Description Techniques tips and tangents on altern...
BookNet Canada130 views
1st parposal presentation.pptx by i238212
1st parposal presentation.pptx1st parposal presentation.pptx
1st parposal presentation.pptx
i2382129 views

Workshop at IAMAS 2008-05-24