SlideShare una empresa de Scribd logo
1 de 74
Kurdishdevelopers.com




                        2
Kurdishdevelopers.com




  HTML                  ,




                            3
Kurdishdevelopers.com




                        conditions

                                     functions




                                                 4
Kurdishdevelopers.com




                               
                               
                               
                               
                               
                               




                               



                        HTML
                                   5
Kurdishdevelopers.com
             links                forms




                                                                          
                                 Netscape

                                                                   Sun


                                                                          


                                                               ,


                                 object
   document             window
                                             events


         ,          ,
             platform
                                                                   independent
                     , case sensitive language

                                            DloVan    dlovan           Dlovan
                                                                              6
Kurdishdevelopers.com



                                   ;
                            html
                                           ,




                                       




                            HTML
                        ,




                                       




      ,

                                           7
Kurdishdevelopers.com



                                           Notepad


                                                                    




                                   Notepad++      notepad
                           internet browser
                        chrome       internet explorer
                                                          firefox

                                 notepadd++




                                                            c:javascrip
                                     javascript
                                                         kurdistan.html




                                                                        8
Kurdishdevelopers.com




                        kurdistan.html




                                     9
Kurdishdevelopers.com




                                             Mozilla Firefox
                                                   Google chrome
                                                               safari
                                                            Firefox
                        Internet Explorere

                                                                        10
Kurdishdevelopers.com




                        
                            11
Kurdishdevelopers.com




                                          comments                    


                                                                      

                                              alert       
                                              write       
                                            writeIn       
                                              print       

                                                                      
                                                confirm       
                                                prompt        




                                                                  


          HTML

<script>

</script>

                        <head>            tag
                                 <body>
                                                                          12
Kurdishdevelopers.com




                                          ,
                        <head>
                                 <body>




                                              13
Kurdishdevelopers.com




                        utf-8




                                14
Kurdishdevelopers.com




                        Tahoma ,Verdana ,ArabicTraditional ,

                                                               Zanst




                                                                  15
Kurdishdevelopers.com




                        event
                                onclick




                                          16
Kurdishdevelopers.com




                        javascript.js                  kurdistan.html
                                        .js        html




                               kurdistan.html




                                                javascript.js




                                                                    17
Kurdishdevelopers.com




                             kurdistan.html




                                         comments   




                        //
                                    //
                                                        18
Kurdishdevelopers.com




                        /* */
                                /*
                          */




                                     19
Kurdishdevelopers.com




                        document.write




                                         20
Kurdishdevelopers.com
                                             




                                 alert       o
                                         
                        window           
                                         




                                                 21
Kurdishdevelopers.com




                                   write       o
                                           
                        document           
                                           




                                                   22
Kurdishdevelopers.com




                        23
Kurdishdevelopers.com




                        Escaping Characters   


                                                  24
Kurdishdevelopers.com




                        '          '
                        "          "
 carriage return                   r



                                  n
                            Tab    t




                                        25
Kurdishdevelopers.com




                             writeIn       o
                                           

                                           




                        n


                                   print       o
                                               
                                                   26
Kurdishdevelopers.com
                                           window          
                                                           
window.print();


                                                           
                                             confirm   
                     alert
                  false    true
                                  window




                                                               27
Kurdishdevelopers.com




                            false   true
                        alert




                                           28
Kurdishdevelopers.com




                          ok
                        ok     true

                                      prompt   




                                                   29
Kurdishdevelopers.com




                        30
Kurdishdevelopers.com




                        31
Kurdishdevelopers.com




                        variables

                                               variables       
                                                           o
                                                           o
                                                           o
                                                           o

                                javascript keywords            
                                                                   32
Kurdishdevelopers.com




                             variables           
                                             o
,

               ,




                                             o


                        string           
                                                     33
Kurdishdevelopers.com
                                  numbers        
                        boolean                  
                                     null        




                                                     o


                                                          



                                                          
                                                          

                                                          



                                                  Address 
                                                   Name5 
                                               LastName 
                                              _firstName 
                                            Parent_Name 
                                                              34
Kurdishdevelopers.com




                                                               1stName   
                                                             ?subName    
                                                             Last name   
                                                               @userID   
          Last_Name

                                       LastName



                                LastName                lastName




                                                                   o


    var

              var firstName
                                                         ,




              Var firstName, lastName, userID;
                                                    ,

              Var firstName=”        ”, userID=1;
                                                                             35
Kurdishdevelopers.com
                        




                            36
Kurdishdevelopers.com




                                             username
                                                            prompt
var username = prompt ”                             ”,”              ”);
                        ”       “        username
alert(“                     ”+ username );



                                      javascript keywords            
                            ,




Break
 in
true
continue
                                                                           37
Kurdishdevelopers.com

int
 typeof
do
labeled
var
else
new
 void
false
null
while
for
return
with
function
switch
if
 this
abstract
final
protected
boolean
finally
                        38
Kurdishdevelopers.com

public
byte
float
short
case
goto
static
catch
implements
synchronized
char
import
super
class
instanceof
throw
const
interface
throws
default
long
transient
delete
                        39
Kurdishdevelopers.com

native
try
extend
 private
double
package




                                                  Operations       
                           Arthmetic Operations                o
             Concatenation Operators                           o
        comparison Operations                                  o
        logical operations                                     o
                                Unary Operation                o
                    Assignment Operations                      o
                                                               o
                     Operator Precedence                           
                   Exception Handling                              
                                                  with             
                                                                       40
Kurdishdevelopers.com




                                               Operations        
                        Arthmetic Operations                 o

                                                       +
                                                         -
                                                       :




              Window.alert(5 % 2);




                                                                     41
Kurdishdevelopers.com
                 Concatenation Operators                  o




                  comparison                              o
                                           Operations

                                           false   true

                                                   ==


                                                              42
Kurdishdevelopers.com




                         >
                         <
                        >=
                        <=




                             43
Kurdishdevelopers.com




         logical operations                                   o


                                        false   true




                              ” “
                                false                  true
                                                                  44
Kurdishdevelopers.com




                             true           True                true
                             true           False               False
                             False          true                False
                             False          False               False


                                                                        ||
                             true           ”       “
                        false                           true




                             true           True                true
                             true           False               true
                             False          true                true
                             False          False               False




                                                ”        “




                                     True               False

                                                                             45
Kurdishdevelopers.com
                        False   True




                                       46
Kurdishdevelopers.com




                        47
Kurdishdevelopers.com




                        Unary Operation   o




                                               --

                                              --




                                              48
Kurdishdevelopers.com




                        --




                             –




                                 49
Kurdishdevelopers.com




                        --




                             50
Kurdishdevelopers.com




                        Assignment Operations       o

                                                
                                                
                                                

                                                



                                                        51
Kurdishdevelopers.com




                                                 o
                                            ?:
                        Ternary operaiton




                                                     52
Kurdishdevelopers.com




                        true   num1 > 3




                                          53
Kurdishdevelopers.com




                        Operator Precedence   




2+4*3




                                                  54
Kurdishdevelopers.com




                        55
Kurdishdevelopers.com




                        56
Kurdishdevelopers.com
                   Exception Handling             




                                        F12




        num3



      catch      try                          ,




                                                      57
Kurdishdevelopers.com




                         try
                        catch
           e




                                58
Kurdishdevelopers.com




           e

                             Name 

                          Message 

                           Number 

                        Description 




                                        59
Kurdishdevelopers.com




                        60
Kurdishdevelopers.com




                        throw

                throw       ,




                                61
Kurdishdevelopers.com




                            throw




                        e           catch

                                            62
Kurdishdevelopers.com




                        Error   object
                                         throw




                                            63
Kurdishdevelopers.com




                               with             



                               Properties =

                                  Functions =

                        with




                                                    64
Kurdishdevelopers.com




                        window

                        window




                                 65
Kurdishdevelopers.com




                           Conditional Statements

                                                              if
                                                         switch


                Iteration Statements
                                                         for
                                                       while
                                                    do while
                                                                   66
Kurdishdevelopers.com




                        Conditional Statements




                                          if
                           If



                                     if

                                If
                                                 67
Kurdishdevelopers.com
                                      if

                  true

                                           null
                         if

                              false


if( } (
  //
}




                                                  68
Kurdishdevelopers.com




                                           if ... else

                               true
            ,           null
                               if
                                                         fase
                                      if
                                                                else
if( } (
  //
}else{
  //
}




                                                                   69
Kurdishdevelopers.com




              true

   false                if   null


                               70
Kurdishdevelopers.com
                                             if
     else                               if


if(                     ) } (
  //
else if(                        ) } (
  //
}else{
  //
}




                                                  71
Kurdishdevelopers.com




                        switch



                                 72
Kurdishdevelopers.com
,                             if                 switch
    ,                              if   switch




switch(                 ) }
case : "                  "

break;
case : "                 "
  //
break;
case : "                 "
  //
break;
default :
    //
}




                                                      default
switch(                 ) }
                                                                73
Kurdishdevelopers.com
case       : "          "

break;
case : "                "
  //
break;
case : "                "
  //
break;
    //
}

                            default



                              switch




                                       74

Más contenido relacionado

Destacado

Baliospena 1. gaia
Baliospena 1. gaiaBaliospena 1. gaia
Baliospena 1. gaiakatixa
 
Life correlated with_accounting_terms
Life correlated with_accounting_termsLife correlated with_accounting_terms
Life correlated with_accounting_termsnaveedakq
 
Itdpresentation9 20
Itdpresentation9 20Itdpresentation9 20
Itdpresentation9 20B.J. Roche
 
英文書報報告
英文書報報告英文書報報告
英文書報報告立偉 蔡
 
tutoria_4t_esoset2014
tutoria_4t_esoset2014tutoria_4t_esoset2014
tutoria_4t_esoset2014mariona09
 
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009finance36
 
City presentation
City presentationCity presentation
City presentationRaul Pareja
 
Tänk om grundsärskolan
Tänk om grundsärskolanTänk om grundsärskolan
Tänk om grundsärskolanlindagullberg
 
Att programmera med javascript grunder
Att programmera med javascript   grunderAtt programmera med javascript   grunder
Att programmera med javascript grunderHåkan Elderstig
 
Seguridad en Internet
Seguridad en InternetSeguridad en Internet
Seguridad en InternetPameluski
 
Whos The King Burger King
Whos The King Burger KingWhos The King Burger King
Whos The King Burger Kingguestd345262
 
Portfolio Management Services - What Can We Do For You?
Portfolio Management Services - What Can We Do For You?Portfolio Management Services - What Can We Do For You?
Portfolio Management Services - What Can We Do For You?Mark_Krygier
 
Restaurante Delicias
Restaurante DeliciasRestaurante Delicias
Restaurante DeliciasJuanki_37
 

Destacado (16)

Baliospena 1. gaia
Baliospena 1. gaiaBaliospena 1. gaia
Baliospena 1. gaia
 
Life correlated with_accounting_terms
Life correlated with_accounting_termsLife correlated with_accounting_terms
Life correlated with_accounting_terms
 
Itdpresentation9 20
Itdpresentation9 20Itdpresentation9 20
Itdpresentation9 20
 
英文書報報告
英文書報報告英文書報報告
英文書報報告
 
tutoria_4t_esoset2014
tutoria_4t_esoset2014tutoria_4t_esoset2014
tutoria_4t_esoset2014
 
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009
 
City presentation
City presentationCity presentation
City presentation
 
Tänk om grundsärskolan
Tänk om grundsärskolanTänk om grundsärskolan
Tänk om grundsärskolan
 
Misa Crismal
Misa CrismalMisa Crismal
Misa Crismal
 
Att programmera med javascript grunder
Att programmera med javascript   grunderAtt programmera med javascript   grunder
Att programmera med javascript grunder
 
Micro
MicroMicro
Micro
 
Seguridad en Internet
Seguridad en InternetSeguridad en Internet
Seguridad en Internet
 
Informatica
InformaticaInformatica
Informatica
 
Whos The King Burger King
Whos The King Burger KingWhos The King Burger King
Whos The King Burger King
 
Portfolio Management Services - What Can We Do For You?
Portfolio Management Services - What Can We Do For You?Portfolio Management Services - What Can We Do For You?
Portfolio Management Services - What Can We Do For You?
 
Restaurante Delicias
Restaurante DeliciasRestaurante Delicias
Restaurante Delicias
 

Similar a javascript

Ruby on Rails 101 - Presentation Slides for a Five Day Introductory Course
Ruby on Rails 101 - Presentation Slides for a Five Day Introductory CourseRuby on Rails 101 - Presentation Slides for a Five Day Introductory Course
Ruby on Rails 101 - Presentation Slides for a Five Day Introductory Coursepeter_marklund
 
A Lap Around Internet Explorer 8
A Lap Around Internet Explorer 8A Lap Around Internet Explorer 8
A Lap Around Internet Explorer 8rsnarayanan
 
Server Side Javascript
Server Side JavascriptServer Side Javascript
Server Side Javascriptrajivmordani
 
Presentation eXo Foss Bridge
Presentation eXo Foss BridgePresentation eXo Foss Bridge
Presentation eXo Foss BridgeJeremi Joslin
 
Do Try This At Home Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...
Do Try This At Home  Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...Do Try This At Home  Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...
Do Try This At Home Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...jward5519
 
Productive Rails development with RubyMine
Productive Rails development with RubyMineProductive Rails development with RubyMine
Productive Rails development with RubyMineolegshpynov
 
Unobtrusive Javascript - SD.rb 2007
Unobtrusive Javascript - SD.rb 2007Unobtrusive Javascript - SD.rb 2007
Unobtrusive Javascript - SD.rb 2007matta
 
Some news about the SW
Some news about the SWSome news about the SW
Some news about the SWIvan Herman
 
Reverse Engineering Malicious Javascript
Reverse Engineering Malicious JavascriptReverse Engineering Malicious Javascript
Reverse Engineering Malicious JavascriptYusuf Motiwala
 
10 Things You Probably Didn't Know About Plone
10 Things You Probably Didn't Know About Plone10 Things You Probably Didn't Know About Plone
10 Things You Probably Didn't Know About PloneJazkarta, Inc.
 
从小书签到浏览器扩展的应用
从小书签到浏览器扩展的应用从小书签到浏览器扩展的应用
从小书签到浏览器扩展的应用Alipay
 
When To Use Ruby On Rails
When To Use Ruby On RailsWhen To Use Ruby On Rails
When To Use Ruby On Railsdosire
 
How to bake an app in Dart and Polymer
How to bake an app in Dart and PolymerHow to bake an app in Dart and Polymer
How to bake an app in Dart and PolymerJana Moudrá
 
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?David Lipschitz
 
Ruby on rails探索
Ruby on rails探索Ruby on rails探索
Ruby on rails探索Mu Chun Wang
 
Efficient JavaScript Development
Efficient JavaScript DevelopmentEfficient JavaScript Development
Efficient JavaScript Developmentwolframkriesing
 
Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Ivo Jansch
 

Similar a javascript (20)

Ruby on Rails 101 - Presentation Slides for a Five Day Introductory Course
Ruby on Rails 101 - Presentation Slides for a Five Day Introductory CourseRuby on Rails 101 - Presentation Slides for a Five Day Introductory Course
Ruby on Rails 101 - Presentation Slides for a Five Day Introductory Course
 
A Lap Around Internet Explorer 8
A Lap Around Internet Explorer 8A Lap Around Internet Explorer 8
A Lap Around Internet Explorer 8
 
Server Side Javascript
Server Side JavascriptServer Side Javascript
Server Side Javascript
 
Presentation eXo Foss Bridge
Presentation eXo Foss BridgePresentation eXo Foss Bridge
Presentation eXo Foss Bridge
 
Do Try This At Home Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...
Do Try This At Home  Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...Do Try This At Home  Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...
Do Try This At Home Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...
 
Productive Rails development with RubyMine
Productive Rails development with RubyMineProductive Rails development with RubyMine
Productive Rails development with RubyMine
 
Unobtrusive Javascript - SD.rb 2007
Unobtrusive Javascript - SD.rb 2007Unobtrusive Javascript - SD.rb 2007
Unobtrusive Javascript - SD.rb 2007
 
Real solutions, no tricks
Real solutions, no tricksReal solutions, no tricks
Real solutions, no tricks
 
Some news about the SW
Some news about the SWSome news about the SW
Some news about the SW
 
Reverse Engineering Malicious Javascript
Reverse Engineering Malicious JavascriptReverse Engineering Malicious Javascript
Reverse Engineering Malicious Javascript
 
10 Things You Probably Didn't Know About Plone
10 Things You Probably Didn't Know About Plone10 Things You Probably Didn't Know About Plone
10 Things You Probably Didn't Know About Plone
 
从小书签到浏览器扩展的应用
从小书签到浏览器扩展的应用从小书签到浏览器扩展的应用
从小书签到浏览器扩展的应用
 
When To Use Ruby On Rails
When To Use Ruby On RailsWhen To Use Ruby On Rails
When To Use Ruby On Rails
 
How to bake an app in Dart and Polymer
How to bake an app in Dart and PolymerHow to bake an app in Dart and Polymer
How to bake an app in Dart and Polymer
 
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?
 
A Period of Transition
A Period of TransitionA Period of Transition
A Period of Transition
 
Ruby on rails探索
Ruby on rails探索Ruby on rails探索
Ruby on rails探索
 
Practical Groovy DSL
Practical Groovy DSLPractical Groovy DSL
Practical Groovy DSL
 
Efficient JavaScript Development
Efficient JavaScript DevelopmentEfficient JavaScript Development
Efficient JavaScript Development
 
Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)
 

Último

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 

Último (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 

javascript