狠狠撸

狠狠撸Share a Scribd company logo
Smalruby
Speakers: Kouji Takao, Nobuyuki Honda
2017.09.20 15:50 - 16:30, Dahlia #rubykaigiB, RubyKaigi 2017 at International Conference Center Hiroshima, Hiroshima, Japan
Speakers: Kouji Takao
2 / 48
Speakers: Nobuyuki Honda
3 / 48
Ruby Programming Shounendan
● Promoting the joy of programming to many kids.
一人でも多くの青少年にプログラミングの喜びを!
● Building internet safety awareness for kids through
programming!
プログラミングを通じて青少年とネット社会との関わり方
を考える組織を地域社会の中に!
4 / 48
Matsue City, Shimane
http://en.wikipedia.org/wiki/File:Japan_location_map_with_side_map_of_the_Ryukyu_Islands.svg : Maximilian D?rrbecker (Chumwa) CC-BY-SA 3.0CC by SA
Matz-e
5 / 48
Workshop
●Trial:
Instroducing Ruby for kids and parents
●Dojo:
Computer programming clubs
(like CoderDojo)
6 / 48
Development
●Materials
Textbook, Worksheet, etc.
●Tools
Smalruby: Visual programming environment
Smalrubot: Robot controlled by smalruby
7 / 48
Agenda
●Programning Education in Japan
●"Scratch"
●Smalruby
8 / 48
Programming
Education
in Japan
9 / 48
Books
●Hello Ruby
●Manga
●For non-tech parent
10 / 48
TV Show: "Why! Programming"
11 / 48
CoderDojo
●Programming club for young person aged 7 ? 17
●World wide 1,250 Dojo
●Over 93 Dojo in Japan
12 / 48
Compulsory Education:義務教育
●2012: For ages 13-15
●2020: For ages 6 - 12
13 / 48
Background
● Fourth Industrial Revolution
第4次産業革命
IoT, Big Data, AI, etc.
●Computational Thinking for elementary
school in Japan
プログラミング的思考
14 / 48
Computational Thinking for elementary
school in Japan
●Ability to think logically the following three
things to realize the series of activities that
you intend
自分が意図する一連の活動を実現するために次の
3つのことを論理的に考えていく力
15 / 48
Computational Thinking for elementary
school in Japan
1. What kind of movement combination is
necessary
どのような動きの組合せが必要か
16 / 48
Computational Thinking for elementary
school in Japan
2. How to combine symbols corresponding
to each movement
一つ一つの動きに対応した記号を、どのように
組み合わせたらいいのか
17 / 48
Computational Thinking for elementary
school in Japan
3. How can we improve the combination of
symbols to get closer to the intended
activities
記号の組合せをどのように改善していけば、よ
り意図した活動に近づくのか
18 / 48
Origin of Computational Thinking for
elementary school in Japan
●Jeannette M. Wing, Computational Thinking,
Communications of the ACM, Vol.49, No.3, pp.33-35,
Mar. 2006
https://www.cs.cmu.edu/ 15110-s13/Wing06-ct.pdf
●翻訳中島秀之, 計算論的思考,
情報処理 Vol.56 No.6
June 2015
https://www.cs.cmu.edu/afs/cs/usr/wing/www/ct-japanese.pdf
19 / 48
"Scratch"
20 / 48
"Scratch"
●Visual Programming Environment
Programming Language, Script Editor
Paint/Draw Editor, Sound Editor
●Web Browser Application (Flash)
●SNS (Forum)
●Remix (like GitHub's Fork)
21 / 48
"Scratch"
●Over 20,000,000 users world wide
●Over 200,000 users in Japan
●Used by the majority of educational
organizations in Japan
22 / 48
23
日本語
English
24
日本語
English
25
日本語
English
26
日本語
English
27
日本語English
28
日本語
English
29
Super Brave Bros 2.0 :
スーパー勇者ブラザーズ2.0
30 / 48https://scratch.mit.edu/projects/47142062/
Smalruby
31 / 48
Motivation
Scratch on
Ruby World
32 / 48
Motivation
20,000,000 Scratchers
↓
Rubyists
33 / 48
Smalruby
●Scratch's API for Ruby
Scratch:
Ruby: move(10)
34 / 48
forever do
turn_cw(15)
end
日本語
English
35
if (Time.now.sec % 3) == 0
say(message: "Fizz")
else
say(message:
Time.now.sec)
end
日本語
English
36
日本語
English
@v = 15
until y < 0
y += @v
@v += -1
await
end
37
日本語
English
@v = 15
until
touching_color?(
0x2E, 0xFE, 0x2E)
y += @v
@v += -1
await
end
38
English
def sprite1.jump(v0)
@v = v0
until touching_color?(
0x2E, 0xFE, 0x2E)
y += @v
@v += -1
await
end
end
39
日本語
English
sprite1.when(
:receive, "Hey Cat1") do
jump(15)
broadcast("Hey Cat2")
end
40
Architecture
Smalruby::
Character
Stage
< Character
EventHandler
World
Variables: characters, stages, event_handlers
Main Loop
41 / 48
DXRuby / dxruby_sdl
●DXRuby (Windows)
Game library on Windows DirectX for beginers
http://dxruby.osdn.jp/
●dxruby_sdl (Mac, Linux)
DXRuby API on SDL/Ruby
https://github.com/smalruby/dxruby_sdl
42 / 48
Ruby "Super Brave Bros 2.0"
43 / 48
20,000,000 _
Scratchers ≒ Rubyists (?)
44 / 48
Conclusion
●Programning Education in Japan
Books, TV Show
CoderDojo: 93 Dojo
Compulsory Education: For ages 6-12 & 13-15
●"Scratch
Defact standard for programming education
●Smalruby
Scratch's API for Ruby
Scratcher Rubyist
45 / 48
Ruby Programming Shounendan
● Promoting the joy of programming to many kids.
一人でも多くの青少年にプログラミングの喜びを!
● Building internet safety awareness for kids through
programming!
プログラミングを通じて青少年とネット社会との関わり方
を考える組織を地域社会の中に!
46 / 48
Welcome Developers
●GitHub: smalruby/smalruby
47 / 48
Thanks!
Q&A

More Related Content

Similar to Smalruby - The neat thing to connect Rubyists and Scratchers - (20)

Scratch
ScratchScratch
Scratch
wardson
?
Scratch
ScratchScratch
Scratch
wardson
?
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-J?NN, INRIA & Mangaki
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-J?NN, INRIA & Mangaki #OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-J?NN, INRIA & Mangaki
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-J?NN, INRIA & Mangaki
Paris Open Source Summit
?
XR mission possible
XR mission possibleXR mission possible
XR mission possible
Plamen Miltenoff
?
GDSC KIIT - Info Session.pdf
GDSC KIIT - Info Session.pdfGDSC KIIT - Info Session.pdf
GDSC KIIT - Info Session.pdf
Harshil Gupta
?
Program Curriculum Code game in Scratch Star Hunter
Program Curriculum Code game in Scratch Star HunterProgram Curriculum Code game in Scratch Star Hunter
Program Curriculum Code game in Scratch Star Hunter
Tobias Hauser
?
STEAM & Making in Informal Learning Environments Community of Practice - Codi...
STEAM & Making in Informal Learning Environments Community of Practice - Codi...STEAM & Making in Informal Learning Environments Community of Practice - Codi...
STEAM & Making in Informal Learning Environments Community of Practice - Codi...
Fayetteville Free Library
?
Vasavi college of engineering%0 b(autonomous)
Vasavi college of engineering%0 b(autonomous)Vasavi college of engineering%0 b(autonomous)
Vasavi college of engineering%0 b(autonomous)
Narsimha Putta
?
STEM Programming Ideas at the Library.pdf
STEM Programming Ideas at the Library.pdfSTEM Programming Ideas at the Library.pdf
STEM Programming Ideas at the Library.pdf
Brian Pichman
?
01. Introduction to concept mapping
01. Introduction to concept mapping01. Introduction to concept mapping
01. Introduction to concept mapping
Lawrie Hunter
?
Maker Boot Camp
Maker Boot CampMaker Boot Camp
Maker Boot Camp
St. Petersburg College
?
Nikhil Bagde Software Engineer
Nikhil Bagde Software EngineerNikhil Bagde Software Engineer
Nikhil Bagde Software Engineer
Nikhil Bagde
?
Kids Can Code
Kids Can CodeKids Can Code
Kids Can Code
eLearning Consortium 電子學習聯盟
?
Jaist satellite 20180301 v6
Jaist satellite 20180301 v6Jaist satellite 20180301 v6
Jaist satellite 20180301 v6
home
?
Introduction-to-Generative-AI-CATL-Presentation-狠狠撸s.pdf
Introduction-to-Generative-AI-CATL-Presentation-狠狠撸s.pdfIntroduction-to-Generative-AI-CATL-Presentation-狠狠撸s.pdf
Introduction-to-Generative-AI-CATL-Presentation-狠狠撸s.pdf
ajanakiramayya
?
Osis18_Cloud : Software-heritage
Osis18_Cloud : Software-heritageOsis18_Cloud : Software-heritage
Osis18_Cloud : Software-heritage
P?le Systematic Paris-Region
?
Teaching computer coding and its impact on Humanities
Teaching computer coding and its impact on HumanitiesTeaching computer coding and its impact on Humanities
Teaching computer coding and its impact on Humanities
Mokhtar Ben Henda
?
What’s New and Exciting in Library Makerspaces
What’s New and Exciting in Library MakerspacesWhat’s New and Exciting in Library Makerspaces
What’s New and Exciting in Library Makerspaces
St. Petersburg College
?
Shaping the Future of Automatic Programming
Shaping the Future of Automatic ProgrammingShaping the Future of Automatic Programming
Shaping the Future of Automatic Programming
Christos Tsakostas
?
IA377 Seminar FEEC-UNICAMP Intro classpdf
IA377 Seminar FEEC-UNICAMP Intro classpdfIA377 Seminar FEEC-UNICAMP Intro classpdf
IA377 Seminar FEEC-UNICAMP Intro classpdf
Christian Esteve Rothenberg
?
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-J?NN, INRIA & Mangaki
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-J?NN, INRIA & Mangaki #OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-J?NN, INRIA & Mangaki
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-J?NN, INRIA & Mangaki
Paris Open Source Summit
?
GDSC KIIT - Info Session.pdf
GDSC KIIT - Info Session.pdfGDSC KIIT - Info Session.pdf
GDSC KIIT - Info Session.pdf
Harshil Gupta
?
Program Curriculum Code game in Scratch Star Hunter
Program Curriculum Code game in Scratch Star HunterProgram Curriculum Code game in Scratch Star Hunter
Program Curriculum Code game in Scratch Star Hunter
Tobias Hauser
?
STEAM & Making in Informal Learning Environments Community of Practice - Codi...
STEAM & Making in Informal Learning Environments Community of Practice - Codi...STEAM & Making in Informal Learning Environments Community of Practice - Codi...
STEAM & Making in Informal Learning Environments Community of Practice - Codi...
Fayetteville Free Library
?
Vasavi college of engineering%0 b(autonomous)
Vasavi college of engineering%0 b(autonomous)Vasavi college of engineering%0 b(autonomous)
Vasavi college of engineering%0 b(autonomous)
Narsimha Putta
?
STEM Programming Ideas at the Library.pdf
STEM Programming Ideas at the Library.pdfSTEM Programming Ideas at the Library.pdf
STEM Programming Ideas at the Library.pdf
Brian Pichman
?
01. Introduction to concept mapping
01. Introduction to concept mapping01. Introduction to concept mapping
01. Introduction to concept mapping
Lawrie Hunter
?
Nikhil Bagde Software Engineer
Nikhil Bagde Software EngineerNikhil Bagde Software Engineer
Nikhil Bagde Software Engineer
Nikhil Bagde
?
Jaist satellite 20180301 v6
Jaist satellite 20180301 v6Jaist satellite 20180301 v6
Jaist satellite 20180301 v6
home
?
Introduction-to-Generative-AI-CATL-Presentation-狠狠撸s.pdf
Introduction-to-Generative-AI-CATL-Presentation-狠狠撸s.pdfIntroduction-to-Generative-AI-CATL-Presentation-狠狠撸s.pdf
Introduction-to-Generative-AI-CATL-Presentation-狠狠撸s.pdf
ajanakiramayya
?
Teaching computer coding and its impact on Humanities
Teaching computer coding and its impact on HumanitiesTeaching computer coding and its impact on Humanities
Teaching computer coding and its impact on Humanities
Mokhtar Ben Henda
?
What’s New and Exciting in Library Makerspaces
What’s New and Exciting in Library MakerspacesWhat’s New and Exciting in Library Makerspaces
What’s New and Exciting in Library Makerspaces
St. Petersburg College
?
Shaping the Future of Automatic Programming
Shaping the Future of Automatic ProgrammingShaping the Future of Automatic Programming
Shaping the Future of Automatic Programming
Christos Tsakostas
?

More from 宏治 高尾 (12)

小学生3年生から使える搁耻产测のビジュアルプログラミングエディタ「スモウルビー」と、それを活用した任意団体「搁耻产测プログラミング少年団」摆第7回フクオカ...
小学生3年生から使える搁耻产测のビジュアルプログラミングエディタ「スモウルビー」と、それを活用した任意団体「搁耻产测プログラミング少年団」摆第7回フクオカ...小学生3年生から使える搁耻产测のビジュアルプログラミングエディタ「スモウルビー」と、それを活用した任意団体「搁耻产测プログラミング少年団」摆第7回フクオカ...
小学生3年生から使える搁耻产测のビジュアルプログラミングエディタ「スモウルビー」と、それを活用した任意団体「搁耻产测プログラミング少年団」摆第7回フクオカ...
宏治 高尾
?
(final version) KIDS, RUBY, FUN! - Introduction of the Smalruby and Ruby Pro...
(final version) KIDS, RUBY, FUN! - Introduction of the Smalruby and RubyPro...(final version) KIDS, RUBY, FUN! - Introduction of the Smalruby and RubyPro...
(final version) KIDS, RUBY, FUN! - Introduction of the Smalruby and Ruby Pro...
宏治 高尾
?
Kids, Ruby, Fun! ぼくたち、 Rubyプログラミング少年団! ?小学生からはじめる Ruby プログラミング?
Kids,Ruby,Fun! ぼくたち、 Rubyプログラミング少年団! ?小学生からはじめる Ruby プログラミング?Kids,Ruby,Fun! ぼくたち、 Rubyプログラミング少年団! ?小学生からはじめる Ruby プログラミング?
Kids, Ruby, Fun! ぼくたち、 Rubyプログラミング少年団! ?小学生からはじめる Ruby プログラミング?
宏治 高尾
?
Kids, Ruby, Run! - Introduction of the Smalruby and the Ruby Programming Shou...
Kids, Ruby, Run! - Introduction of the Smalruby and the Ruby Programming Shou...Kids, Ruby, Run! - Introduction of the Smalruby and the Ruby Programming Shou...
Kids, Ruby, Run! - Introduction of the Smalruby and the Ruby Programming Shou...
宏治 高尾
?
ぼくたち搁耻产测プログラミング少年団!~小?中学生向けプログラミング言语搁耻产测の学习塾の运営、学习教材の开発?贩売事业~
ぼくたち搁耻产测プログラミング少年団!~小?中学生向けプログラミング言语搁耻产测の学习塾の运営、学习教材の开発?贩売事业~ぼくたち搁耻产测プログラミング少年団!~小?中学生向けプログラミング言语搁耻产测の学习塾の运営、学习教材の开発?贩売事业~
ぼくたち搁耻产测プログラミング少年団!~小?中学生向けプログラミング言语搁耻产测の学习塾の运営、学习教材の开発?贩売事业~
宏治 高尾
?
勉强会をはじめよう
勉强会をはじめよう勉强会をはじめよう
勉强会をはじめよう
宏治 高尾
?
Mac Rubyではじめる!Macアプリ開発入門
Mac Rubyではじめる!Macアプリ開発入門Mac Rubyではじめる!Macアプリ開発入門
Mac Rubyではじめる!Macアプリ開発入門
宏治 高尾
?
MacRuby on Rails
MacRuby on RailsMacRuby on Rails
MacRuby on Rails
宏治 高尾
?
MacRuby on Rails
MacRuby on RailsMacRuby on Rails
MacRuby on Rails
宏治 高尾
?
やさしい惭补迟锄の作り方
やさしい惭补迟锄の作り方やさしい惭补迟锄の作り方
やさしい惭补迟锄の作り方
宏治 高尾
?
RubyによるMac OS Xデスクトップアプリケーション開発入門--Snow Leopard対応版
RubyによるMac OS Xデスクトップアプリケーション開発入門--Snow Leopard対応版RubyによるMac OS Xデスクトップアプリケーション開発入門--Snow Leopard対応版
RubyによるMac OS Xデスクトップアプリケーション開発入門--Snow Leopard対応版
宏治 高尾
?
RubyによるMac OS Xデスクトップアプリケーション開発入門
RubyによるMac OS Xデスクトップアプリケーション開発入門RubyによるMac OS Xデスクトップアプリケーション開発入門
RubyによるMac OS Xデスクトップアプリケーション開発入門
宏治 高尾
?
小学生3年生から使える搁耻产测のビジュアルプログラミングエディタ「スモウルビー」と、それを活用した任意団体「搁耻产测プログラミング少年団」摆第7回フクオカ...
小学生3年生から使える搁耻产测のビジュアルプログラミングエディタ「スモウルビー」と、それを活用した任意団体「搁耻产测プログラミング少年団」摆第7回フクオカ...小学生3年生から使える搁耻产测のビジュアルプログラミングエディタ「スモウルビー」と、それを活用した任意団体「搁耻产测プログラミング少年団」摆第7回フクオカ...
小学生3年生から使える搁耻产测のビジュアルプログラミングエディタ「スモウルビー」と、それを活用した任意団体「搁耻产测プログラミング少年団」摆第7回フクオカ...
宏治 高尾
?
(final version) KIDS, RUBY, FUN! - Introduction of the Smalruby and Ruby Pro...
(final version) KIDS, RUBY, FUN! - Introduction of the Smalruby and RubyPro...(final version) KIDS, RUBY, FUN! - Introduction of the Smalruby and RubyPro...
(final version) KIDS, RUBY, FUN! - Introduction of the Smalruby and Ruby Pro...
宏治 高尾
?
Kids, Ruby, Fun! ぼくたち、 Rubyプログラミング少年団! ?小学生からはじめる Ruby プログラミング?
Kids,Ruby,Fun! ぼくたち、 Rubyプログラミング少年団! ?小学生からはじめる Ruby プログラミング?Kids,Ruby,Fun! ぼくたち、 Rubyプログラミング少年団! ?小学生からはじめる Ruby プログラミング?
Kids, Ruby, Fun! ぼくたち、 Rubyプログラミング少年団! ?小学生からはじめる Ruby プログラミング?
宏治 高尾
?
Kids, Ruby, Run! - Introduction of the Smalruby and the Ruby Programming Shou...
Kids, Ruby, Run! - Introduction of the Smalruby and the Ruby Programming Shou...Kids, Ruby, Run! - Introduction of the Smalruby and the Ruby Programming Shou...
Kids, Ruby, Run! - Introduction of the Smalruby and the Ruby Programming Shou...
宏治 高尾
?
ぼくたち搁耻产测プログラミング少年団!~小?中学生向けプログラミング言语搁耻产测の学习塾の运営、学习教材の开発?贩売事业~
ぼくたち搁耻产测プログラミング少年団!~小?中学生向けプログラミング言语搁耻产测の学习塾の运営、学习教材の开発?贩売事业~ぼくたち搁耻产测プログラミング少年団!~小?中学生向けプログラミング言语搁耻产测の学习塾の运営、学习教材の开発?贩売事业~
ぼくたち搁耻产测プログラミング少年団!~小?中学生向けプログラミング言语搁耻产测の学习塾の运営、学习教材の开発?贩売事业~
宏治 高尾
?
勉强会をはじめよう
勉强会をはじめよう勉强会をはじめよう
勉强会をはじめよう
宏治 高尾
?
Mac Rubyではじめる!Macアプリ開発入門
Mac Rubyではじめる!Macアプリ開発入門Mac Rubyではじめる!Macアプリ開発入門
Mac Rubyではじめる!Macアプリ開発入門
宏治 高尾
?
やさしい惭补迟锄の作り方
やさしい惭补迟锄の作り方やさしい惭补迟锄の作り方
やさしい惭补迟锄の作り方
宏治 高尾
?
RubyによるMac OS Xデスクトップアプリケーション開発入門--Snow Leopard対応版
RubyによるMac OS Xデスクトップアプリケーション開発入門--Snow Leopard対応版RubyによるMac OS Xデスクトップアプリケーション開発入門--Snow Leopard対応版
RubyによるMac OS Xデスクトップアプリケーション開発入門--Snow Leopard対応版
宏治 高尾
?
RubyによるMac OS Xデスクトップアプリケーション開発入門
RubyによるMac OS Xデスクトップアプリケーション開発入門RubyによるMac OS Xデスクトップアプリケーション開発入門
RubyによるMac OS Xデスクトップアプリケーション開発入門
宏治 高尾
?

Recently uploaded (20)

Fuel Injection in Compression Ignition Engine
Fuel Injection in Compression Ignition EngineFuel Injection in Compression Ignition Engine
Fuel Injection in Compression Ignition Engine
NileshKumbhar21
?
Choosing the Right Marketing Technology Stack for Your Nonprofit.pdf
Choosing the Right Marketing Technology Stack for Your Nonprofit.pdfChoosing the Right Marketing Technology Stack for Your Nonprofit.pdf
Choosing the Right Marketing Technology Stack for Your Nonprofit.pdf
TechSoup
?
Introduction to PRISMA: Common Pitfalls & Best Practices in Systematic Review...
Introduction to PRISMA: Common Pitfalls & Best Practices in Systematic Review...Introduction to PRISMA: Common Pitfalls & Best Practices in Systematic Review...
Introduction to PRISMA: Common Pitfalls & Best Practices in Systematic Review...
Systematic Reviews Network (SRN)
?
Collect information and produce statistics on the trade in goods using Intras...
Collect information and produce statistics on the trade in goods using Intras...Collect information and produce statistics on the trade in goods using Intras...
Collect information and produce statistics on the trade in goods using Intras...
Celine George
?
Subscription plan in odoo 17 - Odoo 狠狠撸s
Subscription plan in odoo 17 - Odoo 狠狠撸sSubscription plan in odoo 17 - Odoo 狠狠撸s
Subscription plan in odoo 17 - Odoo 狠狠撸s
Celine George
?
The basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptxThe basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptx
heathfieldcps1
?
Kothari Commission Recommendations And Their Implementation.pptx
Kothari Commission Recommendations And Their Implementation.pptxKothari Commission Recommendations And Their Implementation.pptx
Kothari Commission Recommendations And Their Implementation.pptx
Dr. JN Gorai, PhD
?
The Paradox of Perfection - Publecture (EOS VU Amsterdam)
The Paradox of Perfection - Publecture (EOS VU Amsterdam)The Paradox of Perfection - Publecture (EOS VU Amsterdam)
The Paradox of Perfection - Publecture (EOS VU Amsterdam)
Wico Mulder
?
National Policy On Education-1986 (Objectives And Major Recommendations).pptx
National Policy On Education-1986 (Objectives And Major Recommendations).pptxNational Policy On Education-1986 (Objectives And Major Recommendations).pptx
National Policy On Education-1986 (Objectives And Major Recommendations).pptx
Dr. JN Gorai, PhD
?
PLAY: Types, value and selection of play material PLAY THERAPY.pptx
PLAY: Types, value and selection of play material PLAY THERAPY.pptxPLAY: Types, value and selection of play material PLAY THERAPY.pptx
PLAY: Types, value and selection of play material PLAY THERAPY.pptx
PRADEEP ABOTHU
?
(ischemic heart disease) Angina by Jewel.pptx
(ischemic heart disease) Angina by Jewel.pptx(ischemic heart disease) Angina by Jewel.pptx
(ischemic heart disease) Angina by Jewel.pptx
Jewel
?
Unit 1 DVWA (Damn Vulnerable Web Application).docx
Unit 1 DVWA (Damn Vulnerable Web Application).docxUnit 1 DVWA (Damn Vulnerable Web Application).docx
Unit 1 DVWA (Damn Vulnerable Web Application).docx
ChatanBawankar
?
More Than Both Sides — Redefining Objectivity March 2025.pdf
More Than Both Sides — Redefining Objectivity March 2025.pdfMore Than Both Sides — Redefining Objectivity March 2025.pdf
More Than Both Sides — Redefining Objectivity March 2025.pdf
Logan Aimone
?
Opportunity Culture Models & ATR Legislation
Opportunity Culture Models & ATR LegislationOpportunity Culture Models & ATR Legislation
Opportunity Culture Models & ATR Legislation
EducationNC
?
Introduction to generative AI for PhD students
Introduction to generative AI for PhD studentsIntroduction to generative AI for PhD students
Introduction to generative AI for PhD students
Ana Canhoto
?
Utilization of the Hague System in light of the Expansion of Global Economic...
Utilization of the Hague System  in light of the Expansion of Global Economic...Utilization of the Hague System  in light of the Expansion of Global Economic...
Utilization of the Hague System in light of the Expansion of Global Economic...
MIPLM
?
UIDP 7Rs and AI 20250319 v4. digital twinspptx
UIDP 7Rs and AI 20250319 v4. digital twinspptxUIDP 7Rs and AI 20250319 v4. digital twinspptx
UIDP 7Rs and AI 20250319 v4. digital twinspptx
home
?
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
heathfieldcps1
?
Radiobutton in AWT Controls ( Java Applet)
Radiobutton in AWT Controls ( Java Applet)Radiobutton in AWT Controls ( Java Applet)
Radiobutton in AWT Controls ( Java Applet)
harlearncs
?
Fuel Injection in Compression Ignition Engine
Fuel Injection in Compression Ignition EngineFuel Injection in Compression Ignition Engine
Fuel Injection in Compression Ignition Engine
NileshKumbhar21
?
Choosing the Right Marketing Technology Stack for Your Nonprofit.pdf
Choosing the Right Marketing Technology Stack for Your Nonprofit.pdfChoosing the Right Marketing Technology Stack for Your Nonprofit.pdf
Choosing the Right Marketing Technology Stack for Your Nonprofit.pdf
TechSoup
?
Introduction to PRISMA: Common Pitfalls & Best Practices in Systematic Review...
Introduction to PRISMA: Common Pitfalls & Best Practices in Systematic Review...Introduction to PRISMA: Common Pitfalls & Best Practices in Systematic Review...
Introduction to PRISMA: Common Pitfalls & Best Practices in Systematic Review...
Systematic Reviews Network (SRN)
?
Collect information and produce statistics on the trade in goods using Intras...
Collect information and produce statistics on the trade in goods using Intras...Collect information and produce statistics on the trade in goods using Intras...
Collect information and produce statistics on the trade in goods using Intras...
Celine George
?
Subscription plan in odoo 17 - Odoo 狠狠撸s
Subscription plan in odoo 17 - Odoo 狠狠撸sSubscription plan in odoo 17 - Odoo 狠狠撸s
Subscription plan in odoo 17 - Odoo 狠狠撸s
Celine George
?
The basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptxThe basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptx
heathfieldcps1
?
Kothari Commission Recommendations And Their Implementation.pptx
Kothari Commission Recommendations And Their Implementation.pptxKothari Commission Recommendations And Their Implementation.pptx
Kothari Commission Recommendations And Their Implementation.pptx
Dr. JN Gorai, PhD
?
The Paradox of Perfection - Publecture (EOS VU Amsterdam)
The Paradox of Perfection - Publecture (EOS VU Amsterdam)The Paradox of Perfection - Publecture (EOS VU Amsterdam)
The Paradox of Perfection - Publecture (EOS VU Amsterdam)
Wico Mulder
?
National Policy On Education-1986 (Objectives And Major Recommendations).pptx
National Policy On Education-1986 (Objectives And Major Recommendations).pptxNational Policy On Education-1986 (Objectives And Major Recommendations).pptx
National Policy On Education-1986 (Objectives And Major Recommendations).pptx
Dr. JN Gorai, PhD
?
PLAY: Types, value and selection of play material PLAY THERAPY.pptx
PLAY: Types, value and selection of play material PLAY THERAPY.pptxPLAY: Types, value and selection of play material PLAY THERAPY.pptx
PLAY: Types, value and selection of play material PLAY THERAPY.pptx
PRADEEP ABOTHU
?
(ischemic heart disease) Angina by Jewel.pptx
(ischemic heart disease) Angina by Jewel.pptx(ischemic heart disease) Angina by Jewel.pptx
(ischemic heart disease) Angina by Jewel.pptx
Jewel
?
Unit 1 DVWA (Damn Vulnerable Web Application).docx
Unit 1 DVWA (Damn Vulnerable Web Application).docxUnit 1 DVWA (Damn Vulnerable Web Application).docx
Unit 1 DVWA (Damn Vulnerable Web Application).docx
ChatanBawankar
?
More Than Both Sides — Redefining Objectivity March 2025.pdf
More Than Both Sides — Redefining Objectivity March 2025.pdfMore Than Both Sides — Redefining Objectivity March 2025.pdf
More Than Both Sides — Redefining Objectivity March 2025.pdf
Logan Aimone
?
Opportunity Culture Models & ATR Legislation
Opportunity Culture Models & ATR LegislationOpportunity Culture Models & ATR Legislation
Opportunity Culture Models & ATR Legislation
EducationNC
?
Introduction to generative AI for PhD students
Introduction to generative AI for PhD studentsIntroduction to generative AI for PhD students
Introduction to generative AI for PhD students
Ana Canhoto
?
Utilization of the Hague System in light of the Expansion of Global Economic...
Utilization of the Hague System  in light of the Expansion of Global Economic...Utilization of the Hague System  in light of the Expansion of Global Economic...
Utilization of the Hague System in light of the Expansion of Global Economic...
MIPLM
?
UIDP 7Rs and AI 20250319 v4. digital twinspptx
UIDP 7Rs and AI 20250319 v4. digital twinspptxUIDP 7Rs and AI 20250319 v4. digital twinspptx
UIDP 7Rs and AI 20250319 v4. digital twinspptx
home
?
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
heathfieldcps1
?
Radiobutton in AWT Controls ( Java Applet)
Radiobutton in AWT Controls ( Java Applet)Radiobutton in AWT Controls ( Java Applet)
Radiobutton in AWT Controls ( Java Applet)
harlearncs
?

Smalruby - The neat thing to connect Rubyists and Scratchers -