[Lynda.com] - Foundations of Programming : Fundamentals (2011) [WebDL mov 540p EN]

seeders: 0
leechers: 0
Added 6 years ago by Hrund in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

[Lynda.com] - Foundations of Programming : Fundamentals (2011) [WebDL mov 540p EN] (Size: 1.07 GB)
  00 Introduction
  0001 Welcome.mov 8.04 MB
  0001 Welcome.srt 2.06 KB
  0002 Making the most of this course.mov 24.58 MB
  0002 Making the most of this course.srt 3.15 KB
  0003 Using the exercise files.mov 902.91 KB
  0003 Using the exercise files.srt 1.36 KB
  01 Programming Basics
  0101 What is programming.mov 69.63 MB
  0101 What is programming.srt 8.32 KB
  0102 What is a programming language.mov 62.94 MB
  0102 What is a programming language.srt 6.67 KB
  0103 Writing source code.mov 66.35 MB
  0103 Writing source code.srt 8.01 KB
  0104 Compiled and interpreted languages.mov 5.51 MB
  0104 Compiled and interpreted languages.srt 9.22 KB
  02 Core Programming Syntax
  0201 Why JavaScript.mov 51.51 MB
  0201 Why JavaScript.srt 6.77 KB
  0202 Creating your first program in JavaScript.mov 34.32 MB
  0202 Creating your first program in JavaScript.srt 10.47 KB
  0203 Requesting input.mov 19.13 MB
  0203 Requesting input.srt 7.55 KB
  03 Variables and Data Types
  0301 Introduction to variables and data types.mov 59.85 MB
  0301 Introduction to variables and data types.srt 7.37 KB
  0302 Understanding strong, weak, and duck-typed languages.mov 17.25 MB
  0302 Understanding strong, weak, and duck-typed languages.srt 6.13 KB
  0303 Working with numbers.mov 24.7 MB
  0303 Working with numbers.srt 7.31 KB
  0304 Using characters and strings.mov 3.74 MB
  0304 Using characters and strings.srt 6.3 KB
  0305 Working with operators.mov 4.13 MB
  0305 Working with operators.srt 6.58 KB
  0306 Properly using white space.mov 7.01 MB
  0306 Properly using white space.srt 9.85 KB
  0307 Adding comments to code for human understanding.mov 2.52 MB
  0307 Adding comments to code for human understanding.srt 2.45 KB
  04 Writing Conditional Code
  0401 Building with the if statement.mov 27.52 MB
  0401 Building with the if statement.srt 11.41 KB
  0402 Working with complex conditions.mov 5.03 MB
  0402 Working with complex conditions.srt 6.26 KB
  0403 Setting comparison operators.mov 7.06 MB
  0403 Setting comparison operators.srt 10.35 KB
  0404 Using the switch statement.mov 6.76 MB
  0404 Using the switch statement.srt 9.85 KB
  05 Modular Code
  0501 Breaking your code apart.mov 30.9 MB
  0501 Breaking your code apart.srt 5.46 KB
  0502 Creating and calling functions.mov 3.87 MB
  0502 Creating and calling functions.srt 4.46 KB
  0503 Setting parameters and arguments.mov 7.91 MB
  0503 Setting parameters and arguments.srt 8.77 KB
  0504 Understanding variable scope.mov 2.17 MB
  0504 Understanding variable scope.srt 3.58 KB
  0505 Splitting code into different files.mov 3.33 MB
  0505 Splitting code into different files.srt 4.03 KB
  06 Iteration Writing Loops
  0601 Introduction to iteration.mov 34.65 MB
  0601 Introduction to iteration.srt 6.51 KB
  0602 Writing a while statement.mov 17.29 MB
  0602 Writing a while statement.srt 7.85 KB
  0603 Creating a for loop.mov 3.16 MB
  0603 Creating a for loop.srt 5.68 KB
  07 More About Strings
  0701 Cleaning up with string concatenation.mov 4.09 MB
  0701 Cleaning up with string concatenation.srt 6.8 KB
  0702 Finding patterns in strings.mov 7.49 MB
  0702 Finding patterns in strings.srt 11.85 KB
  0703 Introduction to regular expressions.mov 6.08 MB
  0703 Introduction to regular expressions.srt 10.83 KB
  08 Collections
  0801 Working with arrays.mov 68.88 MB
  0801 Working with arrays.srt 8.41 KB
  0802 Array behavior.mov 5.63 MB
  0802 Array behavior.srt 9.01 KB
  0803 Iterating through collections.mov 21.85 MB
  0803 Iterating through collections.srt 8.5 KB
  0804 Collections in other languages.mov 3.08 MB
  0804 Collections in other languages.srt 5.33 KB
  09 Programming Style
  0901 Programming style.mov 33.88 MB
  0901 Programming style.srt 8.63 KB
  0902 Writing pseudocode.mov 15.84 MB
  0902 Writing pseudocode.srt 7.82 KB
  10 Input and Output
  1001 Input Output and persistence.mov 3.14 MB
  1001 Input Output and persistence.srt 4.75 KB
  1002 Reading and writing from the DOM.mov 39.24 MB
  1002 Reading and writing from the DOM.srt 13.08 KB
  1003 Event driven programming.mov 32.05 MB
  1003 Event driven programming.srt 12.65 KB
  1004 Introduction to file IO.mov 19.87 MB
  1004 Introduction to file IO.srt 10.97 KB
  11 When Things Go Wrong
  1101 Introduction to debugging.mov 15.39 MB
  1101 Introduction to debugging.srt 9.13 KB
  1102 Tracing through a section of code.mov 9.79 MB
  1102 Tracing through a section of code.srt 10.33 KB
  1103 Understanding error messages.mov 4.39 MB
  1103 Understanding error messages.srt 5.39 KB
  1104 Using debuggers.mov 10.29 MB
  1104 Using debuggers.srt 13.21 KB
  12 Introduction to Object Orientation
  1201 Introduction to object-oriented languages.mov 54.38 MB
  1201 Introduction to object-oriented languages.srt 7.5 KB
  1202 Using classes and objects.mov 6.17 MB
  1202 Using classes and objects.srt 9.91 KB
  1203 Reviewing object-oriented languages.mov 10.89 MB
  1203 Reviewing object-oriented languages.srt 3.61 KB
  13 Advanced Topics
  1301 Memory management across languages.mov 12.12 MB
  1301 Memory management across languages.srt 8.23 KB
  1302 Introduction to algorithms.mov 10.74 MB
  1302 Introduction to algorithms.srt 6.67 KB
  1303 Introduction to multithreading.mov 8.98 MB
  1303 Introduction to multithreading.srt 3.15 KB
  14 Exploring the Languages
  1401 Introduction to languages.mov 21.75 MB
  1401 Introduction to languages.srt 2.68 KB
  1402 C-based languages.mov 4.19 MB
  1402 C-based languages.srt 6.79 KB
  1403 The Java world.mov 2.99 MB
  1403 The Java world.srt 5.1 KB
  1404 .NET languages C# and Visual Basic .NET.mov 5.66 MB
  1404 .NET languages C# and Visual Basic .NET.srt 9.57 KB
  1405 Ruby.mov 2.77 MB
  1405 Ruby.srt 4.79 KB
  1406 Python.mov 2.65 MB
  1406 Python.srt 4.84 KB
  1407 Objective-C.mov 3.72 MB
  1407 Objective-C.srt 6.15 KB
  1408 Libraries and frameworks.mov 27.64 MB
  1408 Libraries and frameworks.srt 5.36 KB
  15 Conclusion
  1401 Where to go from here.mov 11.42 MB
  1401 Where to go from here.srt 1.7 KB
  Exercise Files
  ch02
  First
  container.html 154 B
  script.js 0 B
  First_complete
  container.html 154 B
  script.js 22 B
  Input
  container.html 154 B
  script.js 0 B
  Input_complete
  container.html 154 B
  script.js 67 B
  ch03
  Comments
  container.html 154 B
  script.js 153 B
  Numbers
  container.html 154 B
  script.js 0 B
  Whitespace
  container.html 154 B
  script.js 173 B
  ch04
  Comparison Operators
  container.html 154 B
  script.js 141 B
  Complex Conditions
  container.html 154 B
  script.js 20 B
  if statement
  container.html 154 B
  script.js 128 B
  switch statement
  container.html 154 B
  script.js 190 B
  ch05
  CreatingFunctions
  container.html 154 B
  script.js 92 B
  Parameters
  container.html 154 B
  script.js 112 B
  ch06
  While loop
  container.html 154 B
  script.js 1 B
  ch08
  Array iteration
  container.html 154 B
  script.js 249 B
  ch10
  DOM Example
  container.html 203 B
  script.js 1 B
  Event Example
  container.html 203 B
  script.js 106 B
  ch11
  Debugger Example
  container.html 203 B
  script.js 644 B
  Error Message Example
  container.html 203 B
  script.js 441 B
  Tracing Example
  container.html 203 B
  script.js 440 B
  ▲ 162 total files

Description


83603-637049340567842093_338x600_thumb.jpg?042148?

[Lynda.com] - Foundations of Programming : Fundamentals 

Source  : WebDL
Date de Parution : 22-09-2011
Formateur : Simon Allardice
Langue Audio : Anglais
Sous-titres : Anglais
Format :  MOV 960 x 540p
Codec Video  :  Advanced Video Codec AVC
Bitrate Video : 1366 kb/s
Codec Audio :  AAC - LC
Biterate Audio :  160 kb/s
Plateforme : PC (Windows , Mac , Linux), tablette, Mobile

Genre : Les Fondamentaux de la Programmation,  Développement
Editeur : Lynda.com
Niveau: débutant
Nombre de fichiers :  213
Taille totale:  1.1 Go
Durée totale : 04h47m
Fichier d'exercice : Inclus

Ce cours fournit les connaissances de base pour commencer à programmer dans n’importe quel langage. Simon Allardice utilise JavaScript pour explorer la syntaxe de base d'un langage de programmation. Il explique également comment écrire et exécuter votre première application et comprendre ce qui se passe sous le capot. Le cours couvre la création de petits programmes pour explorer les conditions, les boucles, les variables et les expressions; travailler avec différents types de données et voir comment elles affectent la mémoire; écrire du code modulaire; et comment déboguer, en utilisant différentes approches pour construire des applications logicielles.
Enfin, le cours compare la manière dont le code est écrit dans plusieurs langages différents, les bibliothèques et les frameworks qui s’y sont développés, et les raisons de choisir chaque langage.

Les sujets incluent:
* Écriture du code source
* Comprendre les langages compilés et interprétés
* Demander une entrée
* Travailler avec des nombres, des caractères, des chaînes de caractères et des opérateurs
* Écrire du code conditionnel
* Rendre le code modulaire
* Ecriture des boucles
* Recherche de patrons dans des chaînes
* Travailler avec des tableaux et des collections
* Adopter un style de programmation
* Lire et écrire à divers endroits
* Débogage
* Gérer l'utilisation de la mémoire
* Apprendre d'autres langages

A propos du formateur : 
Simon Allardice est un développeur de logiciels, auteur principal, formateur et rédacteur sur lynda.com. Il compte 25 années de programmation et de conseil pour des entreprises aux États-Unis et en Europe. Il a tout programmé, des routines de sécurité pour les réacteurs nucléaires aux pilotes de musique pour les jeux informatiques. Simon est formateur depuis de nombreuses années et a parlé lors de multiples conférences, regroupement d'utilisateurs et camps de code. Il a écrit, contribué et édité plusieurs livres sur le développement Web avancé.

+ de détails : cliquer ici 

Related Torrents

torrent name size uploader age seed leech
0
1
0
0
0