TorBT - Torrents and Magnet Links Search Engine

[FreeCoursesOnline.Me] Lynda - Programming Foundations_ Fundamentals

File Name
Size
01 Introduction/001 Welcome-en.srt
2.6 kB
01 Introduction/001 Welcome.mp4
22 MB
01 Introduction/002 Making the most of this course-en.srt
3.3 kB
01 Introduction/002 Making the most of this course.mp4
18 MB
01 Introduction/003 Using the exercise files-en.srt
1.4 kB
01 Introduction/003 Using the exercise files.mp4
1.5 MB
02 Programming Basics/001 What is programming_-en.srt
8.7 kB
02 Programming Basics/001 What is programming_.mp4
47 MB
02 Programming Basics/002 What is a programming language_-en.srt
6.8 kB
02 Programming Basics/002 What is a programming language_.mp4
40 MB
02 Programming Basics/003 Writing source code-en.srt
8.3 kB
02 Programming Basics/003 Writing source code.mp4
45 MB
02 Programming Basics/004 Compiled and interpreted languages-en.srt
9.6 kB
02 Programming Basics/004 Compiled and interpreted languages.mp4
8.4 MB
03 Core Programming Syntax/001 Why JavaScript_-en.srt
7.1 kB
03 Core Programming Syntax/001 Why JavaScript_.mp4
37 MB
03 Core Programming Syntax/002 Creating your first program in JavaScript-en.srt
11 kB
03 Core Programming Syntax/002 Creating your first program in JavaScript.mp4
25 MB
03 Core Programming Syntax/003 Requesting input-en.srt
7.9 kB
03 Core Programming Syntax/003 Requesting input.mp4
17 MB
04 Variables and Data Types/001 Introduction to variables and data types-en.srt
7.7 kB
04 Variables and Data Types/001 Introduction to variables and data types.mp4
42 MB
04 Variables and Data Types/002 Understanding strong weak and duck-typed languages-en.srt
6.4 kB
04 Variables and Data Types/002 Understanding strong weak and duck-typed languages.mp4
16 MB
04 Variables and Data Types/003 Working with numbers-en.srt
7.6 kB
04 Variables and Data Types/003 Working with numbers.mp4
20 MB
04 Variables and Data Types/004 Using characters and strings-en.srt
6.6 kB
04 Variables and Data Types/004 Using characters and strings.mp4
5.8 MB
04 Variables and Data Types/005 Working with operators-en.srt
6.8 kB
04 Variables and Data Types/005 Working with operators.mp4
6.4 MB
04 Variables and Data Types/006 Properly using white space-en.srt
10 kB
04 Variables and Data Types/006 Properly using white space.mp4
11 MB
04 Variables and Data Types/007 Adding comments to code for human understanding-en.srt
2.6 kB
04 Variables and Data Types/007 Adding comments to code for human understanding.mp4
3.5 MB
05 Writing Conditional Code/001 Building with the if statement-en.srt
12 kB
05 Writing Conditional Code/001 Building with the if statement.mp4
25 MB
05 Writing Conditional Code/002 Working with complex conditions-en.srt
6.5 kB
05 Writing Conditional Code/002 Working with complex conditions.mp4
7.1 MB
05 Writing Conditional Code/003 Setting comparison operators-en.srt
11 kB
05 Writing Conditional Code/003 Setting comparison operators.mp4
11 MB
05 Writing Conditional Code/004 Using the switch statement-en.srt
10 kB
05 Writing Conditional Code/004 Using the switch statement.mp4
10 MB
06 Modular Code/001 Breaking your code apart-en.srt
5.7 kB
06 Modular Code/001 Breaking your code apart.mp4
23 MB
06 Modular Code/002 Creating and calling functions-en.srt
4.6 kB
06 Modular Code/002 Creating and calling functions.mp4
5.4 MB
06 Modular Code/003 Setting parameters and arguments-en.srt
9.1 kB
06 Modular Code/003 Setting parameters and arguments.mp4
11 MB
06 Modular Code/004 Understanding variable scope-en.srt
3.7 kB
06 Modular Code/004 Understanding variable scope.mp4
3.5 MB
06 Modular Code/005 Splitting code into different files-en.srt
4.2 kB
06 Modular Code/005 Splitting code into different files.mp4
4.5 MB
07 Iteration_ Writing Loops/001 Introduction to iteration-en.srt
6.8 kB
07 Iteration_ Writing Loops/001 Introduction to iteration.mp4
26 MB
07 Iteration_ Writing Loops/002 Writing a while statement-en.srt
8.2 kB
07 Iteration_ Writing Loops/002 Writing a while statement.mp4
14 MB
07 Iteration_ Writing Loops/003 Creating a for loop-en.srt
5.9 kB
07 Iteration_ Writing Loops/003 Creating a for loop.mp4
5.0 MB
08 More About Strings/001 Cleaning up with string concatenation-en.srt
7.1 kB
08 More About Strings/001 Cleaning up with string concatenation.mp4
6.5 MB
08 More About Strings/002 Finding patterns in strings-en.srt
12 kB
08 More About Strings/002 Finding patterns in strings.mp4
12 MB
08 More About Strings/003 Introduction to regular expressions-en.srt
11 kB
08 More About Strings/003 Introduction to regular expressions.mp4
9.7 MB
09 Collections/001 Working with arrays-en.srt
8.8 kB
09 Collections/001 Working with arrays.mp4
48 MB
09 Collections/002 Array behavior-en.srt
9.4 kB
09 Collections/002 Array behavior.mp4
9.0 MB
09 Collections/003 Iterating through collections-en.srt
8.8 kB
09 Collections/003 Iterating through collections.mp4
20 MB
09 Collections/004 Collections in other languages-en.srt
5.5 kB
09 Collections/004 Collections in other languages.mp4
4.7 MB
10 Programming Style/001 Programming style-en.srt
9.0 kB
10 Programming Style/001 Programming style.mp4
29 MB
10 Programming Style/002 Writing pseudocode-en.srt
8.1 kB
10 Programming Style/002 Writing pseudocode.mp4
16 MB
11 Input and Output/001 Input_output and persistence-en.srt
5.0 kB
11 Input and Output/001 Input_output and persistence.mp4
4.6 MB
11 Input and Output/002 Reading and writing from the DOM-en.srt
14 kB
11 Input and Output/002 Reading and writing from the DOM.mp4
35 MB
11 Input and Output/003 Event driven programming-en.srt
13 kB
11 Input and Output/003 Event driven programming.mp4
30 MB
11 Input and Output/004 Introduction to file I_O-en.srt
11 kB
11 Input and Output/004 Introduction to file I_O.mp4
23 MB
12 When Things Go Wrong/001 Introduction to debugging-en.srt
9.5 kB
12 When Things Go Wrong/001 Introduction to debugging.mp4
25 MB
12 When Things Go Wrong/002 Tracing through a section of code-en.srt
11 kB
12 When Things Go Wrong/002 Tracing through a section of code.mp4
15 MB
12 When Things Go Wrong/003 Understanding error messages-en.srt
5.6 kB
12 When Things Go Wrong/003 Understanding error messages.mp4
6.5 MB
12 When Things Go Wrong/004 Using debuggers-en.srt
14 kB
12 When Things Go Wrong/004 Using debuggers.mp4
16 MB
13 Introduction to Object Orientation/001 Introduction to object-oriented languages-en.srt
7.8 kB
13 Introduction to Object Orientation/001 Introduction to object-oriented languages.mp4
38 MB
13 Introduction to Object Orientation/002 Using classes and objects-en.srt
10 kB
13 Introduction to Object Orientation/002 Using classes and objects.mp4
9.5 MB
13 Introduction to Object Orientation/003 Reviewing object-oriented languages-en.srt
3.8 kB
13 Introduction to Object Orientation/003 Reviewing object-oriented languages.mp4
11 MB
14 Advanced Topics/001 Memory management across languages-en.srt
8.5 kB
14 Advanced Topics/001 Memory management across languages.mp4
15 MB
14 Advanced Topics/002 Introduction to algorithms-en.srt
6.9 kB
14 Advanced Topics/002 Introduction to algorithms.mp4
13 MB
14 Advanced Topics/003 Introduction to multithreading-en.srt
3.3 kB
14 Advanced Topics/003 Introduction to multithreading.mp4
9.3 MB
15 Exploring the Languages/001 Introduction to languages-en.srt
2.8 kB
15 Exploring the Languages/001 Introduction to languages.mp4
14 MB
15 Exploring the Languages/002 C-based languages-en.srt
7.1 kB
15 Exploring the Languages/002 C-based languages.mp4
6.8 MB
15 Exploring the Languages/003 The Java world-en.srt
5.3 kB
15 Exploring the Languages/003 The Java world.mp4
4.8 MB
15 Exploring the Languages/004 NET languages_ C and Visual Basic .NET-en.srt
10 kB
15 Exploring the Languages/004 NET languages_ C and Visual Basic .NET.mp4
9.1 MB
15 Exploring the Languages/005 Ruby-en.srt
5.0 kB
15 Exploring the Languages/005 Ruby.mp4
4.3 MB
15 Exploring the Languages/006 Python-en.srt
5.0 kB
15 Exploring the Languages/006 Python.mp4
4.2 MB
15 Exploring the Languages/007 Objective-C-en.srt
6.4 kB
15 Exploring the Languages/007 Objective-C.mp4
6.0 MB
15 Exploring the Languages/008 Libraries and frameworks-en.srt
5.6 kB
15 Exploring the Languages/008 Libraries and frameworks.mp4
24 MB
16 Conclusion/001 Where to go from here-en.srt
1.8 kB
16 Conclusion/001 Where to go from here.mp4
8.3 MB
[Discuss.FreeTutorials.Eu].url
262 B
Ex_Files_FoP_Fun.zip
18 kB
[FreeCoursesOnline.Me].url
133 B
[FreeTutorials.Eu].url
119 B
Programming Foundations_ Fundamentals-description.txt
1.1 kB