SlideShare ist ein Scribd-Unternehmen logo
1 von 45
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




                                                                   #07
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




• Processing                          "
                                                                 "
                   "
                        "
• Processing                                                           "
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)




                       www.processing.org




                                                2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




Sketch


• Processing                                       "
•            Sketch
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




size(400, 400);"
stroke(192, 0, 0)"
line(100, 100, 200, 200);
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




1.            Sketch           "
2.                         "
3.                 "
4.                             "
      1.               "
      2.                           "
      3.  3
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




size(400, 400);"      size(400, 400);"
                      "
stroke(192, 0, 0);"
                      stroke(192, 0, 0);"
line(100, 100, 200,   "
  200);
                      "
                      line(100, 100, 200,
                        200);
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




size(400, 400);"
stroke(192, 0, 0);"
line(100, 100, 200, 200);
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




•                "
         X   "
         Y   "
         X   "
         Y   "
•  4
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




line



       line(100, 100, 200, 200);
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




• size( ,        );"
•  "
    size(400, 400);"
    size(800, 600);"
    size(1900, 1200);
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




• point     "
• line    "
• ellipse       "
• rect
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




Processing
• RGB                                          "
   colorMode(RGB, 100, 100, 100, 100);"
                         "
• HSB                                                     "
   colorMode(HSB, 360, 100, 100, 100);"
                                           "
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




• colorMode                       "
• fill          "
• stroke           "
• noFill                      "
• noStroke                                          "
• background
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




• smooth                                        "
• strokeWeight
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




            "
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




•        "
                 "
                     "
•                                                                  "
             "
         "
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




•                                  "
•        "
             1, 2, 100, -1, -40"
             1.1, 175.2, 3.141592"
               "
      
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




• 
            "
•    line
            "



• 
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




int opacity;
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




•                                         "
                       "
                           "
•                                                                      "
•                                                                      "
          aaa, foo, a10"
      ×   12345, 1_a
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




•        "
• E.g.                                                              "
•            "
                           "
                           "
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




Java
           	
             	
                                 	

int	
           	
             -1, 0, 1, 100, 10000	

float 	
        	
             1.0, -0.91, 3.141567474	

char	
          	
             A, b, c, d	

String	
             	
        Abcdefg,                           	

boolean	
            	
        true, false
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




opacity = 50;
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




int opacity = 50;"
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




10
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




                   10

s = random(0, 100);"
x = random(s, 400 – s);"
y = random(s, 400 – s);"
ellipse(x, y, s, s);
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




while

        while(     ){"
        "    "
        }"
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




while                          10
int i = 0;"
while(i < 10){"
 s = random(0, 100);"
    x = random(s, 400 – s);"
    y = random(s, 400 – s);"
    ellipse(x, y, s, s);"
    i = i + 1;"
}
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




• ==        "
• !=                    "
• <             "
• >             "
• <=                "
• >=                "
N. Shimizu (chiko@sfc.keio.ac.jp / @chikoski)   2011/06/23




• 
     400x400"
•                        "
•  100                       "
•                                                     "
• 

Weitere ähnliche Inhalte

Ähnlich wie 論理思考とプログラミング 2011春#07

Ähnlich wie 論理思考とプログラミング 2011春#07 (7)

メディア表現技法a2011 #05
メディア表現技法a2011 #05メディア表現技法a2011 #05
メディア表現技法a2011 #05
 
Shukutoku ipl 2011_12
Shukutoku ipl 2011_12Shukutoku ipl 2011_12
Shukutoku ipl 2011_12
 
メディア表現技法a 2011#04
メディア表現技法a 2011#04メディア表現技法a 2011#04
メディア表現技法a 2011#04
 
Alloy20110922 01
Alloy20110922 01Alloy20110922 01
Alloy20110922 01
 
メディア表現技法a2011#03
メディア表現技法a2011#03メディア表現技法a2011#03
メディア表現技法a2011#03
 
Alloy20110922 02
Alloy20110922 02Alloy20110922 02
Alloy20110922 02
 
MP2011#02
MP2011#02MP2011#02
MP2011#02
 

Mehr von Noritada Shimizu

20150512 webgl-off-the-main-thread
20150512 webgl-off-the-main-thread20150512 webgl-off-the-main-thread
20150512 webgl-off-the-main-threadNoritada Shimizu
 
asm.js x emscripten: The foundation of the next level Web games
asm.js x emscripten: The foundation of the next level Web gamesasm.js x emscripten: The foundation of the next level Web games
asm.js x emscripten: The foundation of the next level Web gamesNoritada Shimizu
 
Mozilla とブラウザゲーム
Mozilla とブラウザゲームMozilla とブラウザゲーム
Mozilla とブラウザゲームNoritada Shimizu
 
2016 gunma.web games-and-asm.js
2016 gunma.web games-and-asm.js2016 gunma.web games-and-asm.js
2016 gunma.web games-and-asm.jsNoritada Shimizu
 
20151128 firefoxos-handson
20151128 firefoxos-handson20151128 firefoxos-handson
20151128 firefoxos-handsonNoritada Shimizu
 
Inspection & Tweak: Firefox を使ったフロント開発
Inspection & Tweak: Firefox を使ったフロント開発Inspection & Tweak: Firefox を使ったフロント開発
Inspection & Tweak: Firefox を使ったフロント開発Noritada Shimizu
 
20150829 firefox-os-handson
20150829 firefox-os-handson20150829 firefox-os-handson
20150829 firefox-os-handsonNoritada Shimizu
 
20150727 Development tools for Firefox OS apps
20150727 Development tools for Firefox OS apps20150727 Development tools for Firefox OS apps
20150727 Development tools for Firefox OS appsNoritada Shimizu
 
Firefox OS でアプリを作るときに気をつけたい N 個のこと
Firefox OS  でアプリを作るときに気をつけたい N 個のことFirefox OS  でアプリを作るときに気をつけたい N 個のこと
Firefox OS でアプリを作るときに気をつけたい N 個のことNoritada Shimizu
 
Firefox OSアプリ開発ハンズオン(Hello World編)
Firefox OSアプリ開発ハンズオン(Hello World編)Firefox OSアプリ開発ハンズオン(Hello World編)
Firefox OSアプリ開発ハンズオン(Hello World編)Noritada Shimizu
 
WebVR(html5j TV部、WebVRとかVRのUIとか勉強会)
WebVR(html5j TV部、WebVRとかVRのUIとか勉強会)WebVR(html5j TV部、WebVRとかVRのUIとか勉強会)
WebVR(html5j TV部、WebVRとかVRのUIとか勉強会)Noritada Shimizu
 
Application submission, management and manetization in Firefox Marketplace
Application submission, management and manetization in Firefox MarketplaceApplication submission, management and manetization in Firefox Marketplace
Application submission, management and manetization in Firefox MarketplaceNoritada Shimizu
 

Mehr von Noritada Shimizu (20)

20160803 devrel
20160803 devrel20160803 devrel
20160803 devrel
 
20160713 webvr
20160713 webvr20160713 webvr
20160713 webvr
 
20160601 devtools
20160601 devtools20160601 devtools
20160601 devtools
 
20150512 webgl-off-the-main-thread
20150512 webgl-off-the-main-thread20150512 webgl-off-the-main-thread
20150512 webgl-off-the-main-thread
 
20160428 html5jwebplat
20160428 html5jwebplat20160428 html5jwebplat
20160428 html5jwebplat
 
asm.js x emscripten: The foundation of the next level Web games
asm.js x emscripten: The foundation of the next level Web gamesasm.js x emscripten: The foundation of the next level Web games
asm.js x emscripten: The foundation of the next level Web games
 
Mozilla とブラウザゲーム
Mozilla とブラウザゲームMozilla とブラウザゲーム
Mozilla とブラウザゲーム
 
2016 gunma.web games-and-asm.js
2016 gunma.web games-and-asm.js2016 gunma.web games-and-asm.js
2016 gunma.web games-and-asm.js
 
20151224-games
20151224-games20151224-games
20151224-games
 
20151128 firefoxos-handson
20151128 firefoxos-handson20151128 firefoxos-handson
20151128 firefoxos-handson
 
20151117 devtools
20151117 devtools20151117 devtools
20151117 devtools
 
Inspection & Tweak: Firefox を使ったフロント開発
Inspection & Tweak: Firefox を使ったフロント開発Inspection & Tweak: Firefox を使ったフロント開発
Inspection & Tweak: Firefox を使ったフロント開発
 
20150822 osc-shimane
20150822 osc-shimane20150822 osc-shimane
20150822 osc-shimane
 
20150829 firefox-os-handson
20150829 firefox-os-handson20150829 firefox-os-handson
20150829 firefox-os-handson
 
20150829 firefox-os
20150829 firefox-os20150829 firefox-os
20150829 firefox-os
 
20150727 Development tools for Firefox OS apps
20150727 Development tools for Firefox OS apps20150727 Development tools for Firefox OS apps
20150727 Development tools for Firefox OS apps
 
Firefox OS でアプリを作るときに気をつけたい N 個のこと
Firefox OS  でアプリを作るときに気をつけたい N 個のことFirefox OS  でアプリを作るときに気をつけたい N 個のこと
Firefox OS でアプリを作るときに気をつけたい N 個のこと
 
Firefox OSアプリ開発ハンズオン(Hello World編)
Firefox OSアプリ開発ハンズオン(Hello World編)Firefox OSアプリ開発ハンズオン(Hello World編)
Firefox OSアプリ開発ハンズオン(Hello World編)
 
WebVR(html5j TV部、WebVRとかVRのUIとか勉強会)
WebVR(html5j TV部、WebVRとかVRのUIとか勉強会)WebVR(html5j TV部、WebVRとかVRのUIとか勉強会)
WebVR(html5j TV部、WebVRとかVRのUIとか勉強会)
 
Application submission, management and manetization in Firefox Marketplace
Application submission, management and manetization in Firefox MarketplaceApplication submission, management and manetization in Firefox Marketplace
Application submission, management and manetization in Firefox Marketplace
 

Kürzlich hochgeladen

Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...lizamodels9
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxpriyanshujha201
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityEric T. Tung
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...amitlee9823
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayNZSG
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperityhemanthkumar470700
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...rajveerescorts2022
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture conceptP&CO
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756dollysharma2066
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1kcpayne
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...Aggregage
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noidadlhescort
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
John Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfJohn Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfAmzadHosen3
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 

Kürzlich hochgeladen (20)

Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture concept
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
John Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfJohn Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdf
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 

論理思考とプログラミング 2011春#07