FileMood

Download Programming 2

Programming

Name

Programming 2

 DOWNLOAD Copy Link

Total Size

58.5 GB

Total Files

4150

Hash

ED2B387531D618EF79F718EBD61EA21EB249DB5B

/1. Pointer Basics/

1. What is this course about.mp4

15.9 MB

1. What is this course about.srt

3.1 KB

2. How to use this course.mp4

20.8 MB

2. How to use this course.srt

3.7 KB

3. Course Notes and FAQ.html

0.8 KB

3.1 ReadMeAndFAQ.pdf.pdf

813.4 KB

4. Source Code Archive.html

0.9 KB

4.1 POINTERS-SOURCE-CODE.zip.zip

304.5 KB

5. What is a pointer.mp4

24.7 MB

5. What is a pointer.srt

3.8 KB

6. Pointer variables.mp4

6.3 MB

6. Pointer variables.srt

3.6 KB

7. Indirection.mp4

3.9 MB

7. Indirection.srt

1.8 KB

8. Pointer Basics.html

0.1 KB

9. Study Notes – Step One.html

0.2 KB

9.1 C Pointers Study Notes - Step One.pdf.pdf

262.5 KB

/.../2. Addresses and Indirection/

1. What is the relationship between a pointer and an array (or string).mp4

17.9 MB

1. What is the relationship between a pointer and an array (or string).srt

4.2 KB

10. Malloc and sizeof.mp4

13.4 MB

10. Malloc and sizeof.srt

5.5 KB

11. Functions that cause errors or warnings.mp4

7.9 MB

11. Functions that cause errors or warnings.srt

3.2 KB

12. calloc.mp4

10.8 MB

12. calloc.srt

4.6 KB

13. free.mp4

10.6 MB

13. free.srt

3.4 KB

14. realloc.mp4

10.6 MB

14. realloc.srt

4.2 KB

15. Pointer arithmetic.mp4

17.2 MB

15. Pointer arithmetic.srt

5.8 KB

16. Calculating an array index.mp4

16.4 MB

16. Calculating an array index.srt

3.8 KB

17. Pointers to structs.mp4

17.7 MB

17. Pointers to structs.srt

7.4 KB

18. Data type alignment.mp4

19.5 MB

18. Data type alignment.srt

9.5 KB

19. Type alignment on boundaries.mp4

9.7 MB

19. Type alignment on boundaries.srt

2.1 KB

2. How to display pointer values.html

0.2 KB

2.1 How to display pointer values.pdf.pdf

242.7 KB

20. Type alignment and pointer arithmetic.mp4

5.7 MB

20. Type alignment and pointer arithmetic.srt

2.5 KB

21. Debugging C Programs.mp4

27.8 MB

21. Debugging C Programs.srt

13.8 KB

22. Debugging Multiple Indirection.mp4

24.2 MB

22. Debugging Multiple Indirection.srt

10.3 KB

23. Addresses and Indirection.html

0.1 KB

24. Study Notes – Step Two.html

0.2 KB

24.1 C Pointers Study Notes - Step Two.pdf.pdf

517.6 KB

3. Arrays, addresses and pointers.mp4

13.6 MB

3. Arrays, addresses and pointers.srt

6.4 KB

4. Multiple indirection.mp4

11.0 MB

4. Multiple indirection.srt

1.8 KB

5. Multiple indirection with integers.mp4

21.5 MB

5. Multiple indirection with integers.srt

8.6 KB

6. Multiple Indirection with strings.mp4

11.9 MB

6. Multiple Indirection with strings.srt

5.2 KB

7. Indirection and commandline args.mp4

11.0 MB

7. Indirection and commandline args.srt

3.4 KB

8. Generic Pointers.mp4

18.9 MB

8. Generic Pointers.srt

5.4 KB

9. Allocating memory.mp4

20.2 MB

9. Allocating memory.srt

6.5 KB

/.../3. Lists and data structures/

1. Arrays and Lists.mp4

10.5 MB

1. Arrays and Lists.srt

1.8 KB

10. Queues.mp4

13.7 MB

10. Queues.srt

5.1 KB

11. What is a stack.mp4

18.2 MB

11. What is a stack.srt

2.3 KB

12. Stacks.mp4

5.5 MB

12. Stacks.srt

2.8 KB

13. Pushing and popping.mp4

11.4 MB

13. Pushing and popping.srt

5.7 KB

14. Calculating the length of list.mp4

9.2 MB

14. Calculating the length of list.srt

4.5 KB

15. Copying a list.mp4

15.0 MB

15. Copying a list.srt

4.4 KB

16. Removing an element from within a list.mp4

22.9 MB

16. Removing an element from within a list.srt

7.2 KB

17. Adding an element into a list.mp4

11.6 MB

17. Adding an element into a list.srt

5.8 KB

18. Function pointers.mp4

7.4 MB

18. Function pointers.srt

1.2 KB

19. Function pointer declarations.mp4

9.2 MB

19. Function pointer declarations.srt

3.9 KB

2. What is a linked list.mp4

9.4 MB

2. What is a linked list.srt

4.1 KB

20. An array of function pointers.mp4

13.4 MB

20. An array of function pointers.srt

4.0 KB

21. Lists and Data Structures.html

0.1 KB

22. Study Notes – Step Three.html

0.2 KB

22.1 C Pointers Study Notes - Step Three.pdf.pdf

534.5 KB

3. Singly linked lists.mp4

11.1 MB

3. Singly linked lists.srt

5.2 KB

4. To free or not to free.mp4

4.7 MB

4. To free or not to free.srt

0.8 KB

5. Doubly linked lists.mp4

7.6 MB

5. Doubly linked lists.srt

2.6 KB

6. Programming a doubly-linked List.mp4

11.7 MB

6. Programming a doubly-linked List.srt

4.3 KB

7. Initializing a doubly-linked list.mp4

3.9 MB

7. Initializing a doubly-linked list.srt

1.2 KB

8. Implementing a doubly linked list.mp4

26.1 MB

8. Implementing a doubly linked list.srt

11.7 KB

9. What is a queue.mp4

17.8 MB

9. What is a queue.srt

3.1 KB

/.../4. Common Pointer Problems/

1. Why do pointers cause problems.mp4

4.9 MB

1. Why do pointers cause problems.srt

1.8 KB

10. Pointers out of scope.mp4

12.3 MB

10. Pointers out of scope.srt

4.6 KB

11. Dereferencing a null pointer.mp4

8.2 MB

11. Dereferencing a null pointer.srt

1.9 KB

12. Common pointer problems.html

0.1 KB

13. Study Notes – Step Four.html

0.2 KB

13.1 C Pointers Study Notes - Step Four.pdf.pdf

388.1 KB

14. And finally....mp4

53.2 MB

14. And finally....srt

5.0 KB

2. Deep and shallow copies.mp4

26.7 MB

2. Deep and shallow copies.srt

4.6 KB

3. A deeper look at deep and shallow copies.mp4

23.6 MB

3. A deeper look at deep and shallow copies.srt

8.1 KB

4. Incorrect memory allocation.mp4

4.8 MB

4. Incorrect memory allocation.srt

2.2 KB

5. Casting pointers.mp4

12.6 MB

5. Casting pointers.srt

2.5 KB

6. Incorrect casts.mp4

11.0 MB

6. Incorrect casts.srt

3.7 KB

7. Freeing already freed memory.mp4

9.0 MB

7. Freeing already freed memory.srt

3.7 KB

8. Memory leaks.mp4

6.8 MB

8. Memory leaks.srt

3.5 KB

9. Using freed memory.mp4

6.6 MB

9. Using freed memory.srt

2.4 KB

/.../1. Introduction and Course Information/

1. Introduction.mp4

4.4 MB

1. Introduction.srt

4.5 KB

2. The Udemy Interface.mp4

13.9 MB

2. The Udemy Interface.srt

15.5 KB

3. Introduction to Android.mp4

56.6 MB

3. Introduction to Android.srt

45.4 KB

3.1 Open Handset Alliance.html

0.1 KB

4. FAQ.html

4.0 KB

/.../10. Databases, the SQL Language and SQLite on Android/

1. Introduction.mp4

23.6 MB

1. Introduction.srt

2.5 KB

10. Order By and Joins.mp4

32.5 MB

10. Order By and Joins.srt

22.1 KB

11. More Complex Joins.mp4

30.8 MB

11. More Complex Joins.srt

15.1 KB

12. Wild Cards and Views.mp4

34.8 MB

12. Wild Cards and Views.srt

20.6 KB

13. Housekeeping and Challenge.mp4

26.4 MB

13. Housekeeping and Challenge.srt

13.7 KB

14. Basic SQL in Android.mp4

116.6 MB

14. Basic SQL in Android.srt

16.8 KB

14.1 Source code - Databases, the SQL Language and SQLite on Android - Basic SQL in Android.html

0.1 KB

15. Create Table Add Data and Test.mp4

149.3 MB

15. Create Table Add Data and Test.srt

17.1 KB

15.1 Source code - Databases, the SQL Language and SQLite on Android - Create Table Add Data and Test.html

0.1 KB

16. Cursor and Navigation.mp4

217.5 MB

16. Cursor and Navigation.srt

28.1 KB

17. Correction.html

3.4 KB

18. Android File System.mp4

175.7 MB

18. Android File System.srt

26.7 KB

19. Content Providers.mp4

19.2 MB

19. Content Providers.srt

4.5 KB

2. Introduction to Databases.mp4

9.8 MB

2. Introduction to Databases.srt

9.4 KB

20. Setting up the Emulators.mp4

131.1 MB

20. Setting up the Emulators.srt

24.4 KB

21. Contact Provider App Layout.mp4

88.9 MB

21. Contact Provider App Layout.srt

12.7 KB

21.1 Source code - Databases, the SQL Language and SQLite on Android - Contact Provider App Layout.html

0.1 KB

22. The ContactsContract.mp4

126.3 MB

22. The ContactsContract.srt

16.1 KB

22.1 Source code - Databases, the SQL Language and SQLite on Android - The ContactsContract.html

0.1 KB

23. ContentResolver and Abstraction.mp4

90.5 MB

23. ContentResolver and Abstraction.srt

12.4 KB

24. Retrieving Data with a ContentResolver.mp4

125.2 MB

24. Retrieving Data with a ContentResolver.srt

13.7 KB

24.1 Source code - Databases, the SQL Language and SQLite on Android - Retrieving Data with a ContentResolver.html

0.1 KB

25. Permissions.mp4

185.0 MB

25. Permissions.srt

22.2 KB

25.1 Source code - Databases, the SQL Language and SQLite on Android - Permissions.html

0.1 KB

25.2 Permissions Overview.html

0.1 KB

26. Checking Permissions at Runtime.mp4

203.6 MB

26. Checking Permissions at Runtime.srt

22.8 KB

26.1 Source code - Databases, the SQL Language and SQLite on Android - Checking Permissions at Runtime.html

0.1 KB

26.2 Request App Permissions.html

0.1 KB

27. Testing the App.mp4

123.9 MB

27. Testing the App.srt

14.6 KB

27.1 Source code - Databases, the SQL Language and SQLite on Android - Testing the App.html

0.1 KB

28. Avoiding Crashes Snackbars and a Challenge.mp4

102.9 MB

28. Avoiding Crashes Snackbars and a Challenge.srt

12.3 KB

28.1 Challenge - Databases, the SQL Language and SQLite on Android - Avoiding Crashes Snackbars and a Challenge.html

0.1 KB

28.2 Source code - Databases, the SQL Language and SQLite on Android - Avoiding Crashes Snackbars and a Challenge.html

0.1 KB

29. More on Snackbars.mp4

104.0 MB

29. More on Snackbars.srt

24.0 KB

29.1 Source code - Databases, the SQL Language and SQLite on Android - More on Snackbars.html

0.1 KB

3. Database Terminology.mp4

17.1 MB

3. Database Terminology.srt

16.6 KB

30. Intents, setData and Uris.mp4

162.9 MB

30. Intents, setData and Uris.srt

27.2 KB

30.1 Request App Permissions.html

0.1 KB

30.2 Source code - Databases, the SQL Language and SQLite on Android - Intents, setData and Uris.html

0.1 KB

31. Problems Storing State.mp4

77.9 MB

31. Problems Storing State.srt

13.3 KB

31.1 Source code - Databases, the SQL Language and SQLite on Android - Problems Storing State.html

0.1 KB

32. Remove Saving of State.mp4

57.5 MB

32. Remove Saving of State.srt

8.1 KB

32.1 Source code - Databases, the SQL Language and SQLite on Android - Remove Saving of State.html

0.1 KB

33. Test Scripts Challenge and Cleanup.mp4

65.8 MB

33. Test Scripts Challenge and Cleanup.srt

16.4 KB

33.1 Request App Permissions.html

0.1 KB

33.2 Source code - Databases, the SQL Language and SQLite on Android - Test Scripts Challenge and Cleanup.html

0.1 KB

4. Command Line and Path Setup for Windows.mp4

17.5 MB

4. Command Line and Path Setup for Windows.srt

16.3 KB

5. Command Line and Path Setup for Mac.mp4

18.8 MB

5. Command Line and Path Setup for Mac.srt

12.4 KB

6. Command Line and Path Setup for Ubuntu Linux.mp4

12.9 MB

6. Command Line and Path Setup for Ubuntu Linux.srt

9.6 KB

7. Introduction to Sqlite.mp4

22.6 MB

7. Introduction to Sqlite.srt

15.0 KB

8. More SQL with Sqlite.mp4

18.3 MB

8. More SQL with Sqlite.srt

14.3 KB

9. Sqlite Querying Data.mp4

33.0 MB

9. Sqlite Querying Data.srt

22.0 KB

9.1 music.zip.html

0.1 KB

9.2 Autoincrement In SQLite.html

0.1 KB

/.../11. ViewModel and LiveData/

1. Introduction.mp4

19.8 MB

1. Introduction.srt

4.2 KB

1.1 Model–view–viewmodel.html

0.1 KB

10. App Testing.mp4

62.1 MB

10. App Testing.srt

9.1 KB

10.1 Source code - ViewModel and LiveData - App Testing.html

0.1 KB

2. Androids ViewModel Class.mp4

37.3 MB

2. Androids ViewModel Class.srt

8.6 KB

2.1 ViewModel.html

0.1 KB

3. Using a ViewModel.mp4

125.5 MB

3. Using a ViewModel.srt

29.6 KB

3.1 LiveData overview.html

0.1 KB

3.2 Source code - ViewModel and LiveData - Using a ViewModel.html

0.1 KB

4. Finish ViewModel Changes.mp4

230.5 MB

4. Finish ViewModel Changes.srt

40.3 KB

4.1 Hello World, AndroidX.html

0.1 KB

4.2 Source code - ViewModel and LiveData - Finish ViewModel Changes.html

0.1 KB

5. Exposing LiveData.mp4

87.6 MB

5. Exposing LiveData.srt

16.9 KB

5.1 Source code - ViewModel and LiveData - Exposing LiveData.html

0.1 KB

6. Swapping the ViewModel.mp4

81.1 MB

6. Swapping the ViewModel.srt

14.8 KB

6.1 Source code - ViewModel and LiveData - Swapping the ViewModel.html

0.1 KB

6.2 IEEE 754.html

0.1 KB

7. ViewModel with Top 10 Downloader.mp4

99.2 MB

7. ViewModel with Top 10 Downloader.srt

22.3 KB

7.1 Source code - ViewModel and LiveData - ViewModel with Top 10 Downloader.html

0.1 KB

8. Implement ViewModel.mp4

149.9 MB

8. Implement ViewModel.srt

30.4 KB

8.1 Source code - ViewModel and LiveData - Implement ViewModel.html

0.1 KB

8.2 ViewModel Overview.html

0.2 KB

9. Final Changes.mp4

115.7 MB

9. Final Changes.srt

20.0 KB

9.1 Source code - ViewModel and LiveData - Final Changes.html

0.1 KB

9.2 NonNull LiveData with Kotlin extension.html

0.1 KB

/.../12. TaskTimer App/

1. The TaskTimer Application.mp4

121.7 MB

1. The TaskTimer Application.srt

37.1 KB

10. FAQ context in a ContentProvider.html

2.8 KB

11. uriMatcher.mp4

252.2 MB

11. uriMatcher.srt

39.4 KB

11.1 Resource-code-uriMatcher.txt.html

0.1 KB

11.2 Source code - TaskTimer App - uriMatcher.html

0.1 KB

12. Updating Build Files.mp4

37.3 MB

12. Updating Build Files.srt

6.8 KB

12.1 Source code - TaskTimer App - Updating Build Files.html

0.1 KB

13. The Content URI.mp4

124.1 MB

13. The Content URI.srt

23.8 KB

13.1 Source code - TaskTimer App - The Content URI.html

0.1 KB

14. Register the ContentProvider.mp4

128.2 MB

14. Register the ContentProvider.srt

24.1 KB

14.1 Source code - TaskTimer App - Register the ContentProvider.html

0.1 KB

15. Using appendWhereEscapeString.mp4

125.9 MB

15. Using appendWhereEscapeString.srt

25.9 KB

15.1 provider.html

0.1 KB

15.2 Source code - TaskTimer App - Using appendWhereEscapeString.html

0.1 KB

16. Mime Types in the Content Provider.mp4

92.3 MB

16. Mime Types in the Content Provider.srt

17.4 KB

16.1 Source code - TaskTimer App - Mime Types in the Content Provider.html

0.1 KB

16.2 ContentProvider.html

0.2 KB

16.3 extracode-TaskTimer-App-Mime-Types-in-the-Content-Provider.txt.html

0.1 KB

16.4 Challenge-TaskTimer-App-Mime-Types-in-the-Content-Provider.txt.html

0.1 KB

17. Content Provider Insert.mp4

113.6 MB

17. Content Provider Insert.srt

16.4 KB

17.1 Source code - TaskTimer App - Content Provider Insert.html

0.1 KB

18. Update and Delete.mp4

133.7 MB

18. Update and Delete.srt

22.9 KB

18.1 Source code - TaskTimer App - Update and Delete.html

0.1 KB

19. Testing Insert and Update.mp4

150.9 MB

19. Testing Insert and Update.srt

24.3 KB

19.1 Source code - TaskTimer App - Testing Insert and Update.html

0.1 KB

2. Database Setup.mp4

103.8 MB

2. Database Setup.srt

21.8 KB

2.1 Source code - TaskTimer App - Database Setup.html

0.1 KB

2.2 TaskTimer-DB-Structure.png.html

0.1 KB

20. Testing Bulk Update and Delete.mp4

177.1 MB

20. Testing Bulk Update and Delete.srt

29.5 KB

20.1 Source code - TaskTimer App - Testing Bulk Update and Delete.html

0.1 KB

21. Main Menu UI.mp4

118.4 MB

21. Main Menu UI.srt

31.0 KB

21.1 Source code - TaskTimer App - Main Menu UI.html

0.1 KB

22. Task UI Layout.mp4

114.7 MB

22. Task UI Layout.srt

28.4 KB

22.1 Style guide.html

0.1 KB

22.2 Challenge-TaskTimer-App-Task-UI-Layout.txt.html

0.1 KB

22.3 Source code - TaskTimer App - Task UI Layout.html

0.1 KB

23. Task List Items Constraints.mp4

45.6 MB

23. Task List Items Constraints.srt

11.7 KB

23.1 Source code - TaskTimer App - Task List Items Constraints.html

0.1 KB

24. Add Edit Layout.mp4

128.0 MB

24. Add Edit Layout.srt

35.3 KB

24.1 Source code - TaskTimer App - Add Edit Layout.html

0.1 KB

24.2 Challenge-TaskTimer-App-Add-Edit-Layout.txt.html

0.1 KB

25. The Kotlin Data Class.mp4

93.8 MB

25. The Kotlin Data Class.srt

25.1 KB

25.1 Method count on Kotlin data class and features.html

0.2 KB

25.2 [AS3.0] Android extensions, Parcelable editor shows warning about incomplete implementation on a class with Parcelize annotation.html

0.1 KB

25.3 Source code - TaskTimer App - The Kotlin Data Class.html

0.1 KB

25.4 Data Classes.html

0.1 KB

26. The Add Edit Fragment.mp4

204.5 MB

26. The Add Edit Fragment.srt

36.3 KB

26.1 Source code - TaskTimer App - The Add Edit Fragment.html

0.1 KB

27. Swapping Fragments.mp4

131.6 MB

27. Swapping Fragments.srt

23.9 KB

27.1 Source code - TaskTimer App - Swapping Fragments.html

0.1 KB

27.2 Fragments.html

0.1 KB

28. Multi-pane Fragments.mp4

98.8 MB

28. Multi-pane Fragments.srt

29.4 KB

28.1 Source code - TaskTimer App - Multi-pane Fragments.html

0.1 KB

28.2 Fragments - Example.html

0.1 KB

28.3 FrameLayout.html

0.1 KB

29. Multi-pane Displays.mp4

191.1 MB

29. Multi-pane Displays.srt

28.5 KB

29.1 Fragments.html

0.1 KB

29.2 Source code - TaskTimer App - Multi-pane Displays.html

0.1 KB

3. Creating a Fragment.html

2.0 KB

30. Enabling Two-pane Mode.mp4

121.2 MB

30. Enabling Two-pane Mode.srt

18.8 KB

30.1 Source code - TaskTimer App - Enabling Two-pane Mode.html

0.1 KB

31. The Fragment Lifecycle Part 1.mp4

107.3 MB

31. The Fragment Lifecycle Part 1.srt

26.5 KB

31.1 Fragments.html

0.1 KB

31.2 Github android-lifecycle.html

0.1 KB

32. The Fragment Lifecycle Part 2.mp4

54.9 MB

32. The Fragment Lifecycle Part 2.srt

15.2 KB

32.1 Github android-lifecycle.html

0.1 KB

33. Logging the Fragment Lifecycle.mp4

180.0 MB

33. Logging the Fragment Lifecycle.srt

29.5 KB

33.1 Fragments-lifecycle-callbacks.txt.html

0.1 KB

33.2 Source code - TaskTimer App - Logging the Fragment Lifecycle.html

0.1 KB

34. Android SDK Gradle and Kotlin Updates.mp4

131.2 MB

34. Android SDK Gradle and Kotlin Updates.srt

23.2 KB

34.1 Source code - TaskTimer App - Android SDK Gradle and Kotlin Updates.html

0.1 KB

35. Up and Back Navigation for Fragments.mp4

88.1 MB

35. Up and Back Navigation for Fragments.srt

15.3 KB

35.1 Smart casts and nullability in single-threaded contexts.html

0.2 KB

35.2 Source code - TaskTimer App - Up and Back Navigation for Fragments.html

0.1 KB

36. Object can have More than One Type.mp4

47.3 MB

36. Object can have More than One Type.srt

7.5 KB

36.1 Source code - TaskTimer App - Object can have More than One Type.html

0.1 KB

37. Removing the Up Button.mp4

70.0 MB

37. Removing the Up Button.srt

12.0 KB

37.1 Source code - TaskTimer App - Removing the Up Button.html

0.1 KB

38. Back Navigation.mp4

73.2 MB

38. Back Navigation.srt

0.0 KB

38.1 Source code - TaskTimer App - Back Navigation.html

0.1 KB

39. Completing the AddEdit UI.mp4

109.8 MB

39. Completing the AddEdit UI.srt

0.0 KB

39.1 Source code - TaskTimer App - Completing the AddEdit UI.html

0.1 KB

4. Tasks Contract Class.mp4

43.4 MB

4. Tasks Contract Class.srt

13.4 KB

4.1 object-declarations.html

0.1 KB

4.2 Source code - TaskTimer App - Tasks Contract Class.html

0.1 KB

40. Saving the Task Details.mp4

123.5 MB

40. Saving the Task Details.srt

0.0 KB

40.1 Source code - TaskTimer App - Saving the Task Details.html

0.1 KB

41. Test Saving.mp4

85.5 MB

41. Test Saving.srt

0.0 KB

41.1 Source code - TaskTimer App - Test Saving.html

0.1 KB

42. Updating Android Studio, Kotlin, and Gradle.mp4

60.0 MB

42. Updating Android Studio, Kotlin, and Gradle.srt

0.0 KB

42.1 Source code - TaskTimer App - Updating Android Studio, Kotlin, and Gradle.html

0.1 KB

43. Fixing New Kotlin Warnings.mp4

59.2 MB

43. Fixing New Kotlin Warnings.srt

0.0 KB

43.1 Source code - TaskTimer App - Fixing New Kotlin Warnings.html

0.1 KB

44. Layout Container.mp4

56.8 MB

44. Layout Container.srt

0.0 KB

44.1 Kotlin Android Extensions - Experimental Mode.html

0.1 KB

44.2 Source code - TaskTimer App - Layout Container.html

0.1 KB

45. RecyclerView CursorAdapter.mp4

172.3 MB

45. RecyclerView CursorAdapter.srt

0.0 KB

45.1 Source code - TaskTimer App - RecyclerView CursorAdapter.html

0.1 KB

45.2 holder.description.txt.html

0.1 KB

46. Introducing David Reidy.mp4

38.4 MB

46. Introducing David Reidy.srt

0.0 KB

47. Tricky String Resources.mp4

114.9 MB

47. Tricky String Resources.srt

0.0 KB

47.1 Source code - TaskTimer App - Tricking String Resources.html

0.1 KB

48. The ViewModel Class.mp4

59.9 MB

48. The ViewModel Class.srt

0.0 KB

48.1 Source code - TaskTimer App - The ViewModel Class.html

0.1 KB

49. Subscribe to The ViewModel.mp4

38.6 MB

49. Subscribe to The ViewModel.srt

0.0 KB

49.1 Source code - TaskTimer App - Subscribe to The ViewModel.html

0.1 KB

5. AppDatabase Class.mp4

68.6 MB

5. AppDatabase Class.srt

14.1 KB

5.1 Documenting Kotlin Code.html

0.1 KB

5.2 Source code - TaskTimer App - AppDatabase Class.html

0.1 KB

50. Notifications and Observers.mp4

94.1 MB

50. Notifications and Observers.srt

0.0 KB

50.1 Source code - TaskTimer App - Notifications and Observers.html

0.1 KB

51. Responding to Taps.mp4

51.4 MB

51. Responding to Taps.srt

0.0 KB

51.1 Source code - TaskTimer App - Responding to Taps.html

0.1 KB

52. onClick Listeners, Interfaces and Callbacks.mp4

31.0 MB

52. onClick Listeners, Interfaces and Callbacks.srt

0.0 KB

52.1 Source code - TaskTimer App - onClick Listeners, Interfaces and Callbacks.html

0.1 KB

53. Responding to Clicks from the Adapter.mp4

44.9 MB

53. Responding to Clicks from the Adapter.srt

0.0 KB

53.1 Source code - TaskTimer App - Responding to Clicks from the Adapter.html

0.1 KB

54. Solution to The Interface Challenge.mp4

64.6 MB

54. Solution to The Interface Challenge.srt

0.0 KB

54.1 Source code - TaskTimer App - Solution to The Interface Challenge.html

0.1 KB

55. Deleting a Task from The Database.mp4

78.1 MB

55. Deleting a Task from The Database.srt

0.0 KB

55.1 Wikipedia - Model–view–viewmodel.html

0.1 KB

55.2 Source code - TaskTimer App - Deleting a Task from The Database.html

0.1 KB

56. Accessing a Database on a Background Thread.mp4

91.9 MB

56. Accessing a Database on a Background Thread.srt

0.0 KB

56.1 Source code - TaskTimer App - Accessing a Database on a Background Thread.html

0.1 KB

57. Background Processing Using a Coroutine.mp4

52.1 MB

57. Background Processing Using a Coroutine.srt

0.0 KB

57.1 Source code - TaskTimer App - Background Processing using a Coroutine.html

0.1 KB

58. Clean Up AddEditFragment.mp4

76.7 MB

58. Clean Up AddEditFragment.srt

0.0 KB

58.1 Android Developers - View Model Overview - Share data between fragments.html

0.1 KB

58.2 Source code - TaskTimer App - Clean Up AddEditFragment.html

0.1 KB

59. Saving in The ViewModel.mp4

46.3 MB

59. Saving in The ViewModel.srt

0.0 KB

59.1 Source code - TaskTimer App - Saving in The ViewModel.html

0.1 KB

6. Create SQL for Tasks Table.mp4

82.2 MB

6. Create SQL for Tasks Table.srt

19.0 KB

6.1 Source code - TaskTimer App - Create SQL for Tasks Table.html

0.1 KB

60. Sharing ViewModel Instances.mp4

62.0 MB

60. Sharing ViewModel Instances.srt

0.0 KB

60.1 Source code - TaskTimer App - Sharing ViewModel Instances.html

0.1 KB

7. Singleton AppDatabase Class.mp4

91.7 MB

7. Singleton AppDatabase Class.srt

21.0 KB

7.1 Source code - TaskTimer App - Singleton AppDatabase Class.html

0.1 KB

7.2 Kotlin singletons with argument.html

0.1 KB

8. onUpgrade and Testing.mp4

125.9 MB

8. onUpgrade and Testing.srt

20.8 KB

8.1 Source code - TaskTimer App - onUpgrade and Testing.html

0.1 KB

9. The ContentProvider.mp4

177.4 MB

9. The ContentProvider.srt

31.2 KB

9.1 Creating a content provider.html

0.1 KB

9.2 Source code - TaskTimer App - The ContentProvider.html

0.1 KB

/13. Dialogs/

1. AndroidX.mp4

145.2 MB

1. AndroidX.srt

0.0 KB

1.1 Source code - Dialogs - AndroidX.html

0.1 KB

10. Implementing the Interface.mp4

43.4 MB

10. Implementing the Interface.srt

0.0 KB

10.1 Source code - Dialogs - Implementing the Interface.html

0.1 KB

11. Kotlin Extension Functions.mp4

79.8 MB

11. Kotlin Extension Functions.srt

0.0 KB

11.1 How to Add a Fragment the Kotlin way.html

0.1 KB

11.2 Source code - Dialogs - Kotlin Extension Functions.html

0.1 KB

12. Image Asset Studio.mp4

141.7 MB

12. Image Asset Studio.srt

0.0 KB

12.1 Android Developers Dialogs.html

0.1 KB

12.2 Resources - Dialogs - Image Asset Studio Clock Image.html

0.1 KB

12.3 Source code - Dialogs - Image Asset Studio.html

0.1 KB

12.4 Public Domain Vectors images.html

0.1 KB

12.5 Openclipart site.html

0.1 KB

12.6 Create app icons with Image Asset Studio.html

0.1 KB

13. Create an About Dialog the Layout Part 1.mp4

77.5 MB

13. Create an About Dialog the Layout Part 1.srt

0.0 KB

13.1 String resources.html

0.1 KB

14. Create an About Dialog the Layout Part 2.mp4

99.6 MB

14. Create an About Dialog the Layout Part 2.srt

0.0 KB

14.1 Source code - Dialogs - Create an About Dialog the Layout Part 2.html

0.1 KB

15. Displaying the About Dialog.mp4

0.0 KB

15. Displaying the About Dialog.srt

0.0 KB

15.1 Source code - Dialogs - Displaying the About Dialog.html

0.1 KB

16. Versioning and build.gradle.mp4

0.0 KB

16. Versioning and build.gradle.srt

0.0 KB

16.1 Source code - Dialogs - Versioning and build.gradle.html

0.1 KB

16.2 Version your app.html

0.1 KB

17. Dismissing the Dialogue.mp4

0.0 KB

17. Dismissing the Dialogue.srt

0.0 KB

17.1 Source code - Dialogs - Dismissing the Dialogue.html

0.1 KB

18. Supporting Older Versions.mp4

0.0 KB

18. Supporting Older Versions.srt

0.0 KB

18.1 Use IMAP to check Gmail on other email clients.html

0.1 KB

18.2 Source code - Dialogs - Supporting Older Versions.html

0.1 KB

18.3 Toolbar.html

0.1 KB

19. Compatibility Challenge Solution Part 1.mp4

0.0 KB

19. Compatibility Challenge Solution Part 1.srt

0.0 KB

2. Introduction to Dialogs.mp4

34.7 MB

2. Introduction to Dialogs.srt

0.0 KB

2.1 Source code - Dialogs - Introduction to Dialogs.html

0.1 KB

2.2 Android Developers - Dialogs.html

0.1 KB

20. Compatibility Challenge Solution Part 2.mp4

0.0 KB

20. Compatibility Challenge Solution Part 2.srt

0.0 KB

20.1 Lean and Fast Putting Your App on a Diet - Google IO 2016.html

0.2 KB

20.2 Source code - Dialogs - Compatibility Challenge Solution Part 2.html

0.1 KB

3. AppDialog Class Part 1.mp4

135.2 MB

3. AppDialog Class Part 1.srt

0.0 KB

4. AppDialog Class Part 2.mp4

87.9 MB

4. AppDialog Class Part 2.srt

0.0 KB

4.1 Android Developers - Dialogs.html

0.1 KB

4.2 Source code - Dialogs - AppDialog Class Part 2.html

0.1 KB

5. Adding a Dialog to The App.mp4

56.8 MB

5. Adding a Dialog to The App.srt

0.0 KB

5.1 Source code - Dialogs - Adding a Dialog to The App.html

0.1 KB

6. Dialog CallBacks.mp4

109.4 MB

6. Dialog CallBacks.srt

0.0 KB

6.1 Source code - Dialogs - Dialog CallBacks.html

0.1 KB

7. Asserts and BuildConfig.mp4

92.4 MB

7. Asserts and BuildConfig.srt

0.0 KB

7.1 Source code - Dialogs - Asserts and BuildConfig.html

0.1 KB

8. Strange Dialog Behavior.mp4

63.6 MB

8. Strange Dialog Behavior.srt

0.0 KB

8.1 Source code - Dialogs - Strange Dialog Behavior.html

0.1 KB

9. Confirming Exit Without Saving.mp4

70.8 MB

9. Confirming Exit Without Saving.srt

0.0 KB

9.1 Kotlin Reference - Functions.html

0.1 KB

9.2 Source code - Dialogs - Confirming Exit Without Saving.html

0.1 KB

/.../14. Extra Information - Source code, and other stuff/

1. Source Code.html

44.0 KB

2. Bonus Lecture and Information.mp4

0.0 KB

2. Bonus Lecture and Information.srt

0.0 KB

2.1 Free Course and Programming Guide.pdf.pdf

0.0 KB

/.../2. Downloading and Installing the Necessary Tools/

1. Windows - Install Android Studio.mp4

86.1 MB

1. Windows - Install Android Studio.srt

18.8 KB

1.1 Moving Android Studio and Android Emulator to 64-bit versions.html

0.1 KB

1.1 developer.android.com site.html

0.1 KB

1.2 Moving Android Studio and Android Emulator to 64-bit versions.html

0.1 KB

1.2 developer.android.com site.html

0.1 KB

2. Mac - Install Android Studio.mp4

89.2 MB

2. Mac - Install Android Studio.srt

11.1 KB

2.1 developer.android.com site.html

0.1 KB

2.2 Android Studio.html

0.1 KB

3. Linux - Install Android Studio.mp4

106.5 MB

3. Linux - Install Android Studio.srt

18.9 KB

3.1 Install Android Studio page.html

0.1 KB

3.1 Moving Android Studio and Android Emulator to 64-bit versions.html

0.1 KB

3.2 Install Android Studio page.html

0.1 KB

3.2 Moving Android Studio and Android Emulator to 64-bit versions.html

0.1 KB

4. Configure Android SDK on all Three Platforms.mp4

115.3 MB

4. Configure Android SDK on all Three Platforms.srt

21.5 KB

5. Android Studio Settings.mp4

23.7 MB

5. Android Studio Settings.srt

4.9 KB

6. Enable VT-X in BIOS.mp4

133.0 MB

6. Enable VT-X in BIOS.srt

28.5 KB

6.1 BIOS 1.html

0.1 KB

6.1 BIOS 3.html

0.1 KB

6.2 BIOS 2.html

0.1 KB

6.2 If VT-x virtualization technology is locked or disabled on your Mac.html

0.1 KB

6.3 BIOS 3.html

0.1 KB

6.3 BIOS 4.html

0.1 KB

6.4 BIOS 1.html

0.1 KB

6.4 BIOS 4.html

0.1 KB

6.5 BIOS 2.html

0.1 KB

6.5 If VT-x virtualization technology is locked or disabled on your Mac.html

0.1 KB

/.../3. Hello World Android App/

1. Your Programming Careers Questions Answered.mp4

41.4 MB

1. Your Programming Careers Questions Answered.srt

3.3 KB

10. Running on an emulator.mp4

22.8 MB

10. Running on an emulator.srt

23.7 KB

11. Running on a physical Android device.mp4

29.1 MB

11. Running on a physical Android device.srt

30.7 KB

2. Access to Programming Career Q&A.html

0.9 KB

3. Introduction.mp4

3.2 MB

3. Introduction.srt

1.4 KB

4. Android Studio Templates.mp4

90.2 MB

4. Android Studio Templates.srt

18.9 KB

5. More on Android Templates.mp4

20.1 MB

5. More on Android Templates.srt

20.4 KB

5.1 Source code - Hello World Android App - More on Android Templates.html

0.1 KB

6. Hello World.mp4

32.9 MB

6. Hello World.srt

30.7 KB

7. Tour of Android Studio.mp4

36.6 MB

7. Tour of Android Studio.srt

40.3 KB

7.1 Source code - Hello World Android App - Tour of Android Studio.html

0.1 KB

8. Setting Up a Virtual Device.mp4

33.0 MB

8. Setting Up a Virtual Device.srt

33.8 KB

8.1 Genymotion Site.html

0.1 KB

9. FAQ Emulators on Windows 10 with AMD processor.html

1.0 KB

/4. Kotlin Tutorials/

1. FAQ for Android Studio 3.3.html

3.2 KB

10. Objects and Instances.mp4

31.8 MB

10. Objects and Instances.srt

29.1 KB

10.1 Source code - Kotlin Tutorials - Objects and Instances.html

0.1 KB

11. Challenge.mp4

62.3 MB

11. Challenge.srt

13.9 KB

12. Lists.mp4

23.9 MB

12. Lists.srt

23.0 KB

12.1 Source code - Kotlin Tutorials - Lists.html

0.1 KB

12.2 Class ArrayListE.html

0.1 KB

13. More on Lists.mp4

27.6 MB

13. More on Lists.srt

24.5 KB

13.1 Source code - Kotlin Tutorials - More on Lists.html

0.1 KB

14. toString Challenge.mp4

39.7 MB

14. toString Challenge.srt

8.8 KB

14.1 Source code - Kotlin Tutorials - toString Challenge.html

0.1 KB

15. for Loops.mp4

120.4 MB

15. for Loops.srt

25.2 KB

15.1 Source code - Kotlin Tutorials - for Loops.html

0.1 KB

16. for Encapsulation and Private Properties.mp4

32.1 MB

16. for Encapsulation and Private Properties.srt

24.1 KB

16.1 Visibility Modifiers.html

0.1 KB

16.2 Source code - Kotlin Tutorials - for Encapsulation and Private Properties.html

0.1 KB

17. Overloading Functions.mp4

18.3 MB

17. Overloading Functions.srt

18.1 KB

17.1 Source code - Kotlin Tutorials - Overloading Functions.html

0.1 KB

18. Inheritance.mp4

101.5 MB

18. Inheritance.srt

27.8 KB

18.1 Source code - Kotlin Tutorials - Inheritance.html

0.1 KB

19. More on Inheritance.mp4

22.8 MB

19. More on Inheritance.srt

19.8 KB

19.1 Source code - Kotlin Tutorials - More on Inheritance.html

0.1 KB

2. Kotlin Tutorial Setup.mp4

28.0 MB

2. Kotlin Tutorial Setup.srt

22.6 KB

2.1 Source code - Kotlin Tutorials - Kotlin Tutorial Setup.html

0.1 KB

20. Inheritance Continued.mp4

80.1 MB

20. Inheritance Continued.srt

19.1 KB

20.1 Source code - Kotlin Tutorials - Inheritance Continued.html

0.1 KB

21. Further Inheritance.mp4

22.2 MB

21. Further Inheritance.srt

19.6 KB

21.1 Source code - Kotlin Tutorials - Further Inheritance.html

0.1 KB

22. while Loops.mp4

32.8 MB

22. while Loops.srt

30.8 KB

22.1 Source code - Kotlin Tutorials - while Loops.html

0.1 KB

23. for Loop Revisited.mp4

25.3 MB

23. for Loop Revisited.srt

16.7 KB

23.1 Source code - Kotlin Tutorials - for Loop Revisited.html

0.1 KB

24. do while Loop.mp4

13.6 MB

24. do while Loop.srt

9.9 KB

24.1 Source code - Kotlin Tutorials - do while Loop.html

0.1 KB

25. Loop Challenge.mp4

139.1 MB

25. Loop Challenge.srt

22.9 KB

25.1 Source code - Kotlin Tutorials - Loop Challenge.html

0.1 KB

3. Kotlin Tutorial 1.mp4

19.0 MB

3. Kotlin Tutorial 1.srt

20.8 KB

3.1 Source code - Kotlin Tutorials - Kotlin Tutorial 1.html

0.1 KB

4. Variables and Types.mp4

24.7 MB

4. Variables and Types.srt

13.8 KB

4.1 Source code - Kotlin Tutorials - Variables and Types.html

0.1 KB

5. More on Variables and Types.mp4

25.3 MB

5. More on Variables and Types.srt

23.9 KB

5.1 Source code - Kotlin Tutorials - More on Variables and Types.html

0.1 KB

6. String Concatenation and Interpolation.mp4

117.1 MB

6. String Concatenation and Interpolation.srt

25.1 KB

6.1 Source code - Kotlin Tutorials - String Concatenation and Interpolation.html

0.1 KB

7. val and var and more on Declarations.mp4

24.6 MB

7. val and var and more on Declarations.srt

21.9 KB

7.1 Source code - Kotlin Tutorials - val and var and more on Declarations.html

0.1 KB

8. Conditions.mp4

37.5 MB

8. Conditions.srt

37.4 KB

8.1 Source code - Kotlin Tutorials - Conditions.html

0.1 KB

9. Classes.mp4

130.5 MB

9. Classes.srt

38.2 KB

9.1 Source code - Kotlin Tutorials - Classes.html

0.1 KB

/.../5. The Button Counter App/

1. Introduction.mp4

27.0 MB

1. Introduction.srt

4.7 KB

10. Baseline Constraints.mp4

19.9 MB

10. Baseline Constraints.srt

20.3 KB

10.1 Source code - The Button Counter App - Baseline Constraints.html

0.1 KB

10.2 text.txt.html

0.1 KB

11. Constraining Widgets.mp4

9.9 MB

11. Constraining Widgets.srt

11.9 KB

11.1 Source code - The Button Counter App - Constraining Widgets.html

0.1 KB

12. Add Scrolling Capabilities.mp4

26.6 MB

12. Add Scrolling Capabilities.srt

29.0 KB

12.1 Source code - The Button Counter App - Add Scrolling Capabilities.html

0.1 KB

13. The Button Counter App.mp4

129.5 MB

13. The Button Counter App.srt

30.4 KB

13.1 Source code - The Button Counter App - The Button Counter App.html

0.1 KB

14. Finish Layout.mp4

23.2 MB

14. Finish Layout.srt

24.9 KB

14.1 Source code - The Button Counter App - Finish Layout.html

0.1 KB

15. Coding Button Counter App.mp4

128.3 MB

15. Coding Button Counter App.srt

30.5 KB

15.1 Developer Android Studio Guide.html

0.1 KB

16. findViewById and r Class.mp4

25.6 MB

16. findViewById and r Class.srt

25.2 KB

17. Events and setonclicklistener.mp4

14.3 MB

17. Events and setonclicklistener.srt

15.9 KB

18. Testing and Challenge Time.mp4

34.8 MB

18. Testing and Challenge Time.srt

30.1 KB

19. Extending the Button App.mp4

21.6 MB

19. Extending the Button App.srt

21.7 KB

2. Setup Play Project.mp4

21.4 MB

2. Setup Play Project.srt

24.5 KB

2.1 ball_100x100.jpg.html

0.1 KB

2.2 ball_640x480.jpg.html

0.1 KB

20. Testing and Challenge.mp4

82.7 MB

20. Testing and Challenge.srt

13.6 KB

21. Fixing Kotlin Gradle Issues.mp4

10.9 MB

21. Fixing Kotlin Gradle Issues.srt

7.9 KB

22. The Activity Lifecycle.mp4

32.9 MB

22. The Activity Lifecycle.srt

30.1 KB

23. The Logcat Pane.mp4

20.0 MB

23. The Logcat Pane.srt

19.1 KB

24. Logging the Activity Lifecycle.mp4

113.8 MB

24. Logging the Activity Lifecycle.srt

18.6 KB

25. Activity Lifecycle in Action.mp4

33.9 MB

25. Activity Lifecycle in Action.srt

31.7 KB

26. Saving and Restoring Instance State.mp4

30.5 MB

26. Saving and Restoring Instance State.srt

30.8 KB

26.1 Activities.html

0.1 KB

26.2 Activity.html

0.1 KB

26.3 ButtonClickCounter.zip.zip

145.3 KB

26.4 The Activity Lifecycle.html

0.1 KB

3. The Constraint Layout.mp4

25.0 MB

3. The Constraint Layout.srt

41.0 KB

3.1 Source code - The Button Counter App - The Constraint Layout.html

0.1 KB

4. Constraints and Resizing.mp4

124.4 MB

4. Constraints and Resizing.srt

32.6 KB

4.1 Source code - The Button Counter App - Constraints and Resizing.html

0.1 KB

5. Positioning Widgets.mp4

12.9 MB

5. Positioning Widgets.srt

15.0 KB

5.1 ImageView.ScaleType.html

0.1 KB

5.2 Source code - The Button Counter App - Positioning Widgets.html

0.1 KB

6. Inner Lines within a Widget.mp4

79.1 MB

6. Inner Lines within a Widget.srt

15.5 KB

6.1 Source code - The Button Counter App - Inner Lines within a Widget.html

0.1 KB

7. Layouts on Different Devices.mp4

18.0 MB

7. Layouts on Different Devices.srt

21.5 KB

7.1 Source code - The Button Counter App - Layouts on Different Devices.html

0.1 KB

7.2 Supporting Different Densities.html

0.1 KB

8. More on the Constraints.mp4

20.0 MB

8. More on the Constraints.srt

26.2 KB

8.1 Source code - The Button Counter App - More on the Constraints.html

0.1 KB

9. Layout Designer rendering error.html

3.1 KB

/6. Calculator App/

1. Demo Calculator App.mp4

62.3 MB

1. Demo Calculator App.srt

9.8 KB

1.1 Source code - Calculator App - Demo Calculator App.html

0.1 KB

10. Write Perform Operation Function.mp4

31.4 MB

10. Write Perform Operation Function.srt

30.9 KB

10.1 Source code -  Calculator App - Write Perform Operation Function.html

0.1 KB

11. Bug Fix and Code Improvements.mp4

30.1 MB

11. Bug Fix and Code Improvements.srt

29.3 KB

11.1 Source code - Calculator App - Bug Fix and Code Improvements.html

0.1 KB

12. Bug Fix Challlenge and Save State.mp4

195.9 MB

12. Bug Fix Challlenge and Save State.srt

40.9 KB

12.1 Source code - Calculator App - Bug Fix Challlenge and Save State.html

0.1 KB

13. Widget References in Kotlin.mp4

15.6 MB

13. Widget References in Kotlin.srt

13.7 KB

13.1 Source code - Calculator App - Widget References in Kotlin.html

0.1 KB

14. Guidelines.mp4

23.6 MB

14. Guidelines.srt

27.6 KB

14.1 Source code - Calculator App - Guidelines.html

0.1 KB

14.2 Guideline.html

0.1 KB

15. Fixing Landscape Layout.mp4

120.6 MB

15. Fixing Landscape Layout.srt

23.2 KB

15.1 Source code - Calculator App - Fixing Landscape Layout.html

0.1 KB

16. Add Neg Button to Layout.mp4

14.0 MB

16. Add Neg Button to Layout.srt

14.7 KB

16.1 Source code - Calculator App - Add Neg Button to Layout.html

0.1 KB

17. Code Changes for Neg Button.mp4

18.4 MB

17. Code Changes for Neg Button.srt

17.1 KB

17.1 Source code - Calculator App - Code Changes for Neg Button.html

0.1 KB

18. Add Neg Button to Portrait.mp4

34.0 MB

18. Add Neg Button to Portrait.srt

41.5 KB

18.1 Source code - Calculator App - Add Neg Button to Portrait.html

0.1 KB

2. Calculator Interface Setup.mp4

27.4 MB

2. Calculator Interface Setup.srt

34.4 KB

2.1 Source code - Calculator App - Calculator Interface Setup.html

0.1 KB

3. Continue with Interface.mp4

184.2 MB

3. Continue with Interface.srt

29.2 KB

3.1 Source code - Calculator App - Continue with Interface.html

0.1 KB

4. Fine Tuning the Layout.mp4

27.7 MB

4. Fine Tuning the Layout.srt

24.0 KB

4.1 Source code - Calculator App - Fine Tuning the Layout.html

0.1 KB

5. Create Landscape Layout.mp4

19.8 MB

5. Create Landscape Layout.srt

16.5 KB

5.1 Source code - Calculator App - Create Landscape Layout.html

0.1 KB

6. Comparing FIles with Diff.mp4

50.5 MB

6. Comparing FIles with Diff.srt

33.8 KB

7. Comparing Directories.mp4

18.1 MB

7. Comparing Directories.srt

17.6 KB

8. Coding the Calculator.mp4

41.0 MB

8. Coding the Calculator.srt

42.7 KB

8.1 Source code - Calculator App - Coding the Calculator.html

0.1 KB

8.2 GitHub Google StyleGuide.html

0.1 KB

9. Add onClickListeners.mp4

14.9 MB

9. Add onClickListeners.srt

12.7 KB

9.1 Source code - Calculator App - Add onClickListeners.html

0.1 KB

/.../7. The Top 10 Downloader App/

1. Introduction.mp4

26.2 MB

1. Introduction.srt

24.2 KB

1.1 Source code - The Top 10 Downloader App - Introduction.html

0.1 KB

10. Parsing the Data.mp4

50.5 MB

10. Parsing the Data.srt

37.3 KB

10.1 XmlPullParser.html

0.1 KB

10.2 Source code -The Top 10 Downloader App - Parsing the Data.html

0.1 KB

10.3 XML Pull Parsing.html

0.1 KB

11. Create Xml Parse Function.mp4

37.7 MB

11. Create Xml Parse Function.srt

27.8 KB

11.1 Source code - The Top 10 Downloader App - Create Xml Parse Function.html

0.1 KB

12. Testing the App.mp4

35.2 MB

12. Testing the App.srt

21.0 KB

12.1 Source code - The Top 10 Downloader App - Testing the App.html

0.1 KB

13. ListView and ArrayAdapter.mp4

31.0 MB

13. ListView and ArrayAdapter.srt

25.4 KB

13.1 ArrayAdapter.html

0.1 KB

13.2 View.html

0.1 KB

13.3 Source code - The Top 10 Downloader App - ListView and ArrayAdapter.html

0.1 KB

14. Code Changes for Array Adapter.mp4

51.5 MB

14. Code Changes for Array Adapter.srt

35.3 KB

14.1 Source code - The Top 10 Downloader App - Code Changes for Array Adapter.html

0.1 KB

15. onDestroy and Asynctask.mp4

23.1 MB

15. onDestroy and Asynctask.srt

15.6 KB

15.1 Source code - The Top 10 Downloader App - onDestroy and Asynctask.html

0.1 KB

16. Create Custom Adapter.mp4

25.8 MB

16. Create Custom Adapter.srt

21.6 KB

16.1 Source code - The Top 10 Downloader App - Create Custom Adapter.html

0.1 KB

17. Custom Adapter Code.mp4

42.7 MB

17. Custom Adapter Code.srt

33.6 KB

17.1 Context.html

0.1 KB

17.2 ArrayAdapter.html

0.1 KB

17.3 LayoutInflater.html

0.1 KB

17.4 Source code - The Top 10 Downloader App - Custom Adapter Code.html

0.1 KB

18. Improving the Adapter.mp4

44.9 MB

18. Improving the Adapter.srt

27.1 KB

18.1 Source code - The Top 10 Downloader App - Improving the Adapter.html

0.1 KB

19. ViewHolder Pattern.mp4

37.7 MB

19. ViewHolder Pattern.srt

24.2 KB

19.1 Source code - The Top 10 Downloader App - ViewHolder Pattern.html

0.1 KB

19.2 Google IO 2010 - The world of ListView.html

0.1 KB

19.3 Hold View Objects in a View Holder.html

0.2 KB

2. AsyncTask.mp4

23.3 MB

2. AsyncTask.srt

31.7 KB

2.1 AsyncTask.html

0.1 KB

2.2 Source code - The Top 10 Downloader App - AsyncTask.html

0.1 KB

20. Adding a Menu - Layout.mp4

22.5 MB

20. Adding a Menu - Layout.srt

20.3 KB

21. Adding A Menu - Code.mp4

44.2 MB

21. Adding A Menu - Code.srt

32.3 KB

21.1 Link for Top 10 Paid Applications.html

0.2 KB

21.2 Link for Top 10 Songs.html

0.1 KB

21.3 Link for Top 10 Free Applications.html

0.2 KB

22. Menu Groups - Layout.mp4

20.5 MB

22. Menu Groups - Layout.srt

21.5 KB

23. Menu Groups - Code.mp4

211.2 MB

23. Menu Groups - Code.srt

29.7 KB

23.1 Menus.html

0.1 KB

23.2 Redundant Downloads are Redundant.html

0.1 KB

24. Challenge Solution.mp4

206.5 MB

24. Challenge Solution.srt

30.1 KB

24.1 Source code - The Top 10 Downloader App - Challenge Solution​.html

0.1 KB

3. Logging and Logcat.mp4

23.5 MB

3. Logging and Logcat.srt

16.9 KB

3.1 Source code - The Top 10 Downloader App - Logging and Logcat.html

0.1 KB

4. Important note for API 28 and the Top 10 Downloader.html

1.3 KB

5. Download the RSS Feed.mp4

33.4 MB

5. Download the RSS Feed.srt

29.1 KB

5.1 Apple RSS feed url.html

0.2 KB

5.2 Source code - The Top 10 Downloader App - Download the RSS Feed.html

0.1 KB

6. Reading the Data.mp4

56.7 MB

6. Reading the Data.srt

42.7 KB

6.1 Source code - The Top 10 Downloader App - Reading the Data.html

0.1 KB

6.2 BufferedReader.html

0.1 KB

7. Android Permissions.mp4

62.9 MB

7. Android Permissions.srt

39.8 KB

7.1 Working with System Permissions.html

0.1 KB

7.2 Source code - The Top 10 Downloader App - Android Permissions.html

0.1 KB

8. Writing Idiomatic Kotlin.mp4

40.3 MB

8. Writing Idiomatic Kotlin.srt

30.1 KB

8.1 Source code - The Top 10 Downloader App - Writing Idiomatic Kotlin.html

0.1 KB

9. More Idiomatic Kotlin.mp4

18.2 MB

9. More Idiomatic Kotlin.srt

14.5 KB

9.1 Source code - The Top 10 Downloader App - More Idiomatic Kotlin.html

0.1 KB

/.../8. The YouTube app/

1. Setup.mp4

40.2 MB

1. Setup.srt

38.5 KB

1.1 YouTube Android Player API.html

0.1 KB

10. Extending App Layouts.mp4

13.6 MB

10. Extending App Layouts.srt

8.1 KB

10.1 Source code - The YouTube app - Extending App Layouts.html

0.1 KB

11. Extending Youtube App Code.mp4

31.3 MB

11. Extending Youtube App Code.srt

18.2 KB

11.1 Source code - The YouTube app - Extending Youtube App Code.html

0.1 KB

12. Implementing Intents and Challenge.mp4

216.8 MB

12. Implementing Intents and Challenge.srt

28.0 KB

12.1 Intents and Intent Filters.html

0.1 KB

12.2 YouTubeStandalonePlayer.html

0.2 KB

12.3 Intent.html

0.1 KB

12.4 Source code - The YouTube app - Implementing Intents and Challenge.html

0.1 KB

13. Challenge Solution.mp4

14.3 MB

13. Challenge Solution.srt

8.1 KB

13.1 Source code - The YouTube app - Challenge Solution.html

0.1 KB

14. More Error Handling.mp4

43.6 MB

14. More Error Handling.srt

22.1 KB

14.1 Source code - The YouTube app - More Error Handling.html

0.1 KB

2. YouTube Activity.mp4

30.2 MB

2. YouTube Activity.srt

22.4 KB

2.1 Source code - The YouTube app - YouTube Activity.html

0.1 KB

3. Adding Widgets Dynamically.mp4

26.5 MB

3. Adding Widgets Dynamically.srt

14.1 KB

3.1 Source code - The YouTube app - Adding Widgets Dynamically.html

0.1 KB

4. Google API Key.mp4

69.8 MB

4. Google API Key.srt

19.7 KB

4.1 Google APIs.html

0.1 KB

5. Add Key to Code.mp4

18.9 MB

5. Add Key to Code.srt

13.1 KB

5.1 The Complete Java Developer Course.html

0.1 KB

5.2 Source code - The YouTube app - Add Key to Code.html

0.1 KB

6. The YouTube Player.mp4

35.6 MB

6. The YouTube Player.srt

21.5 KB

6.1 YouTubeInitializationResult.html

0.2 KB

6.2 Source code - The YouTube app - The YouTube Player.html

0.1 KB

7. onInitializationSuccess Method.mp4

37.9 MB

7. onInitializationSuccess Method.srt

20.3 KB

7.1 Source code - The YouTube app - onInitializationSuccess Method.html

0.1 KB

8. Adding Listeners.mp4

30.3 MB

8. Adding Listeners.srt

16.3 KB

8.1 Source code - The YouTube app - Adding Listeners.html

0.1 KB

9. Improving the Player.mp4

20.6 MB

9. Improving the Player.srt

9.7 KB

9.1 Source code - The YouTube app - Improving the Player.html

0.1 KB

/.../9. Flickr Browser App/

1. Introduction.mp4

7.5 MB

1. Introduction.srt

6.7 KB

1.1 Material Design.html

0.1 KB

10. GetFlickJsonData class.mp4

65.1 MB

10. GetFlickJsonData class.srt

27.9 KB

10.1 Photo Source URLs.html

0.1 KB

10.2 org.json.html

0.1 KB

11. GetFlickrJsonData class continued.mp4

63.4 MB

11. GetFlickrJsonData class continued.srt

25.8 KB

11.1 Source code - Flickr Browser App - GetFlickrJsonData class continued.html

0.1 KB

12. Uri Builder.mp4

36.0 MB

12. Uri Builder.srt

15.5 KB

12.1 Source code - Flickr Browser App - Uri Builder.html

0.1 KB

13. Flickr Browser User Inferface.mp4

28.1 MB

13. Flickr Browser User Inferface.srt

19.9 KB

13.1 Source code - Flickr Browser App - Flickr Browser User Inferface.html

0.1 KB

14. RecyclerView Layouts.mp4

37.5 MB

14. RecyclerView Layouts.srt

24.4 KB

14.1 Source code - Flickr Browser App - RecyclerView Layouts.html

0.1 KB

14.2 Material Icons.html

0.1 KB

15. Finishing Browse Layout.mp4

15.2 MB

15. Finishing Browse Layout.srt

9.7 KB

15.1 Source code - Flickr Browser App - Finishing Browse Layout.html

0.1 KB

15.2 ImageView.html

0.1 KB

16. Search and PhotoDetail Activities.mp4

21.5 MB

16. Search and PhotoDetail Activities.srt

14.9 KB

16.1 Source code - Flickr Browser App - Search and PhotoDetail Activities.html

0.1 KB

17. Nested Layouts.mp4

36.6 MB

17. Nested Layouts.srt

25.8 KB

17.1 CardView.html

0.1 KB

17.2 Source code - Flickr Browser App - Nested Layouts.html

0.1 KB

18. Recyclerview Adapter.mp4

42.1 MB

18. Recyclerview Adapter.srt

25.4 KB

18.1 Source code - Flickr Browser App - Recyclerview Adapter.html

0.1 KB

19. onBindViewHolder and Picasso.mp4

37.9 MB

19. onBindViewHolder and Picasso.srt

22.1 KB

19.1 Picasso.html

0.1 KB

19.2 Source code - Flickr Browser App - onBindViewHolder and Picasso.html

0.1 KB

2. Flick App and Feeds.mp4

46.8 MB

2. Flick App and Feeds.srt

23.7 KB

2.1 photos_public.gne.html

0.1 KB

2.2 Flickr Site.html

0.1 KB

2.3 Flickr Feeds.html

0.1 KB

20. Associate Adapter to Recyclerview.mp4

22.8 MB

20. Associate Adapter to Recyclerview.srt

10.0 KB

20.1 Source code - Flickr Browser App - Associate Adapter to Recyclerview.html

0.1 KB

21. RecyclerItemClickListener.mp4

54.4 MB

21. RecyclerItemClickListener.srt

26.6 KB

21.1 Source code - Flickr Browser App - RecyclerItemClickListener.html

0.1 KB

21.2 RecyclerView.OnItemTouchListener.html

0.2 KB

21.3 RecyclerView.SimpleOnItemTouchListener.html

0.2 KB

21.4 GestureDetector.html

0.1 KB

21.5 Getting your clicks on RecyclerView.html

0.1 KB

22. GestureDetector.mp4

45.8 MB

22. GestureDetector.srt

22.0 KB

22.1 Source code - Flickr Browser App - GestureDetector.html

0.1 KB

22.2 GestureDetector.SimpleOnGestureListener.html

0.2 KB

23. Displaying the full photo.mp4

41.0 MB

23. Displaying the full photo.srt

24.0 KB

23.1 Source code - Flickr Browser App - Displaying the full photo.html

0.1 KB

24. Serializable.mp4

48.0 MB

24. Serializable.srt

23.7 KB

24.1 Source code - Flickr Browser App - Serializable.html

0.1 KB

24.2 Serializable Objects.html

0.1 KB

25. Modify Photo Details Activity.mp4

17.3 MB

25. Modify Photo Details Activity.srt

8.6 KB

25.1 Source code - Flickr Browser App - Modify Photo Details Activity.html

0.1 KB

26. Parcelable.mp4

23.6 MB

26. Parcelable.srt

13.9 KB

26.1 GitHub kotlinx.serialization.html

0.1 KB

26.2 Source code - Flickr Browser App - Parcelable.html

0.1 KB

26.3 Kotlin Serialization.html

0.1 KB

27. Material Design.mp4

122.8 MB

27. Material Design.srt

21.5 KB

27.1 Material Design.html

0.1 KB

28. More on Material Design.mp4

26.8 MB

28. More on Material Design.srt

16.0 KB

28.1 Material Palette.html

0.1 KB

29. AppCompat - Backwards Compatibility.mp4

56.2 MB

29. AppCompat - Backwards Compatibility.srt

11.3 KB

29.1 Support Library.html

0.1 KB

3. Json and Mini challenge.mp4

54.0 MB

3. Json and Mini challenge.srt

21.0 KB

3.1 Feeds with tags Android,Oreo,SDK.html

0.2 KB

3.2 Flickr Feeds.html

0.1 KB

3.3 Flickr Feeds tagmode any.html

0.2 KB

30. Style Sheets.mp4

29.3 MB

30. Style Sheets.srt

18.8 KB

31. Custom Style Sheets.mp4

35.2 MB

31. Custom Style Sheets.srt

20.5 KB

31.1 Source code - Flickr Browser App - Custom Style Sheets.html

0.1 KB

32. Namespaces.mp4

109.6 MB

32. Namespaces.srt

18.1 KB

32.1 Style Resource.html

0.1 KB

32.2 Styles and Themes.html

0.1 KB

32.3 Source code - Flickr Browser App - Namespaces.html

0.1 KB

32.4 colorPrimary.html

0.1 KB

33. Other Material Design Changes.mp4

33.9 MB

33. Other Material Design Changes.srt

15.0 KB

33.1 Source code - Flickr Browser App - Other Material Design Changes.html

0.1 KB

33.2 android_material_design_colours.xml.html

0.1 KB

34. Missing Style Editor video.html

0.3 KB

35. Differences in API Levels.mp4

19.8 MB

35. Differences in API Levels.srt

14.1 KB

35.1 ImageView.html

0.1 KB

35.2 Source code - Flickr Browser App - Differences in API Levels.html

0.1 KB

36. String Resources.mp4

18.0 MB

36. String Resources.srt

17.4 KB

36.1 Source code - Flickr Browser App - String Resources.html

0.1 KB

37. String Resources Placeholders.mp4

22.1 MB

37. String Resources Placeholders.srt

15.7 KB

37.1 Source code - Flickr Browser App - String Resources Placeholders.html

0.1 KB

38. Adding the Search Feature.mp4

14.6 MB

38. Adding the Search Feature.srt

7.8 KB

38.1 Source code - Flickr Browser App - Adding the Search Feature.html

0.1 KB

39. SearchView.mp4

35.7 MB

39. SearchView.srt

21.1 KB

39.1 Source code - Flickr Browser App - SearchView.html

0.1 KB

4. Log Tag and Companion Objects.mp4

39.0 MB

4. Log Tag and Companion Objects.srt

23.0 KB

4.1 Source code - Flickr Browser App - Log Tag and Companion Objects.html

0.1 KB

40. More on SearchView.mp4

34.7 MB

40. More on SearchView.srt

17.7 KB

40.1 Source code - Flickr Browser App - More on SearchView.html

0.1 KB

41. SearchView Events.mp4

29.4 MB

41. SearchView Events.srt

14.5 KB

41.1 Source code - Flickr Browser App - SearchView Events.html

0.1 KB

42. SharedPreferences.mp4

28.7 MB

42. SharedPreferences.srt

14.7 KB

42.1 Source code - Flickr Browser App - SharedPreferences.html

0.1 KB

43. Telling Fibs.mp4

106.1 MB

43. Telling Fibs.srt

13.3 KB

43.1 Source code - Flickr Browser App - Telling Fibs.html

0.1 KB

5. Kotlin top-level constants.html

2.0 KB

6. Download JSON - doInBackground.mp4

29.1 MB

6. Download JSON - doInBackground.srt

16.4 KB

6.1 Source code - Flickr Browser App - Download JSON - doInBackground.html

0.1 KB

7. Downloading the JSON.mp4

37.9 MB

7. Downloading the JSON.srt

18.9 KB

7.1 Link to JSON.html

0.2 KB

7.2 Source code - Flickr Browser App - Downloading the JSON.html

0.1 KB

8. CallBacks.mp4

45.8 MB

8. CallBacks.srt

22.9 KB

8.1 Source code - Flickr Browser App - CallBacks.html

0.1 KB

9. Project Diagram and Photo Class.mp4

21.2 MB

9. Project Diagram and Photo Class.srt

12.3 KB

9.1 Class Diagram.html

0.1 KB

/1. Welcome/

1. Introduction.mp4

35.9 MB

1. Introduction.srt

4.5 KB

2. Where to get the Code.mp4

4.7 MB

2. Where to get the Code.srt

5.5 KB

3. Strategy for Passing the Course.mp4

9.9 MB

3. Strategy for Passing the Course.srt

12.1 KB

4. Course Outline.mp4

32.5 MB

4. Course Outline.srt

7.0 KB

/.../10. Stock Trading Project with Reinforcement Learning/

1. Stock Trading Project Section Introduction.mp4

28.1 MB

1. Stock Trading Project Section Introduction.srt

7.5 KB

2. Data and Environment.mp4

54.5 MB

2. Data and Environment.srt

17.2 KB

3. How to Model Q for Q-Learning.mp4

47.1 MB

3. How to Model Q for Q-Learning.srt

13.2 KB

4. Design of the Program.mp4

24.4 MB

4. Design of the Program.srt

9.5 KB

5. Code pt 1.mp4

52.1 MB

5. Code pt 1.srt

10.8 KB

6. Code pt 2.mp4

68.5 MB

6. Code pt 2.srt

13.1 KB

7. Code pt 3.mp4

35.4 MB

7. Code pt 3.srt

6.0 KB

8. Code pt 4.mp4

51.5 MB

8. Code pt 4.srt

9.3 KB

9. Stock Trading Project Discussion.mp4

16.5 MB

9. Stock Trading Project Discussion.srt

4.9 KB

/.../11. Appendix FAQ/

1. What is the Appendix.mp4

5.7 MB

1. What is the Appendix.srt

3.9 KB

10. What order should I take your courses in (part 1).mp4

30.7 MB

10. What order should I take your courses in (part 1).srt

17.6 KB

11. What order should I take your courses in (part 2).mp4

39.4 MB

11. What order should I take your courses in (part 2).srt

25.8 KB

12. BONUS Where to get discount coupons and FREE deep learning material.mp4

39.7 MB

12. BONUS Where to get discount coupons and FREE deep learning material.srt

8.6 KB

2. Windows-Focused Environment Setup 2018.mp4

195.4 MB

2. Windows-Focused Environment Setup 2018.srt

22.2 KB

3. How to install Numpy, Scipy, Matplotlib, Pandas, IPython, Theano, and TensorFlow.mp4

46.0 MB

3. How to install Numpy, Scipy, Matplotlib, Pandas, IPython, Theano, and TensorFlow.srt

18.8 KB

4. How to Code by Yourself (part 1).mp4

25.7 MB

4. How to Code by Yourself (part 1).srt

30.9 KB

5. How to Code by Yourself (part 2).mp4

15.5 MB

5. How to Code by Yourself (part 2).srt

18.9 KB

6. How to Succeed in this Course (Long Version).mp4

19.2 MB

6. How to Succeed in this Course (Long Version).srt

15.8 KB

7. Is this for Beginners or Experts Academic or Practical Fast or slow-paced.mp4

40.8 MB

7. Is this for Beginners or Experts Academic or Practical Fast or slow-paced.srt

34.7 KB

8. Proof that using Jupyter Notebook is the same as not using it.mp4

82.1 MB

8. Proof that using Jupyter Notebook is the same as not using it.srt

15.4 KB

9. Python 2 vs Python 3.mp4

8.2 MB

9. Python 2 vs Python 3.srt

6.8 KB

/.../2. Return of the Multi-Armed Bandit/

1. Problem Setup and The Explore-Exploit Dilemma.mp4

6.8 MB

1. Problem Setup and The Explore-Exploit Dilemma.srt

8.0 KB

10. Thompson Sampling vs. Epsilon-Greedy vs. Optimistic Initial Values vs. UCB1.mp4

11.1 MB

10. Thompson Sampling vs. Epsilon-Greedy vs. Optimistic Initial Values vs. UCB1.srt

6.2 KB

11. Nonstationary Bandits.mp4

7.8 MB

11. Nonstationary Bandits.srt

8.0 KB

12. Bandit Summary, Real Data, and Online Learning.mp4

35.6 MB

12. Bandit Summary, Real Data, and Online Learning.srt

9.8 KB

13. (Optional) Alternative Bandit Designs.mp4

52.8 MB

13. (Optional) Alternative Bandit Designs.srt

15.6 KB

2. Applications of the Explore-Exploit Dilemma.mp4

53.7 MB

2. Applications of the Explore-Exploit Dilemma.srt

11.9 KB

3. Epsilon-Greedy.mp4

2.9 MB

3. Epsilon-Greedy.srt

3.3 KB

4. Updating a Sample Mean.mp4

2.3 MB

4. Updating a Sample Mean.srt

2.2 KB

5. Designing Your Bandit Program.mp4

25.7 MB

5. Designing Your Bandit Program.srt

6.2 KB

6. Comparing Different Epsilons.mp4

8.4 MB

6. Comparing Different Epsilons.srt

5.4 KB

7. Optimistic Initial Values.mp4

16.6 MB

7. Optimistic Initial Values.srt

3.4 KB

8. UCB1.mp4

8.6 MB

8. UCB1.srt

8.3 KB

9. Bayesian Thompson Sampling.mp4

54.4 MB

9. Bayesian Thompson Sampling.srt

12.8 KB

/.../3. High Level Overview of Reinforcement Learning/

1. What is Reinforcement Learning.mp4

57.3 MB

1. What is Reinforcement Learning.srt

12.0 KB

2. On Unusual or Unexpected Strategies of RL.mp4

38.9 MB

2. On Unusual or Unexpected Strategies of RL.srt

8.6 KB

3. Defining Some Terms.mp4

44.4 MB

3. Defining Some Terms.srt

10.1 KB

/.../4. Build an Intelligent Tic-Tac-Toe Agent/

1. Naive Solution to Tic-Tac-Toe.mp4

6.4 MB

1. Naive Solution to Tic-Tac-Toe.srt

7.4 KB

10. Tic Tac Toe Code Main Loop and Demo.mp4

9.9 MB

10. Tic Tac Toe Code Main Loop and Demo.srt

9.5 KB

11. Tic Tac Toe Summary.mp4

8.7 MB

11. Tic Tac Toe Summary.srt

10.5 KB

12. Tic Tac Toe Exercise.mp4

20.7 MB

12. Tic Tac Toe Exercise.srt

5.0 KB

2. Components of a Reinforcement Learning System.mp4

13.3 MB

2. Components of a Reinforcement Learning System.srt

15.2 KB

3. Notes on Assigning Rewards.mp4

4.4 MB

3. Notes on Assigning Rewards.srt

5.1 KB

4. The Value Function and Your First Reinforcement Learning Algorithm.mp4

108.8 MB

4. The Value Function and Your First Reinforcement Learning Algorithm.srt

25.1 KB

5. Tic Tac Toe Code Outline.mp4

5.3 MB

5. Tic Tac Toe Code Outline.srt

6.6 KB

6. Tic Tac Toe Code Representing States.mp4

4.6 MB

6. Tic Tac Toe Code Representing States.srt

5.0 KB

7. Tic Tac Toe Code Enumerating States Recursively.mp4

10.3 MB

7. Tic Tac Toe Code Enumerating States Recursively.srt

11.6 KB

8. Tic Tac Toe Code The Environment.mp4

10.5 MB

8. Tic Tac Toe Code The Environment.srt

12.3 KB

9. Tic Tac Toe Code The Agent.mp4

9.4 MB

9. Tic Tac Toe Code The Agent.srt

11.2 KB

/.../5. Markov Decision Proccesses/

1. Gridworld.mp4

3.5 MB

1. Gridworld.srt

4.1 KB

2. The Markov Property.mp4

7.5 MB

2. The Markov Property.srt

8.6 KB

3. Defining and Formalizing the MDP.mp4

7.0 MB

3. Defining and Formalizing the MDP.srt

8.1 KB

4. Future Rewards.mp4

5.4 MB

4. Future Rewards.srt

6.2 KB

5. Value Function Introduction.mp4

20.7 MB

5. Value Function Introduction.srt

16.9 KB

6. Value Functions.mp4

8.7 MB

6. Value Functions.srt

12.7 KB

7. Bellman Examples.mp4

91.3 MB

7. Bellman Examples.srt

30.1 KB

8. Optimal Policy and Optimal Value Function.mp4

3.4 MB

8. Optimal Policy and Optimal Value Function.srt

5.4 KB

9. MDP Summary.mp4

5.9 MB

9. MDP Summary.srt

2.2 KB

/6. Dynamic Programming/

1. Intro to Dynamic Programming and Iterative Policy Evaluation.mp4

5.1 MB

1. Intro to Dynamic Programming and Iterative Policy Evaluation.srt

5.5 KB

10. Value Iteration in Code.mp4

5.1 MB

10. Value Iteration in Code.srt

3.4 KB

11. Dynamic Programming Summary.mp4

8.7 MB

11. Dynamic Programming Summary.srt

9.6 KB

2. Gridworld in Code.mp4

12.0 MB

2. Gridworld in Code.srt

11.2 KB

3. Designing Your RL Program.mp4

23.4 MB

3. Designing Your RL Program.srt

7.2 KB

4. Iterative Policy Evaluation in Code.mp4

12.6 MB

4. Iterative Policy Evaluation in Code.srt

10.5 KB

5. Policy Improvement.mp4

4.8 MB

5. Policy Improvement.srt

5.3 KB

6. Policy Iteration.mp4

3.3 MB

6. Policy Iteration.srt

3.5 KB

7. Policy Iteration in Code.mp4

8.0 MB

7. Policy Iteration in Code.srt

6.2 KB

8. Policy Iteration in Windy Gridworld.mp4

9.5 MB

8. Policy Iteration in Windy Gridworld.srt

8.4 KB

9. Value Iteration.mp4

6.5 MB

9. Value Iteration.srt

7.1 KB

/7. Monte Carlo/

1. Monte Carlo Intro.mp4

5.2 MB

1. Monte Carlo Intro.srt

6.1 KB

2. Monte Carlo Policy Evaluation.mp4

9.2 MB

2. Monte Carlo Policy Evaluation.srt

11.1 KB

3. Monte Carlo Policy Evaluation in Code.mp4

8.3 MB

3. Monte Carlo Policy Evaluation in Code.srt

6.3 KB

4. Policy Evaluation in Windy Gridworld.mp4

8.2 MB

4. Policy Evaluation in Windy Gridworld.srt

5.4 KB

5. Monte Carlo Control.mp4

9.7 MB

5. Monte Carlo Control.srt

10.5 KB

6. Monte Carlo Control in Code.mp4

10.7 MB

6. Monte Carlo Control in Code.srt

6.0 KB

7. Monte Carlo Control without Exploring Starts.mp4

4.8 MB

7. Monte Carlo Control without Exploring Starts.srt

5.7 KB

8. Monte Carlo Control without Exploring Starts in Code.mp4

8.4 MB

8. Monte Carlo Control without Exploring Starts in Code.srt

3.7 KB

9. Monte Carlo Summary.mp4

6.0 MB

9. Monte Carlo Summary.srt

7.3 KB

/.../8. Temporal Difference Learning/

1. Temporal Difference Intro.mp4

2.9 MB

1. Temporal Difference Intro.srt

3.4 KB

2. TD(0) Prediction.mp4

6.1 MB

2. TD(0) Prediction.srt

6.5 KB

3. TD(0) Prediction in Code.mp4

5.6 MB

3. TD(0) Prediction in Code.srt

4.1 KB

4. SARSA.mp4

8.6 MB

4. SARSA.srt

9.9 KB

5. SARSA in Code.mp4

9.3 MB

5. SARSA in Code.srt

5.7 KB

6. Q Learning.mp4

5.1 MB

6. Q Learning.srt

6.0 KB

7. Q Learning in Code.mp4

5.7 MB

7. Q Learning in Code.srt

3.5 KB

8. TD Summary.mp4

4.1 MB

8. TD Summary.srt

4.8 KB

/9. Approximation Methods/

1. Approximation Intro.mp4

6.8 MB

1. Approximation Intro.srt

8.2 KB

2. Linear Models for Reinforcement Learning.mp4

6.8 MB

2. Linear Models for Reinforcement Learning.srt

7.6 KB

3. Features.mp4

6.5 MB

3. Features.srt

7.1 KB

4. Monte Carlo Prediction with Approximation.mp4

3.0 MB

4. Monte Carlo Prediction with Approximation.srt

2.5 KB

5. Monte Carlo Prediction with Approximation in Code.mp4

6.9 MB

5. Monte Carlo Prediction with Approximation in Code.srt

4.1 KB

6. TD(0) Semi-Gradient Prediction.mp4

8.8 MB

6. TD(0) Semi-Gradient Prediction.srt

6.5 KB

7. Semi-Gradient SARSA.mp4

4.9 MB

7. Semi-Gradient SARSA.srt

5.6 KB

8. Semi-Gradient SARSA in Code.mp4

11.1 MB

8. Semi-Gradient SARSA in Code.srt

5.5 KB

9. Course Summary and Next Steps.mp4

13.9 MB

9. Course Summary and Next Steps.srt

16.3 KB

/1. Python Basics/

1. Get Python Installed.mp4

24.0 MB

1. Get Python Installed.srt

10.1 KB

1.1 Installation instructions for Windows, Mac, and Linux.html

0.1 KB

1.1 Starting IDLE on Windows, Mac, or Linux.html

0.1 KB

1.2 Installation instructions for Windows, Mac, and Linux.html

0.1 KB

1.2 Starting IDLE on Windows, Mac, or Linux.html

0.1 KB

2. Just a check in..html

0.1 KB

3. Basic Terminology and Using IDLE.mp4

38.1 MB

3. Basic Terminology and Using IDLE.srt

16.5 KB

3.1 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html

0.1 KB

3.1 Evaluation of 2 + 3 6 and (2 + 3) 6.html

0.1 KB

3.1 Instructions for starting IDLE..html

0.1 KB

3.2 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html

0.1 KB

3.2 Evaluation of 2 + 3 6 and (2 + 3) 6.html

0.1 KB

3.2 Instructions for starting IDLE..html

0.1 KB

3.3 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html

0.1 KB

3.3 Evaluation of 2 + 3 6 and (2 + 3) 6.html

0.1 KB

3.3 Instructions for starting IDLE..html

0.1 KB

4. Writing Our First Program.mp4

35.7 MB

4. Writing Our First Program.srt

14.4 KB

4.1 Evaluation of print('It is good to meet you, ' + myName).html

0.1 KB

4.1 Evaluation of print('You will be ' + str(int(myAge) + 1) + ' in a year.').html

0.1 KB

4.1 Evaluation of print(len(myName)).html

0.1 KB

4.2 Evaluation of myName = input().html

0.1 KB

4.2 Evaluation of print('It is good to meet you, ' + myName).html

0.1 KB

4.2 Evaluation of print(len(myName)).html

0.1 KB

4.3 Evaluation of myName = input().html

0.1 KB

4.3 Evaluation of print('You will be ' + str(int(myAge) + 1) + ' in a year.').html

0.1 KB

4.4 Evaluation of myName = input().html

0.1 KB

4.4 Evaluation of print('It is good to meet you, ' + myName).html

0.1 KB

4.4 Evaluation of print(len(myName)).html

0.1 KB

/.../10. Regular Expressions/

1. Regular Expression Basics.mp4

57.4 MB

1. Regular Expression Basics.srt

16.9 KB

1.1 Chapter 7 – Pattern Matching with Regular Expressions.html

0.1 KB

2. Regex Groups and the Pipe Character.mp4

22.3 MB

2. Regex Groups and the Pipe Character.srt

9.5 KB

3. Repetition in Regex Patterns and GreedyNongreedy Matching.mp4

81.9 MB

3. Repetition in Regex Patterns and GreedyNongreedy Matching.srt

19.7 KB

4. Regex Character Classes and the findall() Method.mp4

82.7 MB

4. Regex Character Classes and the findall() Method.srt

19.6 KB

5. Regex Dot-Star and the CaretDollar Characters.mp4

78.3 MB

5. Regex Dot-Star and the CaretDollar Characters.srt

23.6 KB

6. Regex sub() Method and Verbose Mode.mp4

48.5 MB

6. Regex sub() Method and Verbose Mode.srt

18.8 KB

7. Regex Example Program A Phone and Email Scraper.mp4

98.4 MB

7. Regex Example Program A Phone and Email Scraper.srt

26.3 KB

7.1 The PDF used in this lesson..html

0.1 KB

/11. Files/

1. Filenames and AbsoluteRelative File Paths.mp4

103.1 MB

1. Filenames and AbsoluteRelative File Paths.srt

27.9 KB

1.1 Chapter 8 – Reading and Writing Files.html

0.1 KB

2. Reading and Writing Plaintext Files.mp4

64.3 MB

2. Reading and Writing Plaintext Files.srt

17.9 KB

3. Copying and Moving Files and Folders.mp4

20.5 MB

3. Copying and Moving Files and Folders.srt

5.7 KB

4. Deleting Files.mp4

37.6 MB

4. Deleting Files.srt

10.0 KB

5. Walking a Directory Tree.mp4

31.7 MB

5. Walking a Directory Tree.srt

11.6 KB

/12. Debugging/

1. The raise and assert Statements.mp4

71.3 MB

1. The raise and assert Statements.srt

23.7 KB

1.1 Chapter 10 – Debugging.html

0.1 KB

2. Logging.mp4

43.5 MB

2. Logging.srt

14.1 KB

3. Using the Debugger.mp4

69.2 MB

3. Using the Debugger.srt

21.7 KB

/.../13. Web Scraping/

1. The webbrowser Module.mp4

47.1 MB

1. The webbrowser Module.srt

14.7 KB

1.1 Chapter 11 – Web Scraping.html

0.1 KB

2. Downloading from the Web with the Requests Module.mp4

31.6 MB

2. Downloading from the Web with the Requests Module.srt

9.6 KB

3. Parsing HTML with the Beautiful Soup Module.mp4

65.9 MB

3. Parsing HTML with the Beautiful Soup Module.srt

18.8 KB

4. Controlling the Browser with the Selenium Module.mp4

66.1 MB

4. Controlling the Browser with the Selenium Module.srt

13.5 KB

/.../14. Excel, Word, and PDF Documents/

1. Reading Excel Spreadsheets.mp4

34.5 MB

1. Reading Excel Spreadsheets.srt

11.2 KB

1.1 Chapter 12 – Working with Excel Spreadsheets.html

0.1 KB

2. Editing Excel Spreadsheets.mp4

28.0 MB

2. Editing Excel Spreadsheets.srt

7.5 KB

3. Reading and Editing PDFs.mp4

81.1 MB

3. Reading and Editing PDFs.srt

17.2 KB

3.1 Chapter 13 – Working with PDF and Word Documents.html

0.1 KB

4. Reading and Editing Word Documents.mp4

65.1 MB

4. Reading and Editing Word Documents.srt

16.9 KB

/15. Email/

1. Sending Emails.mp4

45.6 MB

1. Sending Emails.srt

13.9 KB

1.1 Chapter 16 – Sending Email and Text Messages.html

0.1 KB

2. Checking Your Email Inbox.mp4

116.4 MB

2. Checking Your Email Inbox.srt

21.3 KB

/.../16. GUI Automation/

1. Controlling the Mouse from Python.mp4

65.5 MB

1. Controlling the Mouse from Python.srt

20.9 KB

1.1 Chapter 18 – Controlling the Keyboard and Mouse with GUI Automation.html

0.1 KB

2. Controlling the Keyboard from Python.mp4

29.6 MB

2. Controlling the Keyboard from Python.srt

7.3 KB

3. Screenshots and Image Recognition.mp4

45.0 MB

3. Screenshots and Image Recognition.srt

11.3 KB

3.1 Bot programmed in Python to play Sushi Go Round.html

0.1 KB

4. Congratulations! (And next steps...).mp4

1.9 MB

4. Congratulations! (And next steps...).srt

2.2 KB

/2. Flow Control/

1. Flow Charts and Basic Flow Control Concepts.mp4

22.0 MB

1. Flow Charts and Basic Flow Control Concepts.srt

9.4 KB

1.1 Chapter 2 – Flow Control.html

0.1 KB

2. If, Else, and Elif Statements.mp4

43.8 MB

2. If, Else, and Elif Statements.srt

14.9 KB

3. While Loops.mp4

35.6 MB

3. While Loops.srt

13.7 KB

4. For Loops.mp4

31.2 MB

4. For Loops.srt

9.0 KB

/3. Functions/

1. Python's Built-In Functions.mp4

29.7 MB

1. Python's Built-In Functions.srt

8.7 KB

1.1 Chapter 3 – Functions.html

0.1 KB

2. Writing Your Own Functions.mp4

50.7 MB

2. Writing Your Own Functions.srt

15.9 KB

2.1 Evaluation of 'Hello has ' + str(len('hello')) + ' letters in it.'.html

0.1 KB

3. Global and Local Scopes.mp4

39.6 MB

3. Global and Local Scopes.srt

17.5 KB

/.../4. Handling Errors with tryexcept/

1. Try and Except Statements.mp4

38.6 MB

1. Try and Except Statements.srt

9.3 KB

/.../5. Writing a Complete Program Guess the Number/

1. Writing a Guess the Number Program.mp4

64.0 MB

1. Writing a Guess the Number Program.srt

16.8 KB

/6. Lists/

1. The List Data Type.mp4

44.4 MB

1. The List Data Type.srt

15.6 KB

1.1 Evaluation 1.html

0.1 KB

1.1 Evaluation 2.html

0.1 KB

1.1 Evaluation 3.html

0.1 KB

1.1 Evaluation 4.html

0.1 KB

1.2 Evaluation 1.html

0.1 KB

1.2 Evaluation 2.html

0.1 KB

1.2 Evaluation 3.html

0.1 KB

1.2 Evaluation 4.html

0.1 KB

1.3 Chapter 4 – Lists.html

0.1 KB

1.3 Evaluation 1.html

0.1 KB

1.3 Evaluation 2.html

0.1 KB

1.3 Evaluation 3.html

0.1 KB

1.4 Chapter 4 – Lists.html

0.1 KB

1.4 Evaluation 1.html

0.1 KB

1.4 Evaluation 3.html

0.1 KB

1.5 Chapter 4 – Lists.html

0.1 KB

1.5 Evaluation 2.html

0.1 KB

1.5 Evaluation 3.html

0.1 KB

1.5 Evaluation 4.html

0.1 KB

2. For Loops with Lists, Multiple Assignment, and Augmented Operators.mp4

41.7 MB

2. For Loops with Lists, Multiple Assignment, and Augmented Operators.srt

10.9 KB

3. List Methods.mp4

56.2 MB

3. List Methods.srt

13.7 KB

4. Similarities Between Lists and Strings.mp4

60.8 MB

4. Similarities Between Lists and Strings.srt

21.6 KB

/7. Dictionaries/

1. The Dictionary Data Type.mp4

97.3 MB

1. The Dictionary Data Type.srt

24.7 KB

1.1 Chapter 5 – Dictionaries and Structuring Data.html

0.1 KB

2. Data Structures.mp4

43.7 MB

2. Data Structures.srt

12.5 KB

/.../8. More About Strings/

1. Advanced String Syntax.mp4

36.9 MB

1. Advanced String Syntax.srt

11.3 KB

1.1 Chapter 6 – Manipulating Strings.html

0.1 KB

2. String Methods.mp4

63.7 MB

2. String Methods.srt

24.2 KB

3. String Formatting.mp4

13.3 MB

3. String Formatting.srt

4.5 KB

/.../9. Running Programs from the Command Line/

1. Launching Python Programs from Outside IDLE.mp4

60.8 MB

1. Launching Python Programs from Outside IDLE.srt

19.5 KB

1.1 Appendix B – Running Programs.html

0.1 KB

1.1 Running Python Programs on OS X and Linux.html

0.1 KB

1.2 Appendix B – Running Programs.html

0.1 KB

1.2 Running Python Programs on OS X and Linux.html

0.1 KB

/1. Welcome!/

1. How to take this course.html

1.4 KB

2. A self-assessment.html

0.4 KB

2.1 3_python_self_assessment.pdf.pdf

175.7 KB

3. Installing Python and PyCharm on Windows.html

1.0 KB

4. Installing Python and PyCharm on OS X.html

0.9 KB

/.../10. Acceptance testing and browser automation with Selenium/

1. Introduction to this section.mp4

0.0 KB

1. Introduction to this section.srt

0.0 KB

10. Page locators and models.mp4

0.0 KB

10. Page locators and models.srt

0.0 KB

11. The blog page.mp4

0.0 KB

11. The blog page.srt

0.0 KB

12. Using pages in navigation.mp4

0.0 KB

12. Using pages in navigation.srt

0.0 KB

13. Don't over-generalise tests!.mp4

0.0 KB

13. Don't over-generalise tests!.srt

0.0 KB

14. Waits and timeouts with Selenium.mp4

0.0 KB

14. Waits and timeouts with Selenium.srt

0.0 KB

15. Debugging acceptance tests in PyCharm.mp4

0.0 KB

15. Debugging acceptance tests in PyCharm.srt

0.0 KB

16. Our final complex scenario.mp4

0.0 KB

16. Our final complex scenario.srt

0.0 KB

17. Filling in forms with Selenium.mp4

0.0 KB

17. Filling in forms with Selenium.srt

0.0 KB

18. Access the final code of this section here.html

0.2 KB

18.1 final_code.zip.zip

0.0 KB

19. Conclusion of this section.mp4

0.0 KB

19. Conclusion of this section.srt

0.0 KB

2. What is acceptance testing.mp4

0.0 KB

2. What is acceptance testing.srt

0.0 KB

3. Introduction to our project.mp4

0.0 KB

3. Introduction to our project.srt

0.0 KB

3.1 video_code.zip.zip

0.0 KB

4. Our first acceptance test step.mp4

0.0 KB

4. Our first acceptance test step.srt

0.0 KB

5. Getting the Chrome webdriver.mp4

0.0 KB

5. Getting the Chrome webdriver.srt

0.0 KB

6. Verifying everything works.mp4

0.0 KB

6. Verifying everything works.srt

0.0 KB

7. Finishing our first test.mp4

0.0 KB

7. Finishing our first test.srt

0.0 KB

8. Re-using steps with the regular expression matcher.mp4

10.3 KB

8. Re-using steps with the regular expression matcher.srt

0.0 KB

9. Our first content test.mp4

0.0 KB

9. Our first content test.srt

0.0 KB

/.../11. Bonus Material/

1. Bonus lecture other courses and next steps.html

2.2 KB

/.../2. A Full Python Refresher/

1. Introduction to this section.mp4

21.9 MB

1. Introduction to this section.srt

2.2 KB

10. Advanced set operations.mp4

24.2 MB

10. Advanced set operations.srt

8.3 KB

11. Lists, tuples, and sets.html

0.2 KB

12. Solution to coding exercise lists, tuples, sets.mp4

9.2 MB

12. Solution to coding exercise lists, tuples, sets.srt

6.2 KB

13. Booleans in Python.mp4

27.7 MB

13. Booleans in Python.srt

10.5 KB

14. If statements.mp4

54.7 MB

14. If statements.srt

16.8 KB

15. The 'in' keyword in Python.mp4

13.4 MB

15. The 'in' keyword in Python.srt

3.7 KB

16. If statements with the 'in' keyword.mp4

51.9 MB

16. If statements with the 'in' keyword.srt

15.2 KB

17. Loops in Python.mp4

63.0 MB

17. Loops in Python.srt

23.4 KB

18. Flow control—loops and ifs.html

0.2 KB

19. Solution to coding exercise flow control.mp4

24.6 MB

19. Solution to coding exercise flow control.srt

7.0 KB

2. Access the code for this section here.html

0.8 KB

20. List comprehensions in Python.mp4

36.6 MB

20. List comprehensions in Python.srt

13.8 KB

21. Dictionaries.mp4

42.6 MB

21. Dictionaries.srt

16.2 KB

22. Destructuring variables.mp4

41.2 MB

22. Destructuring variables.srt

15.7 KB

23. Functions in Python.mp4

53.1 MB

23. Functions in Python.srt

21.0 KB

24. Function arguments and parameters.mp4

44.9 MB

24. Function arguments and parameters.srt

15.0 KB

25. Default parameter values.mp4

21.1 MB

25. Default parameter values.srt

8.0 KB

26. Functions returning values.mp4

42.0 MB

26. Functions returning values.srt

14.9 KB

27. Functions.html

0.2 KB

28. Solution to coding exercise Functions.mp4

15.3 MB

28. Solution to coding exercise Functions.srt

4.4 KB

29. Lambda functions in Python.mp4

44.6 MB

29. Lambda functions in Python.srt

15.7 KB

3. Variables in Python.mp4

36.6 MB

3. Variables in Python.srt

16.3 KB

3.1 How to set up VSCode with Python.html

0.1 KB

30. Dictionary comprehensions.mp4

27.8 MB

30. Dictionary comprehensions.srt

7.6 KB

31. Dictionaries and students.html

0.2 KB

32. Solution to coding exercise dictionaries.mp4

13.7 MB

32. Solution to coding exercise dictionaries.srt

8.6 KB

33. Unpacking arguments.mp4

61.7 MB

33. Unpacking arguments.srt

18.9 KB

34. Unpacking keyword arguments.mp4

53.5 MB

34. Unpacking keyword arguments.srt

16.7 KB

35. Object-Oriented Programming in Python.mp4

108.6 MB

35. Object-Oriented Programming in Python.srt

29.1 KB

36. Magic methods __str__ and __repr__.mp4

44.1 MB

36. Magic methods __str__ and __repr__.srt

12.4 KB

37. Classes and objects.html

0.2 KB

38. Solution to coding exercise classes and objects.mp4

10.6 MB

38. Solution to coding exercise classes and objects.srt

6.4 KB

39. @classmethod and @staticmethod.mp4

98.4 MB

39. @classmethod and @staticmethod.srt

28.6 KB

4. Variables.html

0.2 KB

40. @classmethod and @staticmethod.html

0.2 KB

41. Solution to coding exercise @classmethod and @staticmethod.mp4

12.8 MB

41. Solution to coding exercise @classmethod and @staticmethod.srt

7.8 KB

42. Class inheritance.mp4

64.0 MB

42. Class inheritance.srt

16.1 KB

43. Class composition.mp4

42.5 MB

43. Class composition.srt

11.2 KB

44. Type hinting in Python 3.5+.mp4

37.4 MB

44. Type hinting in Python 3.5+.srt

10.4 KB

45. Imports in Python.mp4

69.4 MB

45. Imports in Python.srt

18.3 KB

46. Relative imports in Python.mp4

65.5 MB

46. Relative imports in Python.srt

16.7 KB

47. Errors in Python.mp4

103.3 MB

47. Errors in Python.srt

25.1 KB

48. Custom error classes.mp4

49.2 MB

48. Custom error classes.srt

10.0 KB

49. First-class functions.mp4

57.9 MB

49. First-class functions.srt

15.3 KB

5. Solution to coding exercise Variables.mp4

3.7 MB

5. Solution to coding exercise Variables.srt

2.6 KB

50. Simple decorators in Python.mp4

59.2 MB

50. Simple decorators in Python.srt

13.5 KB

51. The 'at' syntax for decorators.mp4

33.8 MB

51. The 'at' syntax for decorators.srt

7.1 KB

52. Decorating functions with parameters.mp4

16.8 MB

52. Decorating functions with parameters.srt

4.8 KB

53. Decorators with parameters.mp4

41.6 MB

53. Decorators with parameters.srt

9.5 KB

54. Mutability in Python.mp4

28.2 MB

54. Mutability in Python.srt

11.1 KB

55. Mutable default parameters (and why they're a bad idea).mp4

26.0 MB

55. Mutable default parameters (and why they're a bad idea).srt

8.3 KB

56. Conclusion of this section.mp4

7.4 MB

56. Conclusion of this section.srt

1.0 KB

6. String formatting in Python.mp4

32.4 MB

6. String formatting in Python.srt

12.3 KB

7. Getting user input.mp4

25.5 MB

7. Getting user input.srt

11.1 KB

8. Writing our first Python app.mp4

19.8 MB

8. Writing our first Python app.srt

6.5 KB

9. Lists, tuples, and sets.mp4

31.7 MB

9. Lists, tuples, and sets.srt

11.9 KB

/.../3. Your first automated software test/

1. Introduction to this section.mp4

4.9 MB

1. Introduction to this section.srt

0.6 KB

10. Patching the input method and returning values.mp4

18.2 MB

10. Patching the input method and returning values.srt

0.0 KB

11. Taking our patching further.mp4

43.4 MB

11. Taking our patching further.srt

0.0 KB

12. The last few patches!.mp4

19.7 MB

12. The last few patches!.srt

0.0 KB

13. The TestCase setUp method.mp4

16.1 MB

13. The TestCase setUp method.srt

0.0 KB

14. Conclusion of this section.mp4

5.5 MB

14. Conclusion of this section.srt

0.0 KB

2. Access the code for this section here.html

0.9 KB

3. Setting up our project.mp4

14.1 MB

3. Setting up our project.srt

9.5 KB

4. Writing our first test.mp4

22.1 MB

4. Writing our first test.srt

0.0 KB

5. Testing dictionary equivalence.mp4

11.4 MB

5. Testing dictionary equivalence.srt

0.0 KB

6. Writing blog tests and PyCharm run configurations.mp4

15.3 MB

6. Writing blog tests and PyCharm run configurations.srt

0.0 KB

7. The __repr__ method, and intro to TDD.mp4

21.2 MB

7. The __repr__ method, and intro to TDD.srt

0.0 KB

8. Integration tests and finishing the blog.mp4

30.3 MB

8. Integration tests and finishing the blog.srt

0.0 KB

9. Mocking, patching, and system tests.mp4

35.3 MB

9. Mocking, patching, and system tests.srt

0.0 KB

/.../4. Testing a Flask Endpoint/

1. Introduction to this section.mp4

6.0 MB

1. Introduction to this section.srt

0.0 KB

2. Access the code for this section here.html

0.9 KB

3. Setting our project up.mp4

9.7 MB

3. Setting our project up.srt

0.0 KB

4. Creating our Flask app.mp4

13.0 MB

4. Creating our Flask app.srt

0.0 KB

5. Our first System test.mp4

20.1 MB

5. Our first System test.srt

0.0 KB

6. Refactoring our System Tests.mp4

13.8 MB

6. Refactoring our System Tests.srt

0.0 KB

7. Conclusion of this section.mp4

6.7 MB

7. Conclusion of this section.srt

0.0 KB

/.../5. REST API Testing, Part I/

1. Introduction to this section.mp4

7.0 MB

1. Introduction to this section.srt

0.0 KB

2. Access the code for this section here.html

1.3 KB

3. A look at a REST API with Flask.mp4

45.9 MB

3. A look at a REST API with Flask.srt

0.0 KB

3.1 starter_code.zip.zip

0.0 KB

4. Unit testing a REST API.mp4

0.0 KB

4. Unit testing a REST API.srt

0.0 KB

5. Setting up our generic BaseTest.mp4

0.0 KB

5. Setting up our generic BaseTest.srt

0.0 KB

6. Integration testing a REST API.mp4

0.0 KB

6. Integration testing a REST API.srt

0.0 KB

7. Conclusion of this section.mp4

0.0 KB

7. Conclusion of this section.srt

0.0 KB

/.../6. REST API Testing, Part II/

1. Introduction to this section.mp4

0.0 KB

1. Introduction to this section.srt

0.0 KB

2. Access the code for this section here.html

1.2 KB

3. Setting up our project.mp4

0.0 KB

3. Setting up our project.srt

0.0 KB

3.1 starter_code.zip.zip

0.0 KB

4. Testing foreign key constraints with Python.mp4

0.0 KB

4. Testing foreign key constraints with Python.srt

0.0 KB

5. Unit testing models and SQLAlchemy mappers.mp4

0.0 KB

5. Unit testing models and SQLAlchemy mappers.srt

0.0 KB

6. Finishing our Store tests.mp4

0.0 KB

6. Finishing our Store tests.srt

0.0 KB

7. Conclusion of this section.mp4

0.0 KB

7. Conclusion of this section.srt

0.0 KB

/.../7. System testing a REST API/

1. Introduction to this section.mp4

0.0 KB

1. Introduction to this section.srt

0.0 KB

10. Writing our Item System tests and testing authentication.mp4

0.0 KB

10. Writing our Item System tests and testing authentication.srt

0.0 KB

11. Conclusion of this section.mp4

0.0 KB

11. Conclusion of this section.srt

0.0 KB

2. Access the code for this section here.html

0.9 KB

3. Setting project up and creating User model.mp4

0.0 KB

3. Setting project up and creating User model.srt

0.0 KB

4. Allowing users to log in.mp4

0.0 KB

4. Allowing users to log in.srt

0.0 KB

5. Writing our User tests.mp4

0.0 KB

5. Writing our User tests.srt

0.0 KB

6. The setUpClass method in the BaseTest.mp4

0.0 KB

6. The setUpClass method in the BaseTest.srt

0.0 KB

7. Testing user registration.mp4

0.0 KB

7. Testing user registration.srt

0.0 KB

8. Finalising user System tests.mp4

0.0 KB

8. Finalising user System tests.srt

0.0 KB

9. Writing Store System tests.mp4

0.0 KB

9. Writing Store System tests.srt

0.0 KB

/.../8. System testing with Postman and Newman/

1. Introduction to this section.mp4

0.0 KB

1. Introduction to this section.srt

0.0 KB

10. Conclusion of this section.mp4

0.0 KB

10. Conclusion of this section.srt

0.0 KB

2. Access the code and Postman files here.html

0.8 KB

3. Introduction to Postman.mp4

0.0 KB

3. Introduction to Postman.srt

0.0 KB

4. Our first Posman tests.mp4

0.0 KB

4. Our first Posman tests.srt

0.0 KB

5. Setting and clearing environment variables in Postman.mp4

0.0 KB

5. Setting and clearing environment variables in Postman.srt

0.0 KB

6. Running a test folder in Postman.mp4

0.0 KB

6. Running a test folder in Postman.srt

0.0 KB

7. Advanced PyCharm run configurations.mp4

0.0 KB

7. Advanced PyCharm run configurations.srt

0.0 KB

8. Installing Node and Newman.mp4

0.0 KB

8. Installing Node and Newman.srt

0.0 KB

9. Multirun in PyCharm—Running app and tests together.mp4

0.0 KB

9. Multirun in PyCharm—Running app and tests together.srt

0.0 KB

/.../9. Continuous Integration with Travis CI/

1. Introduction to this section.mp4

0.0 KB

1. Introduction to this section.srt

0.0 KB

10. The Travis config file and running tests.mp4

0.0 KB

10. The Travis config file and running tests.srt

0.0 KB

11. Adding our test badge to the Readme.mp4

0.0 KB

11. Adding our test badge to the Readme.srt

0.0 KB

12. Conclusion of this section.mp4

0.0 KB

12. Conclusion of this section.srt

0.0 KB

2. The code for this section.html

0.5 KB

3. Installing Git.mp4

0.0 KB

3. Installing Git.srt

0.0 KB

4. What is a Git repository.mp4

0.0 KB

4. What is a Git repository.srt

0.0 KB

5. A local Git workflow.mp4

0.0 KB

5. A local Git workflow.srt

0.0 KB

6. GitHub and remote repositories.mp4

0.0 KB

6. GitHub and remote repositories.srt

0.0 KB

7. Adding our project to GitHub.mp4

0.0 KB

7. Adding our project to GitHub.srt

0.0 KB

8. What is Travis CI.mp4

0.0 KB

8. What is Travis CI.srt

0.0 KB

9. Adding our repository to Travis.mp4

0.0 KB

9. Adding our repository to Travis.srt

0.0 KB

/1. Introduction/

1. Introduction to this training series.mp4

33.5 MB

1. Introduction to this training series.srt

2.0 KB

2. Course Project Files.html

0.6 KB

2.1 3D-all-courses-files.zip.zip

573.8 MB

2.1 WorkingSpider.zip.zip

7.9 MB

2.2 3D-all-courses-files.zip.zip

573.8 MB

2.2 WorkingSpider.zip.zip

7.9 MB

/.../10. V9 Maya to Unity3D Workflow/

1. Exporting Spider Model to Unity3D.mp4

0.0 KB

1. Exporting Spider Model to Unity3D.srt

0.0 KB

2. Export Idle Animation.mp4

0.0 KB

2. Export Idle Animation.srt

0.0 KB

3. Export Walk Animation.mp4

0.0 KB

3. Export Walk Animation.srt

0.0 KB

4. Animation Setup.mp4

0.0 KB

4. Animation Setup.srt

0.0 KB

5. Script Controller.mp4

0.0 KB

5. Script Controller.srt

0.0 KB

/.../11. V10 Introduction to 3DSmax/

1. Introduction.mp4

0.0 KB

1. Introduction.srt

0.0 KB

10. Shading and lighting.mp4

0.0 KB

10. Shading and lighting.srt

0.0 KB

11. Material editor basics.mp4

0.0 KB

11. Material editor basics.srt

0.0 KB

12. Material editor texture.mp4

0.0 KB

12. Material editor texture.srt

0.0 KB

13. Material textures UVW.mp4

0.0 KB

13. Material textures UVW.srt

0.0 KB

14. Render basics.mp4

0.0 KB

14. Render basics.srt

0.0 KB

15. Animation basics.mp4

0.0 KB

15. Animation basics.srt

0.0 KB

16. Animation scene.mp4

0.0 KB

16. Animation scene.srt

0.0 KB

17. Edit poly.mp4

0.0 KB

17. Edit poly.srt

0.0 KB

18. Edit poly general.mp4

0.0 KB

18. Edit poly general.srt

0.0 KB

19. Edit vertex.mp4

0.0 KB

19. Edit vertex.srt

0.0 KB

2. Downloading.mp4

0.0 KB

2. Downloading.srt

0.0 KB

20. Edit edges.mp4

0.0 KB

20. Edit edges.srt

0.0 KB

21. Edit poly.mp4

0.0 KB

21. Edit poly.srt

0.0 KB

22. Drone scene setup.mp4

0.0 KB

22. Drone scene setup.srt

0.0 KB

23. Drone body.mp4

0.0 KB

23. Drone body.srt

0.0 KB

24. Drone motors.mp4

0.0 KB

24. Drone motors.srt

0.0 KB

25. Drone legs.mp4

0.0 KB

25. Drone legs.srt

0.0 KB

26. Drone underside.mp4

0.0 KB

26. Drone underside.srt

0.0 KB

27. Drone camera.mp4

0.0 KB

27. Drone camera.srt

0.0 KB

28. Drone animation.mp4

0.0 KB

28. Drone animation.srt

0.0 KB

29. Drone render.mp4

0.0 KB

29. Drone render.srt

0.0 KB

3. Welcome screen.mp4

0.0 KB

3. Welcome screen.srt

0.0 KB

4. User Interface.mp4

0.0 KB

4. User Interface.srt

0.0 KB

5. Primitives.mp4

0.0 KB

5. Primitives.srt

0.0 KB

6. Move, rotate, scale.mp4

0.0 KB

6. Move, rotate, scale.srt

0.0 KB

7. Navigation.mp4

0.0 KB

7. Navigation.srt

0.0 KB

8. Viewport layout.mp4

0.0 KB

8. Viewport layout.srt

0.0 KB

9. Viewport views.mp4

0.0 KB

9. Viewport views.srt

0.0 KB

/.../12. V11 3DSmax Polygon Modeling/

1. Introduction.mp4

0.0 KB

1. Introduction.srt

0.0 KB

10. Upper leg.mp4

0.0 KB

10. Upper leg.srt

0.0 KB

11. Leg to Foot.mp4

0.0 KB

11. Leg to Foot.srt

0.0 KB

12. Clean up.mp4

0.0 KB

12. Clean up.srt

0.0 KB

13. Unwrap review.mp4

0.0 KB

13. Unwrap review.srt

0.0 KB

14. Materials.mp4

0.0 KB

14. Materials.srt

0.0 KB

15. Light material adjust.mp4

0.0 KB

15. Light material adjust.srt

0.0 KB

16. Lights and stage.mp4

0.0 KB

16. Lights and stage.srt

0.0 KB

17. Render.mp4

0.0 KB

17. Render.srt

0.0 KB

18. Rig.mp4

0.0 KB

18. Rig.srt

0.0 KB

19. Skin.mp4

0.0 KB

19. Skin.srt

0.0 KB

2. Setup.mp4

0.0 KB

2. Setup.srt

0.0 KB

20. Pose.mp4

0.0 KB

20. Pose.srt

0.0 KB

21. Animate.mp4

0.0 KB

21. Animate.srt

0.0 KB

3. Head setup.mp4

0.0 KB

3. Head setup.srt

0.0 KB

4. Head review.mp4

0.0 KB

4. Head review.srt

0.0 KB

5. Body.mp4

0.0 KB

5. Body.srt

0.0 KB

6. Arm & Sholder.mp4

0.0 KB

6. Arm & Sholder.srt

0.0 KB

7. Upper Arm.mp4

0.0 KB

7. Upper Arm.srt

0.0 KB

8. Lower Arm.mp4

0.0 KB

8. Lower Arm.srt

0.0 KB

9. Leg to hip.mp4

0.0 KB

9. Leg to hip.srt

0.0 KB

/.../13. V12 3D Studio Max to Unity3D Workflow/

1. Export Robot Model to Unity3D.mp4

0.0 KB

1. Export Robot Model to Unity3D.srt

0.0 KB

2. Export Idle Animation.mp4

0.0 KB

2. Export Idle Animation.srt

0.0 KB

3. Export Walk Animation.mp4

0.0 KB

3. Export Walk Animation.srt

0.0 KB

4. Animation Setup.mp4

0.0 KB

4. Animation Setup.srt

0.0 KB

5. Script Controller.mp4

0.0 KB

5. Script Controller.srt

0.0 KB

/.../14. V13 Introduction to Mudbox/

1. Introduction to Mudbox.mp4

0.0 KB

1. Introduction to Mudbox.srt

0.0 KB

10. Sculpt layers.mp4

0.0 KB

10. Sculpt layers.srt

0.0 KB

11. Paint Layers.mp4

0.0 KB

11. Paint Layers.srt

0.0 KB

12. Practice model.mp4

0.0 KB

12. Practice model.srt

0.0 KB

13. Model viewport filters.mp4

0.0 KB

13. Model viewport filters.srt

0.0 KB

14. Sculpt start.mp4

0.0 KB

14. Sculpt start.srt

0.0 KB

15. Sculpt structure.mp4

0.0 KB

15. Sculpt structure.srt

0.0 KB

16. Sculpt details.mp4

0.0 KB

16. Sculpt details.srt

0.0 KB

17. Sculpt paint.mp4

0.0 KB

17. Sculpt paint.srt

0.0 KB

18. Filters render.mp4

0.0 KB

18. Filters render.srt

0.0 KB

2. Installation Part 1.mp4

0.0 KB

2. Installation Part 1.srt

0.0 KB

3. Installation Part 2.mp4

0.0 KB

3. Installation Part 2.srt

0.0 KB

4. User interface.mp4

0.0 KB

4. User interface.srt

0.0 KB

5. Navigation.mp4

0.0 KB

5. Navigation.srt

0.0 KB

6. Objects and transform.mp4

0.0 KB

6. Objects and transform.srt

0.0 KB

7. Poly and subdivide.mp4

0.0 KB

7. Poly and subdivide.srt

0.0 KB

8. Sculpt tools.mp4

0.0 KB

8. Sculpt tools.srt

0.0 KB

9. Paint tools.mp4

0.0 KB

9. Paint tools.srt

0.0 KB

/.../15. [Digital Painting] - Beginner level Digital Painting/

1. Line.mp4

0.0 KB

1. Line.srt

0.0 KB

10. Drawing Clean Lines.mp4

0.0 KB

10. Drawing Clean Lines.srt

0.0 KB

11. Blending with Brush Tool.mp4

0.0 KB

11. Blending with Brush Tool.srt

0.0 KB

12. Perspective.mp4

0.0 KB

12. Perspective.srt

0.0 KB

13. Composition.mp4

0.0 KB

13. Composition.srt

0.0 KB

14. Art Studies.mp4

0.0 KB

14. Art Studies.srt

0.0 KB

15. Practice Tips.mp4

0.0 KB

15. Practice Tips.srt

0.0 KB

16. Landscape part 1.mp4

0.0 KB

16. Landscape part 1.srt

0.0 KB

17. Landscape part 2.mp4

0.0 KB

17. Landscape part 2.srt

0.0 KB

18. Landscape part 3.mp4

0.0 KB

18. Landscape part 3.srt

0.0 KB

19. Landscape Conclusion.mp4

0.0 KB

19. Landscape Conclusion.srt

0.0 KB

2. Shapes.mp4

0.0 KB

2. Shapes.srt

0.0 KB

3. Intro to Values Part 1.mp4

0.0 KB

3. Intro to Values Part 1.srt

0.0 KB

4. Values Part 2.mp4

0.0 KB

4. Values Part 2.srt

0.0 KB

5. Values part 3.mp4

0.0 KB

5. Values part 3.srt

0.0 KB

6. Color Theory.mp4

0.0 KB

6. Color Theory.srt

0.0 KB

7. Color Theory cont..mp4

0.0 KB

7. Color Theory cont..srt

0.0 KB

8. Drawing Construction.mp4

0.0 KB

8. Drawing Construction.srt

0.0 KB

9. Drawing Tumbnails.mp4

0.0 KB

9. Drawing Tumbnails.srt

0.0 KB

/.../16. Intermediate level Digital Painting/

1. Hard Surfaces intro.mp4

0.0 KB

1. Hard Surfaces intro.srt

0.0 KB

10. Using the Materials.mp4

0.0 KB

10. Using the Materials.srt

0.0 KB

11. Using the Materials cont..mp4

0.0 KB

11. Using the Materials cont..srt

0.0 KB

12. Intro to Faces.mp4

0.0 KB

12. Intro to Faces.srt

0.0 KB

13. Skulls & Skin.mp4

0.0 KB

13. Skulls & Skin.srt

0.0 KB

14. Construction workflow.mp4

0.0 KB

14. Construction workflow.srt

0.0 KB

15. Features.mp4

0.0 KB

15. Features.srt

0.0 KB

16. Features cont..mp4

0.0 KB

16. Features cont..srt

0.0 KB

17. Concluding Example.mp4

0.0 KB

17. Concluding Example.srt

0.0 KB

18. Clothing and Drapery.mp4

0.0 KB

18. Clothing and Drapery.srt

0.0 KB

19. Clothing and Drapery 2.mp4

0.0 KB

19. Clothing and Drapery 2.srt

0.0 KB

2. Soft Surfaces intro.mp4

0.0 KB

2. Soft Surfaces intro.srt

0.0 KB

20. Clothing and Drapery 3.mp4

0.0 KB

20. Clothing and Drapery 3.srt

0.0 KB

21. Clothing and Drapery 4.mp4

0.0 KB

21. Clothing and Drapery 4.srt

0.0 KB

22. Clothing and Drapery 5.mp4

0.0 KB

22. Clothing and Drapery 5.srt

0.0 KB

23. Mechanical Objects.mp4

0.0 KB

23. Mechanical Objects.srt

0.0 KB

24. Mechanical Objects 2.mp4

0.0 KB

24. Mechanical Objects 2.srt

0.0 KB

25. Mechanical Objects 3.mp4

0.0 KB

25. Mechanical Objects 3.srt

0.0 KB

26. Mechanical Objects 4.mp4

0.0 KB

26. Mechanical Objects 4.srt

0.0 KB

27. Mechanical Objects 5.mp4

0.0 KB

27. Mechanical Objects 5.srt

0.0 KB

28. Mechanical Objects 6.mp4

0.0 KB

28. Mechanical Objects 6.srt

0.0 KB

29. Mechanical Objects 7.mp4

0.0 KB

29. Mechanical Objects 7.srt

0.0 KB

3. Soft Surface example.mp4

0.0 KB

3. Soft Surface example.srt

0.0 KB

30. Mechanical Objects 8.mp4

0.0 KB

30. Mechanical Objects 8.srt

0.0 KB

31. Mechanical Objects 9.mp4

0.0 KB

31. Mechanical Objects 9.srt

0.0 KB

32. Mechanical Objects 10.mp4

0.0 KB

32. Mechanical Objects 10.srt

0.0 KB

33. Mechanical Objects 11.mp4

0.0 KB

33. Mechanical Objects 11.srt

0.0 KB

4. Hard & Soft combo.mp4

0.0 KB

4. Hard & Soft combo.srt

0.0 KB

5. Materials Wood.mp4

0.0 KB

5. Materials Wood.srt

0.0 KB

6. Materials Organic.mp4

0.0 KB

6. Materials Organic.srt

0.0 KB

7. Materials Texture.mp4

0.0 KB

7. Materials Texture.srt

0.0 KB

8. Materials Cloth.mp4

0.0 KB

8. Materials Cloth.srt

0.0 KB

9. Materials Metal.mp4

0.0 KB

9. Materials Metal.srt

0.0 KB

/.../17. Creature Concept Design/

1. Intermediate Creature Painting.mp4

0.0 KB

1. Intermediate Creature Painting.srt

0.0 KB

10. Painting 1.mp4

0.0 KB

10. Painting 1.srt

0.0 KB

11. Painting 2.mp4

0.0 KB

11. Painting 2.srt

0.0 KB

12. Painting 3.mp4

0.0 KB

12. Painting 3.srt

0.0 KB

13. Painting 4.mp4

0.0 KB

13. Painting 4.srt

0.0 KB

14. Value Sketch.mp4

0.0 KB

14. Value Sketch.srt

0.0 KB

15. Value paint over.mp4

0.0 KB

15. Value paint over.srt

0.0 KB

16. Lines & Fills.mp4

0.0 KB

16. Lines & Fills.srt

0.0 KB

17. Lines & Fills cont..mp4

0.0 KB

17. Lines & Fills cont..srt

0.0 KB

18. Final Touches.mp4

0.0 KB

18. Final Touches.srt

0.0 KB

2. Creature Painting 2.mp4

0.0 KB

2. Creature Painting 2.srt

0.0 KB

3. Creature Painting 3.mp4

0.0 KB

3. Creature Painting 3.srt

0.0 KB

4. Creature Painting 4.mp4

0.0 KB

4. Creature Painting 4.srt

0.0 KB

5. Creature Painting 5.mp4

0.0 KB

5. Creature Painting 5.srt

0.0 KB

6. Creature Painting 6.mp4

0.0 KB

6. Creature Painting 6.srt

0.0 KB

7. Creature Painting Review.mp4

0.0 KB

7. Creature Painting Review.srt

0.0 KB

8. Creature Concepts.mp4

0.0 KB

8. Creature Concepts.srt

0.0 KB

9. Redraw.mp4

0.0 KB

9. Redraw.srt

0.0 KB

/.../18. Advanced Character Painting/

1. Character base sketch.mp4

0.0 KB

1. Character base sketch.srt

0.0 KB

10. Final touches.mp4

0.0 KB

10. Final touches.srt

0.0 KB

2. Refining Sketch.mp4

0.0 KB

2. Refining Sketch.srt

0.0 KB

3. color pallet.mp4

0.0 KB

3. color pallet.srt

0.0 KB

4. Painting.mp4

0.0 KB

4. Painting.srt

0.0 KB

5. Painting 2.mp4

0.0 KB

5. Painting 2.srt

0.0 KB

6. Painting 3.mp4

0.0 KB

6. Painting 3.srt

0.0 KB

7. Painting details.mp4

0.0 KB

7. Painting details.srt

0.0 KB

8. Painting details 2.mp4

0.0 KB

8. Painting details 2.srt

0.0 KB

9. Painting details 3.mp4

0.0 KB

9. Painting details 3.srt

0.0 KB

/.../19. Advanced Environment Design/

1. Sketch Comp.mp4

0.0 KB

1. Sketch Comp.srt

0.0 KB

10. Light.mp4

0.0 KB

10. Light.srt

0.0 KB

11. Scale Clean up.mp4

0.0 KB

11. Scale Clean up.srt

0.0 KB

12. Narrative & Balance.mp4

0.0 KB

12. Narrative & Balance.srt

0.0 KB

13. Finalizing.mp4

0.0 KB

13. Finalizing.srt

0.0 KB

14. Last FX.mp4

0.0 KB

14. Last FX.srt

0.0 KB

2. Refind Concept.mp4

0.0 KB

2. Refind Concept.srt

0.0 KB

3. Expand Comp.mp4

0.0 KB

3. Expand Comp.srt

0.0 KB

4. Shape & Tweak.mp4

0.0 KB

4. Shape & Tweak.srt

0.0 KB

5. Light Test.mp4

0.0 KB

5. Light Test.srt

0.0 KB

6. Focal Point.mp4

0.0 KB

6. Focal Point.srt

0.0 KB

7. Texture 1.mp4

0.0 KB

7. Texture 1.srt

0.0 KB

8. Texture 2.mp4

0.0 KB

8. Texture 2.srt

0.0 KB

9. Texture 3.mp4

0.0 KB

9. Texture 3.srt

0.0 KB

/.../2. V1 Learning the basics/

1. Why Choose Unity.mp4

35.7 MB

1. Why Choose Unity.srt

4.7 KB

10. Inspector.mp4

10.2 MB

10. Inspector.srt

5.3 KB

11. A look at Unity's Resourceful Windows.mp4

18.2 MB

11. A look at Unity's Resourceful Windows.srt

6.4 KB

12. Unity Asset Store Walkthrough.mp4

54.2 MB

12. Unity Asset Store Walkthrough.srt

8.7 KB

13. Customizing Your Workspace.mp4

9.7 MB

13. Customizing Your Workspace.srt

6.8 KB

2. Unity Free Vs. Unity Pro.mp4

13.5 MB

2. Unity Free Vs. Unity Pro.srt

7.8 KB

3. Downloading Unity.mp4

19.5 MB

3. Downloading Unity.srt

4.6 KB

4. Installing Unity.mp4

18.1 MB

4. Installing Unity.srt

6.5 KB

5. Unity Workspace Interface Overview.mp4

6.1 MB

5. Unity Workspace Interface Overview.srt

2.9 KB

6. Unity Project Browser.mp4

13.6 MB

6. Unity Project Browser.srt

5.6 KB

7. Unity Hierarchy.mp4

12.3 MB

7. Unity Hierarchy.srt

6.2 KB

8. Toolbar.mp4

12.4 MB

8. Toolbar.srt

7.0 KB

9. Unity Scene View Basics.mp4

15.0 MB

9. Unity Scene View Basics.srt

5.4 KB

/.../20. Advanced Illustration start to finish/

1. Thumbnail Ideation.mp4

0.0 KB

1. Thumbnail Ideation.srt

0.0 KB

10. Painting Clean up 4.mp4

0.0 KB

10. Painting Clean up 4.srt

0.0 KB

11. Painting Clean up 5.mp4

0.0 KB

11. Painting Clean up 5.srt

0.0 KB

12. Painting Clean up 6.mp4

0.0 KB

12. Painting Clean up 6.srt

0.0 KB

13. Painting Clean up 7.mp4

0.0 KB

13. Painting Clean up 7.srt

0.0 KB

14. Detail & Refine 1.mp4

0.0 KB

14. Detail & Refine 1.srt

0.0 KB

15. Detail & Refine 2.mp4

0.0 KB

15. Detail & Refine 2.srt

0.0 KB

16. Detail & Refine 3.mp4

0.0 KB

16. Detail & Refine 3.srt

0.0 KB

17. Detail & Refine 4.mp4

0.0 KB

17. Detail & Refine 4.srt

0.0 KB

18. Detail & Refine 5.mp4

0.0 KB

18. Detail & Refine 5.srt

0.0 KB

19. Final Effects.mp4

0.0 KB

19. Final Effects.srt

0.0 KB

2. Thumbnail Ideation cont..mp4

0.0 KB

2. Thumbnail Ideation cont..srt

0.0 KB

3. Drawing for Direction.mp4

0.0 KB

3. Drawing for Direction.srt

0.0 KB

4. Drawing cont..mp4

0.0 KB

4. Drawing cont..srt

0.0 KB

5. Painting Over.mp4

0.0 KB

5. Painting Over.srt

0.0 KB

6. Painting Over cont..mp4

0.0 KB

6. Painting Over cont..srt

0.0 KB

7. Painting Clean up 1.mp4

0.0 KB

7. Painting Clean up 1.srt

0.0 KB

8. Painting Clean up 2.mp4

0.0 KB

8. Painting Clean up 2.srt

0.0 KB

9. Painting Clean up 3.mp4

0.0 KB

9. Painting Clean up 3.srt

0.0 KB

/.../21. BONUS SECTION/

1. Bonus description details.html

0.5 KB

2. Bonus you have to take a look at!.mp4

0.0 KB

2. Bonus you have to take a look at!.srt

0.0 KB

/.../3. V2 Introduction to coding in C#/

1. Introduction.mp4

7.6 MB

1. Introduction.srt

0.7 KB

10. Variable type.mp4

25.7 MB

10. Variable type.srt

17.9 KB

11. Array and list.mp4

20.3 MB

11. Array and list.srt

10.3 KB

12. Array and list inspector.mp4

5.5 MB

12. Array and list inspector.srt

2.8 KB

13. Enum.mp4

12.9 MB

13. Enum.srt

7.8 KB

14. Variable attributes.mp4

5.2 MB

14. Variable attributes.srt

3.1 KB

15. Arithmetic.mp4

19.2 MB

15. Arithmetic.srt

9.4 KB

16. Shorthand arithmetic.mp4

9.9 MB

16. Shorthand arithmetic.srt

5.3 KB

17. Conditional if else.mp4

15.8 MB

17. Conditional if else.srt

9.2 KB

18. Conditional if else if.mp4

9.6 MB

18. Conditional if else if.srt

5.0 KB

19. Conditional lambda.mp4

12.2 MB

19. Conditional lambda.srt

6.8 KB

2. Ide Options.mp4

4.8 MB

2. Ide Options.srt

2.1 KB

20. Conditional and expression.mp4

14.1 MB

20. Conditional and expression.srt

6.9 KB

21. Switch case basics.mp4

13.4 MB

21. Switch case basics.srt

7.9 KB

22. Switch case enum.mp4

15.4 MB

22. Switch case enum.srt

6.5 KB

23. Loop basics.mp4

14.4 MB

23. Loop basics.srt

8.9 KB

24. Loop with conditional.mp4

3.1 MB

24. Loop with conditional.srt

1.4 KB

25. While loop.mp4

6.0 MB

25. While loop.srt

3.6 KB

26. Nested loop.mp4

9.4 MB

26. Nested loop.srt

5.6 KB

27. Foreach.mp4

9.1 MB

27. Foreach.srt

5.0 KB

28. Method structure.mp4

8.4 MB

28. Method structure.srt

5.0 KB

29. Method arguments and scope.mp4

12.6 MB

29. Method arguments and scope.srt

6.9 KB

3. Unity3D Setup.mp4

6.7 MB

3. Unity3D Setup.srt

5.3 KB

30. Method overloading.mp4

6.0 MB

30. Method overloading.srt

3.1 KB

31. Method return values.mp4

6.8 MB

31. Method return values.srt

4.0 KB

32. Class basics.mp4

7.2 MB

32. Class basics.srt

4.1 KB

4. Console.mp4

15.6 MB

4. Console.srt

3.1 KB

5. Project setup.mp4

7.9 MB

5. Project setup.srt

5.7 KB

6. Anatomy of a script.mp4

10.2 MB

6. Anatomy of a script.srt

9.7 KB

7. Syntax symbols.mp4

11.7 MB

7. Syntax symbols.srt

9.3 KB

8. Grammar.mp4

5.4 MB

8. Grammar.srt

4.5 KB

9. Debug and string.mp4

19.1 MB

9. Debug and string.srt

13.6 KB

/.../4. V3 Mastering the Fundamentals/

1. Introduction.mp4

625.2 KB

1. Introduction.srt

0.7 KB

10. Scaling by input.mp4

17.8 MB

10. Scaling by input.srt

10.7 KB

11. Color change with input.mp4

22.3 MB

11. Color change with input.srt

10.8 KB

12. Lightswitch trigger event.mp4

22.9 MB

12. Lightswitch trigger event.srt

11.9 KB

13. Triggering multiple elements.mp4

27.4 MB

13. Triggering multiple elements.srt

13.0 KB

14. Triggering an audio clip.mp4

12.6 MB

14. Triggering an audio clip.srt

6.1 KB

15. Triggers explained.mp4

13.8 MB

15. Triggers explained.srt

8.5 KB

16. Spawner basics.mp4

24.5 MB

16. Spawner basics.srt

15.3 KB

17. Values to spawned objects.mp4

24.9 MB

17. Values to spawned objects.srt

13.6 KB

18. Force to spawned object.mp4

12.4 MB

18. Force to spawned object.srt

5.4 KB

19. Particle system basics.mp4

91.3 MB

19. Particle system basics.srt

19.3 KB

2. Project setup.mp4

7.5 MB

2. Project setup.srt

4.9 KB

20. Particle system - smoke stack.mp4

56.1 MB

20. Particle system - smoke stack.srt

16.1 KB

21. Camera LookAt.mp4

33.6 MB

21. Camera LookAt.srt

18.1 KB

22. Smooth camera follow.mp4

32.6 MB

22. Smooth camera follow.srt

16.0 KB

23. Camera states.mp4

24.9 MB

23. Camera states.srt

9.9 KB

24. Camera trigger state events.mp4

15.0 MB

24. Camera trigger state events.srt

8.3 KB

25. Player gravity rotation setup.mp4

2.9 MB

25. Player gravity rotation setup.srt

1.5 KB

26. Camera minimap setup.mp4

10.8 MB

26. Camera minimap setup.srt

6.6 KB

27. Camera minimap code.mp4

19.4 MB

27. Camera minimap code.srt

14.1 KB

28. On mouse events.mp4

21.3 MB

28. On mouse events.srt

12.3 KB

29. Raycast setup.mp4

10.5 MB

29. Raycast setup.srt

4.8 KB

3. Basic scene setup.mp4

14.1 MB

3. Basic scene setup.srt

7.6 KB

30. Raycast single ray.mp4

14.2 MB

30. Raycast single ray.srt

9.7 KB

31. Raycast ray and hit.mp4

15.5 MB

31. Raycast ray and hit.srt

9.5 KB

32. Raycast object placement.mp4

8.1 MB

32. Raycast object placement.srt

4.1 KB

33. Raycast all and hits.mp4

17.7 MB

33. Raycast all and hits.srt

10.4 KB

34. Raycast all from a gameObject.mp4

26.1 MB

34. Raycast all from a gameObject.srt

12.3 KB

35. Raycast move object.mp4

27.0 MB

35. Raycast move object.srt

14.8 KB

36. Move to click position.mp4

11.4 MB

36. Move to click position.srt

6.7 KB

37. Follow mouse position.mp4

2.8 MB

37. Follow mouse position.srt

1.5 KB

38. Animation setup.mp4

15.6 MB

38. Animation setup.srt

7.7 KB

39. Animator script.mp4

10.8 MB

39. Animator script.srt

5.0 KB

4. Keyboard input.mp4

15.5 MB

4. Keyboard input.srt

11.1 KB

40. Examples 13 and 14 level load.mp4

19.4 MB

40. Examples 13 and 14 level load.srt

12.0 KB

41. Gameobject Primitive.mp4

41.5 MB

41. Gameobject Primitive.srt

9.0 KB

42. Gameobject and mesh.mp4

33.2 MB

42. Gameobject and mesh.srt

15.3 KB

43. Moving mesh vertices.mp4

16.2 MB

43. Moving mesh vertices.srt

5.1 KB

44. Load from resources.mp4

13.1 MB

44. Load from resources.srt

5.8 KB

45. Wrap up.mp4

744.8 KB

45. Wrap up.srt

0.6 KB

5. Directional movement.mp4

26.2 MB

5. Directional movement.srt

11.7 KB

6. Finding the input from the api.mp4

10.3 MB

6. Finding the input from the api.srt

5.1 KB

7. Rotating around with input.mp4

31.4 MB

7. Rotating around with input.srt

13.5 KB

8. Move and rotate together.mp4

25.2 MB

8. Move and rotate together.srt

10.3 KB

9. Collision and rigidbody.mp4

9.3 MB

9. Collision and rigidbody.srt

5.6 KB

/.../5. V4 Build your first level/

1. Introduction.mp4

4.1 MB

1. Introduction.srt

0.7 KB

10. Texturing part 1.mp4

126.3 MB

10. Texturing part 1.srt

17.9 KB

11. Texturing part 2.mp4

91.5 MB

11. Texturing part 2.srt

13.0 KB

12. Texturing part 3.mp4

137.9 MB

12. Texturing part 3.srt

15.4 KB

13. Terrain setup.mp4

23.5 MB

13. Terrain setup.srt

8.1 KB

14. Terrain texturing.mp4

180.9 MB

14. Terrain texturing.srt

0.0 KB

15. Terrain sculpt part 1.mp4

294.1 MB

15. Terrain sculpt part 1.srt

0.0 KB

16. Terrain sculpt part 2.mp4

232.3 MB

16. Terrain sculpt part 2.srt

0.0 KB

17. Skybox.mp4

0.0 KB

17. Skybox.srt

0.0 KB

18. Particle part 1.mp4

0.0 KB

18. Particle part 1.srt

0.0 KB

19. Particle part 2.mp4

0.0 KB

19. Particle part 2.srt

0.0 KB

2. Project setup.mp4

13.1 MB

2. Project setup.srt

7.2 KB

20. Particle part 3.mp4

0.0 KB

20. Particle part 3.srt

0.0 KB

21. Particle part 4.mp4

0.0 KB

21. Particle part 4.srt

0.0 KB

22. Tree creator.mp4

0.0 KB

22. Tree creator.srt

0.0 KB

23. Particle rain.mp4

0.0 KB

23. Particle rain.srt

0.0 KB

24. Audio storm.mp4

0.0 KB

24. Audio storm.srt

0.0 KB

25. Thunder strike code.mp4

0.0 KB

25. Thunder strike code.srt

0.0 KB

26. Thunder strike audio.mp4

0.0 KB

26. Thunder strike audio.srt

0.0 KB

27. Finishing touches.mp4

0.0 KB

27. Finishing touches.srt

0.0 KB

28. Build the game.mp4

0.0 KB

28. Build the game.srt

0.0 KB

29. Sharing your game.mp4

0.0 KB

29. Sharing your game.srt

0.0 KB

3. Basic shapes.mp4

34.0 MB

3. Basic shapes.srt

9.1 KB

30. Asset store level editor.mp4

0.0 KB

30. Asset store level editor.srt

0.0 KB

31. Asset store terrain.mp4

0.0 KB

31. Asset store terrain.srt

0.0 KB

32. Asset store textures models.mp4

0.0 KB

32. Asset store textures models.srt

0.0 KB

4. Select and delete.mp4

5.5 MB

4. Select and delete.srt

1.8 KB

5. Material and texture.mp4

11.7 MB

5. Material and texture.srt

6.2 KB

6. Basic level part 1.mp4

39.6 MB

6. Basic level part 1.srt

18.5 KB

7. Basic level part 2.mp4

45.0 MB

7. Basic level part 2.srt

14.9 KB

8. Texture websites.mp4

25.6 MB

8. Texture websites.srt

4.4 KB

9. Apply textures and materials.mp4

63.7 MB

9. Apply textures and materials.srt

18.5 KB

/.../6. V5 Create a boss battle/

1. Introduction.mp4

0.0 KB

1. Introduction.srt

0.0 KB

10. MagicOrb and moving objects.mp4

0.0 KB

10. MagicOrb and moving objects.srt

0.0 KB

11. MagicOrb triggerEvent.mp4

0.0 KB

11. MagicOrb triggerEvent.srt

0.0 KB

12. MagicOrb particle setup.mp4

0.0 KB

12. MagicOrb particle setup.srt

0.0 KB

13. Cannonball setup.mp4

0.0 KB

13. Cannonball setup.srt

0.0 KB

14. Random force.mp4

0.0 KB

14. Random force.srt

0.0 KB

15. TriggerEvent and particle.mp4

0.0 KB

15. TriggerEvent and particle.srt

0.0 KB

16. Creating prefabs.mp4

0.0 KB

16. Creating prefabs.srt

0.0 KB

17. Player basic movement.mp4

0.0 KB

17. Player basic movement.srt

0.0 KB

18. Player Weapon and socket setup.mp4

0.0 KB

18. Player Weapon and socket setup.srt

0.0 KB

19. Player Weapon shooting.mp4

0.0 KB

19. Player Weapon shooting.srt

0.0 KB

2. Setup.mp4

0.0 KB

2. Setup.srt

0.0 KB

20. Turret setup and follow.mp4

0.0 KB

20. Turret setup and follow.srt

0.0 KB

21. Turret weapon shooting.mp4

0.0 KB

21. Turret weapon shooting.srt

0.0 KB

22. Player health.mp4

0.0 KB

22. Player health.srt

0.0 KB

23. Turret health.mp4

0.0 KB

23. Turret health.srt

0.0 KB

24. Turret hit color change.mp4

0.0 KB

24. Turret hit color change.srt

0.0 KB

25. Manager and gui setup.mp4

0.0 KB

25. Manager and gui setup.srt

0.0 KB

26. Gui framework.mp4

0.0 KB

26. Gui framework.srt

0.0 KB

27. Gui updating.mp4

0.0 KB

27. Gui updating.srt

0.0 KB

28. Building the project.mp4

0.0 KB

28. Building the project.srt

0.0 KB

3. Navigation.mp4

0.0 KB

3. Navigation.srt

0.0 KB

4. Project setup.mp4

0.0 KB

4. Project setup.srt

0.0 KB

5. Object setup.mp4

0.0 KB

5. Object setup.srt

0.0 KB

6. Hierarchy setup.mp4

0.0 KB

6. Hierarchy setup.srt

0.0 KB

7. Materials and saving.mp4

0.0 KB

7. Materials and saving.srt

0.0 KB

8. Getting audio clips.mp4

0.0 KB

8. Getting audio clips.srt

0.0 KB

9. Setup scripts.mp4

0.0 KB

9. Setup scripts.srt

0.0 KB

/.../7. V6 Working with particles/

1. Introduction.mp4

0.0 KB

1. Introduction.srt

0.0 KB

10. Fire complex 2 flames.mp4

0.0 KB

10. Fire complex 2 flames.srt

0.0 KB

11. Fire complex 3 glow.mp4

0.0 KB

11. Fire complex 3 glow.srt

0.0 KB

12. Fire complex 4 dark smoke.mp4

0.0 KB

12. Fire complex 4 dark smoke.srt

0.0 KB

13. Fire complex 5 white smoke.mp4

0.0 KB

13. Fire complex 5 white smoke.srt

0.0 KB

14. Fire complex 6 sparks falling.mp4

0.0 KB

14. Fire complex 6 sparks falling.srt

0.0 KB

15. Fire complex 7 sparks rising.mp4

0.0 KB

15. Fire complex 7 sparks rising.srt

0.0 KB

16. Fire stream 1.mp4

0.0 KB

16. Fire stream 1.srt

0.0 KB

17. Fire stream 2.mp4

0.0 KB

17. Fire stream 2.srt

0.0 KB

18. Fire stream 3.mp4

0.0 KB

18. Fire stream 3.srt

0.0 KB

19. Fireball 1.mp4

0.0 KB

19. Fireball 1.srt

0.0 KB

2. Particle setup.mp4

0.0 KB

2. Particle setup.srt

0.0 KB

20. Fireball 2.mp4

0.0 KB

20. Fireball 2.srt

0.0 KB

21. Fireball 3.mp4

0.0 KB

21. Fireball 3.srt

0.0 KB

22. Fireball 4.mp4

0.0 KB

22. Fireball 4.srt

0.0 KB

23. Flame 1.mp4

0.0 KB

23. Flame 1.srt

0.0 KB

24. Flame 2.mp4

0.0 KB

24. Flame 2.srt

0.0 KB

25. Leaves falling 1.mp4

0.0 KB

25. Leaves falling 1.srt

0.0 KB

26. Leaves falling 2.mp4

0.0 KB

26. Leaves falling 2.srt

0.0 KB

27. Magic effect 1 base.mp4

0.0 KB

27. Magic effect 1 base.srt

0.0 KB

28. Magic effect 2 edge.mp4

0.0 KB

28. Magic effect 2 edge.srt

0.0 KB

29. Magic effect 3 glow.mp4

0.0 KB

29. Magic effect 3 glow.srt

0.0 KB

3. Particle dust example.mp4

0.0 KB

3. Particle dust example.srt

0.0 KB

30. smoke 1.mp4

0.0 KB

30. smoke 1.srt

0.0 KB

31. Smoke 1 different.mp4

0.0 KB

31. Smoke 1 different.srt

0.0 KB

32. Smoke 2.mp4

0.0 KB

32. Smoke 2.srt

0.0 KB

33. Smoke funnel 1 funnel.mp4

0.0 KB

33. Smoke funnel 1 funnel.srt

0.0 KB

34. Smoke funnel 2 debris.mp4

0.0 KB

34. Smoke funnel 2 debris.srt

0.0 KB

35. Smoke funnel 3 interior.mp4

0.0 KB

35. Smoke funnel 3 interior.srt

0.0 KB

36. Smoke funnel 4 dust.mp4

0.0 KB

36. Smoke funnel 4 dust.srt

0.0 KB

37. Smoke funnel 5 scene check.mp4

0.0 KB

37. Smoke funnel 5 scene check.srt

0.0 KB

38. Snow 1 light.mp4

0.0 KB

38. Snow 1 light.srt

0.0 KB

39. Snow 2 heavy.mp4

0.0 KB

39. Snow 2 heavy.srt

0.0 KB

4. Particle dust.mp4

0.0 KB

4. Particle dust.srt

0.0 KB

40. Snow 3 storm.mp4

0.0 KB

40. Snow 3 storm.srt

0.0 KB

41. Snow test.mp4

0.0 KB

41. Snow test.srt

0.0 KB

42. Sunrays.mp4

0.0 KB

42. Sunrays.srt

0.0 KB

43. Vapour steam.mp4

0.0 KB

43. Vapour steam.srt

0.0 KB

44. Water spray 1.mp4

0.0 KB

44. Water spray 1.srt

0.0 KB

45. Water spray 2.mp4

0.0 KB

45. Water spray 2.srt

0.0 KB

46. Water spray 3.mp4

0.0 KB

46. Water spray 3.srt

0.0 KB

47. Water spray 4.mp4

0.0 KB

47. Water spray 4.srt

0.0 KB

5. Fire simple 1 fire.mp4

0.0 KB

5. Fire simple 1 fire.srt

0.0 KB

6. Fire simple 2 glow.mp4

0.0 KB

6. Fire simple 2 glow.srt

0.0 KB

7. Fire simple 3 smoke.mp4

0.0 KB

7. Fire simple 3 smoke.srt

0.0 KB

8. Fire simple 4 cleanup.mp4

0.0 KB

8. Fire simple 4 cleanup.srt

0.0 KB

9. Fire complex 1 fire.mp4

0.0 KB

9. Fire complex 1 fire.srt

0.0 KB

/.../8. [3D Modeling and Animation] - V7 Introduction to Maya/

1. Introduction.mp4

0.0 KB

1. Introduction.srt

0.0 KB

10. Material editor basics.mp4

0.0 KB

10. Material editor basics.srt

0.0 KB

11. Material editor texture.mp4

0.0 KB

11. Material editor texture.srt

0.0 KB

12. Material editor workspace.mp4

0.0 KB

12. Material editor workspace.srt

0.0 KB

13. Material Texture UVW.mp4

0.0 KB

13. Material Texture UVW.srt

0.0 KB

14. Render basics.mp4

0.0 KB

14. Render basics.srt

0.0 KB

15. Animation basics.mp4

0.0 KB

15. Animation basics.srt

0.0 KB

16. Animation scene.mp4

0.0 KB

16. Animation scene.srt

0.0 KB

17. Edit options vertex edge face.mp4

0.0 KB

17. Edit options vertex edge face.srt

0.0 KB

18. Mesh.mp4

0.0 KB

18. Mesh.srt

0.0 KB

19. Edit mesh.mp4

0.0 KB

19. Edit mesh.srt

0.0 KB

2. Download.mp4

0.0 KB

2. Download.srt

0.0 KB

20. Mesh tools.mp4

0.0 KB

20. Mesh tools.srt

0.0 KB

21. Hut scene setup.mp4

0.0 KB

21. Hut scene setup.srt

0.0 KB

22. Hut wall.mp4

0.0 KB

22. Hut wall.srt

0.0 KB

23. Hut door.mp4

0.0 KB

23. Hut door.srt

0.0 KB

24. Hut miscellaneous pieces.mp4

0.0 KB

24. Hut miscellaneous pieces.srt

0.0 KB

25. Hut Roof.mp4

0.0 KB

25. Hut Roof.srt

0.0 KB

26. UVW texture wall.mp4

0.0 KB

26. UVW texture wall.srt

0.0 KB

27. UVW texture roof.mp4

0.0 KB

27. UVW texture roof.srt

0.0 KB

28. UVW texture surfboards.mp4

0.0 KB

28. UVW texture surfboards.srt

0.0 KB

29. UVW texture miscellaneous items.mp4

0.0 KB

29. UVW texture miscellaneous items.srt

0.0 KB

3. install & run.mp4

0.0 KB

3. install & run.srt

0.0 KB

30. UVW texture bamboo.mp4

0.0 KB

30. UVW texture bamboo.srt

0.0 KB

31. UVW texture door.mp4

0.0 KB

31. UVW texture door.srt

0.0 KB

32. Scene layout.mp4

0.0 KB

32. Scene layout.srt

0.0 KB

33. Render image.mp4

0.0 KB

33. Render image.srt

0.0 KB

34. Render animation.mp4

0.0 KB

34. Render animation.srt

0.0 KB

4. User Interface.mp4

0.0 KB

4. User Interface.srt

0.0 KB

5. Primitives and selection.mp4

0.0 KB

5. Primitives and selection.srt

0.0 KB

6. Move, rotate, scale.mp4

0.0 KB

6. Move, rotate, scale.srt

0.0 KB

7. Navigate viewport.mp4

0.0 KB

7. Navigate viewport.srt

0.0 KB

8. Viewport views layout.mp4

0.0 KB

8. Viewport views layout.srt

0.0 KB

9. Viewport shading lighting.mp4

0.0 KB

9. Viewport shading lighting.srt

0.0 KB

/.../9. V8 Polygon Modeling with Maya/

1. Introduction.mp4

0.0 KB

1. Introduction.srt

0.0 KB

10. Head to body.mp4

0.0 KB

10. Head to body.srt

0.0 KB

11. Model Armor A.mp4

0.0 KB

11. Model Armor A.srt

0.0 KB

12. Model Armor B.mp4

0.0 KB

12. Model Armor B.srt

0.0 KB

13. Model Armor Head C.mp4

0.0 KB

13. Model Armor Head C.srt

0.0 KB

14. Model Armor Head D.mp4

0.0 KB

14. Model Armor Head D.srt

0.0 KB

15. Model Armor Head E.mp4

0.0 KB

15. Model Armor Head E.srt

0.0 KB

16. Model Armor Head F.mp4

0.0 KB

16. Model Armor Head F.srt

0.0 KB

17. Model Face A.mp4

0.0 KB

17. Model Face A.srt

0.0 KB

18. Model Face Fang B.mp4

0.0 KB

18. Model Face Fang B.srt

0.0 KB

19. Model Face Fang C.mp4

0.0 KB

19. Model Face Fang C.srt

0.0 KB

2. Setup Body.mp4

0.0 KB

2. Setup Body.srt

0.0 KB

20. Model Face Fang D.mp4

0.0 KB

20. Model Face Fang D.srt

0.0 KB

21. Setup Leg.mp4

0.0 KB

21. Setup Leg.srt

0.0 KB

22. Model Leg A.mp4

0.0 KB

22. Model Leg A.srt

0.0 KB

23. Model Leg B.mp4

0.0 KB

23. Model Leg B.srt

0.0 KB

24. Model Leg C.mp4

0.0 KB

24. Model Leg C.srt

0.0 KB

25. Model Leg D.mp4

0.0 KB

25. Model Leg D.srt

0.0 KB

26. Model Leg E.mp4

0.0 KB

26. Model Leg E.srt

0.0 KB

27. Model Leg F.mp4

0.0 KB

27. Model Leg F.srt

0.0 KB

28. Model Leg G.mp4

0.0 KB

28. Model Leg G.srt

0.0 KB

29. Model Leg H.mp4

0.0 KB

29. Model Leg H.srt

0.0 KB

3. Material Layers.mp4

0.0 KB

3. Material Layers.srt

0.0 KB

30. Model Leg I.mp4

0.0 KB

30. Model Leg I.srt

0.0 KB

31. Model Leg J.mp4

0.0 KB

31. Model Leg J.srt

0.0 KB

32. Model Leg K.mp4

0.0 KB

32. Model Leg K.srt

0.0 KB

33. Setup Leg Armor.mp4

0.0 KB

33. Setup Leg Armor.srt

0.0 KB

34. Model Leg Armor A.mp4

0.0 KB

34. Model Leg Armor A.srt

0.0 KB

35. Model Leg Armor B.mp4

0.0 KB

35. Model Leg Armor B.srt

0.0 KB

36. Model Leg Armor C.mp4

0.0 KB

36. Model Leg Armor C.srt

0.0 KB

37. Model Leg Armor D.mp4

0.0 KB

37. Model Leg Armor D.srt

0.0 KB

38. Apply Material.mp4

0.0 KB

38. Apply Material.srt

0.0 KB

39. Setup Spider.mp4

0.0 KB

39. Setup Spider.srt

0.0 KB

4. Model Front View.mp4

0.0 KB

4. Model Front View.srt

0.0 KB

40. Render Spider.mp4

0.0 KB

40. Render Spider.srt

0.0 KB

41. Prepare Spider Model.mp4

0.0 KB

41. Prepare Spider Model.srt

0.0 KB

42. Leg bones.mp4

0.0 KB

42. Leg bones.srt

0.0 KB

43. Leg Rig.mp4

0.0 KB

43. Leg Rig.srt

0.0 KB

44. Leg Skin.mp4

0.0 KB

44. Leg Skin.srt

0.0 KB

45. Leg Parenting.mp4

0.0 KB

45. Leg Parenting.srt

0.0 KB

46. Leg Copy.mp4

0.0 KB

46. Leg Copy.srt

0.0 KB

47. Leg ik.mp4

0.0 KB

47. Leg ik.srt

0.0 KB

48. Add bones to body.mp4

0.0 KB

48. Add bones to body.srt

0.0 KB

49. Skinning the body.mp4

0.0 KB

49. Skinning the body.srt

0.0 KB

5. Model Top View.mp4

0.0 KB

5. Model Top View.srt

0.0 KB

50. Rigging the body.mp4

0.0 KB

50. Rigging the body.srt

0.0 KB

51. Spider Root.mp4

0.0 KB

51. Spider Root.srt

0.0 KB

52. Create Idle animation.mp4

0.0 KB

52. Create Idle animation.srt

0.0 KB

53. Walk animation.mp4

0.0 KB

53. Walk animation.srt

0.0 KB

54. Walk animation 2.mp4

0.0 KB

54. Walk animation 2.srt

0.0 KB

55. Walk animation 3.mp4

0.0 KB

55. Walk animation 3.srt

0.0 KB

56. Walk animation 4.mp4

0.0 KB

56. Walk animation 4.srt

0.0 KB

57. Spider model and animation outro.mp4

0.0 KB

57. Spider model and animation outro.srt

0.0 KB

6. Model Side View.mp4

0.0 KB

6. Model Side View.srt

0.0 KB

7. Body Perspective View.mp4

0.0 KB

7. Body Perspective View.srt

0.0 KB

8. Model Head.mp4

0.0 KB

8. Model Head.srt

0.0 KB

9. Head Perspective View.mp4

0.0 KB

9. Head Perspective View.srt

0.0 KB

/1. Welcome!/

1. Welcome to the Course!.mp4

94.4 MB

1. Welcome to the Course!.srt

13.0 KB

/.../10. Professors Post Type/

1. Professors Post Type.mp4

240.0 MB

1. Professors Post Type.srt

25.2 KB

1.1 34-end.zip.zip

127.7 KB

2. Featured Image (Post Thumbnail).mp4

247.3 MB

2. Featured Image (Post Thumbnail).srt

26.7 KB

2.1 35-end.zip.zip

127.9 KB

2.1 frog-bio.jpg.jpg

2.8 MB

2.2 barksalot.jpg.jpg

5.6 MB

2.2 meowsalot.jpg.jpg

2.0 MB

2.3 35-end.zip.zip

127.9 KB

2.3 meowsalot.jpg.jpg

2.0 MB

2.4 barksalot.jpg.jpg

5.6 MB

2.4 frog-bio.jpg.jpg

2.8 MB

2.4 meowsalot.jpg.jpg

2.0 MB

3. Featured Image Sizes & Cropping.mp4

115.0 MB

3. Featured Image Sizes & Cropping.srt

10.1 KB

3.1 36-end.zip.zip

128.0 KB

4. Page Banner Dynamic Background Image.mp4

193.4 MB

4. Page Banner Dynamic Background Image.srt

20.6 KB

4.1 37-end.zip.zip

128.0 KB

4.1 field.jpg.jpg

1.6 MB

4.2 37-end.zip.zip

128.0 KB

4.2 field.jpg.jpg

1.6 MB

/.../11. Cleaner Code (Less Duplication)/

1. Reduce Duplicate Code - Create Our Own Function.mp4

271.4 MB

1. Reduce Duplicate Code - Create Our Own Function.srt

26.8 KB

1.1 38-end.zip.zip

128.0 KB

1.1 building.jpg.jpg

2.6 MB

1.2 38-end.zip.zip

128.0 KB

1.2 building.jpg.jpg

2.6 MB

2. Using Our pageBanner Function.mp4

127.5 MB

2. Using Our pageBanner Function.srt

14.3 KB

2.1 39-end.zip.zip

127.1 KB

2.1 notebook.jpg.jpg

2.4 MB

2.2 39-end.zip.zip

127.1 KB

2.2 notebook.jpg.jpg

2.4 MB

3. Reduce Duplication - get_template_part().mp4

146.8 MB

3. Reduce Duplication - get_template_part().srt

16.1 KB

3.1 40-end.zip.zip

127.6 KB

/.../12. Campus Post Type/

1. Note About Google Maps JavaScript API.html

3.0 KB

2. Campus Post Type.mp4

125.4 MB

2. Campus Post Type.srt

17.9 KB

2.1 41-end.zip.zip

127.5 KB

2.1 Google API Key Link.html

0.1 KB

2.2 41-end.zip.zip

127.5 KB

2.2 Google API Key Link.html

0.1 KB

3. Campus Map on Front-End.mp4

233.4 MB

3. Campus Map on Front-End.srt

27.3 KB

3.1 42-end.zip.zip

128.8 KB

4. Campuses Continued.mp4

261.9 MB

4. Campuses Continued.srt

27.1 KB

4.1 43-end.zip.zip

124.2 KB

5. Final Campus Details.mp4

70.9 MB

5. Final Campus Details.srt

6.3 KB

5.1 44-end.zip.zip

124.1 KB

/.../13. Live Search (UI JavaScript)/

1. Live Search.mp4

159.9 MB

1. Live Search.srt

20.1 KB

1.1 45-end.zip.zip

124.5 KB

2. Open and Close Search Overlay.mp4

219.7 MB

2. Open and Close Search Overlay.srt

26.5 KB

2.1 46-end.zip.zip

124.9 KB

3. Keyboard Events in JavaScript.mp4

262.1 MB

3. Keyboard Events in JavaScript.srt

26.8 KB

4. Managing Time in JavaScript.mp4

189.2 MB

4. Managing Time in JavaScript.srt

22.0 KB

4.1 48-end.zip.zip

125.4 KB

5. Waiting Loading Spinner Icon.mp4

254.9 MB

5. Waiting Loading Spinner Icon.srt

27.4 KB

5.1 49-end.zip.zip

125.8 KB

/.../14. WordPress REST API (AJAX)/

1. Load WP Content with JS.mp4

250.4 MB

1. Load WP Content with JS.srt

24.7 KB

1.1 50-end.zip.zip

125.9 KB

2. Generate HTML Based on JSON.mp4

274.4 MB

2. Generate HTML Based on JSON.srt

27.4 KB

2.1 51-end.zip.zip

126.2 KB

3. Conditional Logic Within Template Literal.mp4

241.9 MB

3. Conditional Logic Within Template Literal.srt

25.2 KB

3.1 52-end.zip.zip

126.3 KB

4. Quick Misc Edits.mp4

143.0 MB

4. Quick Misc Edits.srt

14.7 KB

4.1 53-end.zip.zip

126.5 KB

5. Synchronous vs Asynchronous (Part 1).mp4

133.2 MB

5. Synchronous vs Asynchronous (Part 1).srt

16.6 KB

5.1 54-end.zip.zip

126.7 KB

6. Synchronous vs Asynchronous (Part 2).mp4

142.2 MB

6. Synchronous vs Asynchronous (Part 2).srt

14.6 KB

/.../15. Customizing the REST API/

1. REST API Add New Custom Field.mp4

189.3 MB

1. REST API Add New Custom Field.srt

20.6 KB

1.1 56-end.zip.zip

126.9 KB

2. REST API Add New Custom Route (URL).mp4

173.0 MB

2. REST API Add New Custom Route (URL).srt

21.9 KB

2.1 57-end.zip.zip

127.5 KB

3. Create Your Own Raw JSON Data.mp4

108.4 MB

3. Create Your Own Raw JSON Data.srt

19.0 KB

3.1 58-end.zip.zip

128.5 KB

4. WP_Query and Keyword Searching.mp4

79.3 MB

4. WP_Query and Keyword Searching.srt

11.3 KB

4.1 59-end.zip.zip

128.5 KB

5. Working With Multiple Post Types.mp4

118.0 MB

5. Working With Multiple Post Types.srt

14.2 KB

5.1 60-end.zip.zip

128.7 KB

/.../16. Combining Front-End & Back-End/

1. 3 Column Layout for Search Overlay.mp4

267.7 MB

1. 3 Column Layout for Search Overlay.srt

27.3 KB

1.1 61-end.zip.zip

128.8 KB

2. Custom Layout & JSON based on Post Type.mp4

299.6 MB

2. Custom Layout & JSON based on Post Type.srt

0.0 KB

2.1 62-end.zip.zip

129.5 KB

3. Search Logic That's Aware of Relationships.mp4

157.3 MB

3. Search Logic That's Aware of Relationships.srt

0.0 KB

4. Search Logic That's Aware of Relationships (Part 2).mp4

215.2 MB

4. Search Logic That's Aware of Relationships (Part 2).srt

0.0 KB

4.1 64-end.zip.zip

129.7 KB

5. Completing Our Search Overlay.mp4

175.1 MB

5. Completing Our Search Overlay.srt

0.0 KB

5.1 65-end.zip.zip

129.8 KB

/.../17. Non-JS Fallback Traditional Search/

1. Traditional WordPress Searching.mp4

228.7 MB

1. Traditional WordPress Searching.srt

0.0 KB

1.1 66-end.zip.zip

130.8 KB

2. Traditional WordPress Searching (Part 2).mp4

231.5 MB

2. Traditional WordPress Searching (Part 2).srt

0.0 KB

2.1 67-end.zip.zip

133.8 KB

/.../18. User Roles and Permissions/

1. User Roles and Permissions.mp4

155.5 MB

1. User Roles and Permissions.srt

0.0 KB

1.1 68-end.zip.zip

133.8 KB

2. Open Registration.mp4

259.0 MB

2. Open Registration.srt

0.0 KB

2.1 69-end.zip.zip

134.1 KB

3. Open Registration (Part 2).mp4

170.6 MB

3. Open Registration (Part 2).srt

0.0 KB

3.1 70-end.zip.zip

134.2 KB

/.../19. User Generated Content/

1. My Notes Feature.mp4

198.5 MB

1. My Notes Feature.srt

0.0 KB

1.1 71-end.zip.zip

141.6 KB

10. Per-User Post Limit.mp4

247.4 MB

10. Per-User Post Limit.srt

0.0 KB

10.1 80-end.zip.zip

137.7 KB

2. My Notes Front-end Part 1.mp4

65.7 MB

2. My Notes Front-end Part 1.srt

0.0 KB

3. My Notes Front-end Part 2.mp4

160.9 MB

3. My Notes Front-end Part 2.srt

0.0 KB

3.1 73-end.zip.zip

135.8 KB

4. Delete Posts with the REST API.mp4

193.2 MB

4. Delete Posts with the REST API.srt

0.0 KB

4.1 74-end.zip.zip

136.1 KB

5. Edit Update Posts with the REST API.mp4

235.7 MB

5. Edit Update Posts with the REST API.srt

0.0 KB

5.1 75-end.zip.zip

136.6 KB

6. Creating New Notes.mp4

153.9 MB

6. Creating New Notes.srt

0.0 KB

6.1 76-end.zip.zip

137.2 KB

7. Creating New Notes (Part 2).mp4

103.8 MB

7. Creating New Notes (Part 2).srt

0.0 KB

8. Note Permissions and Security (Part 1).mp4

177.9 MB

8. Note Permissions and Security (Part 1).srt

0.0 KB

8.1 78-end.zip.zip

137.3 KB

9. Note Permissions and Security (Part 2).mp4

194.2 MB

9. Note Permissions and Security (Part 2).srt

0.0 KB

9.1 79-end.zip.zip

137.4 KB

/2. Getting Started/

1. What is a Dev Environment (Your First Installation).mp4

83.8 MB

1. What is a Dev Environment (Your First Installation).srt

18.7 KB

2. If You're Unable to Install Local by Flywheel.html

0.9 KB

3. First Taste of PHP.mp4

95.2 MB

3. First Taste of PHP.srt

21.0 KB

4. Note for Local by Flywheel Users.html

0.7 KB

/.../20. Like or Heart Count for Professors/

1. Let Users Like Content (Part 1).mp4

265.6 MB

1. Let Users Like Content (Part 1).srt

0.0 KB

1.1 81-end.zip.zip

138.0 KB

2. Let Users Like Content (Part 2).mp4

149.1 MB

2. Let Users Like Content (Part 2).srt

0.0 KB

3. Creating Custom POST and DELETE Endpoints.mp4

142.1 MB

3. Creating Custom POST and DELETE Endpoints.srt

0.0 KB

3.1 83-end.zip.zip

139.3 KB

4. Programmatically Create a Post.mp4

208.8 MB

4. Programmatically Create a Post.srt

0.0 KB

4.1 84-end.zip.zip

139.4 KB

5. Enforce Limit of One Like Per UserTeacher Combo.mp4

236.6 MB

5. Enforce Limit of One Like Per UserTeacher Combo.srt

0.0 KB

5.1 85-end.zip.zip

139.7 KB

6. Completing the LikeBox.mp4

246.3 MB

6. Completing the LikeBox.srt

0.0 KB

6.1 86-end.zip.zip

808.0 KB

/.../21. Going Live Deploying Our WordPress Site/

1. Going Live with Our Website.mp4

101.6 MB

1. Going Live with Our Website.srt

0.0 KB

2. Path A (Simple and Quick).mp4

181.8 MB

2. Path A (Simple and Quick).srt

0.0 KB

3. Path B (Advanced Manually Moving a Site).mp4

172.8 MB

3. Path B (Advanced Manually Moving a Site).srt

0.0 KB

4. Database Config for Two Site Environments.mp4

151.7 MB

4. Database Config for Two Site Environments.srt

0.0 KB

5. Ignoring Certain Files with Git.mp4

81.6 MB

5. Ignoring Certain Files with Git.srt

0.0 KB

6. Automatic Git Deployments to Web Host.mp4

139.2 MB

6. Automatic Git Deployments to Web Host.srt

0.0 KB

/.../22. Extra Credit Challenges & Topics/

1. Challenge Make Homepage Slideshow Dynamic.mp4

109.8 MB

1. Challenge Make Homepage Slideshow Dynamic.srt

0.0 KB

2. Challenge Create a Basic Plugin.mp4

120.5 MB

2. Challenge Create a Basic Plugin.srt

0.0 KB

2.1 my-first-amazing-plugin.php.zip.zip

0.5 KB

/.../23. Gutenberg Block Editor Essentials/

1. Create a Custom Block Type (Part 1).mp4

135.6 MB

1. Create a Custom Block Type (Part 1).srt

0.0 KB

1.1 Copy and paste plugin.php.html

0.2 KB

1.2 my-block.js.html

0.2 KB

2. Create a Custom Block Type (Part 2).mp4

128.2 MB

2. Create a Custom Block Type (Part 2).srt

0.0 KB

2.1 Copy and paste plugin.php.html

0.2 KB

2.1 my-block.js.html

0.2 KB

2.2 Copy and paste plugin.php.html

0.2 KB

2.2 my-block.js.html

0.2 KB

3. Create a Custom Block Type (Part 3).mp4

133.8 MB

3. Create a Custom Block Type (Part 3).srt

0.0 KB

3.1 Copy and paste plugin.php.html

0.2 KB

3.1 my-block.js.html

0.2 KB

3.2 Copy and paste plugin.php.html

0.2 KB

3.2 my-block.js.html

0.2 KB

/.../24. Extra Credit Challenges & Topics Continued/

1. Challenge Have an Update Plan in Place (Security).mp4

51.0 MB

1. Challenge Have an Update Plan in Place (Security).srt

0.0 KB

2. Challenge Query Vars.mp4

148.5 MB

2. Challenge Query Vars.srt

0.0 KB

2.1 QueryVars.zip.zip

2.9 KB

3. Finale JavaScript Next Steps.mp4

76.4 MB

3. Finale JavaScript Next Steps.srt

0.0 KB

3.1 Angular.html

0.1 KB

3.1 Vue.js.html

0.1 KB

3.2 React.html

0.1 KB

3.2 Vue.js.html

0.1 KB

3.3 Angular.html

0.1 KB

3.3 React.html

0.1 KB

3.3 Vue.js.html

0.1 KB

/.../25. Bonus Debugging & Documentation/

1. Fixing .dev Domains.mp4

115.1 MB

1. Fixing .dev Domains.srt

0.0 KB

/.../26. VirtualBox and Vagrant/

1. Intro to VirtualBox and Vagrant.mp4

35.0 MB

1. Intro to VirtualBox and Vagrant.srt

0.0 KB

2. Our First Site with VirtualBox & Vagrant.mp4

104.8 MB

2. Our First Site with VirtualBox & Vagrant.srt

0.0 KB

3. How to Start & Stop Vagrant.html

1.1 KB

4. Only for Vagrant Users (Installing WordPress).mp4

95.8 MB

4. Only for Vagrant Users (Installing WordPress).srt

0.0 KB

5. Setting Up New (Multiple) Sites in VagrantVirtualBox.mp4

171.4 MB

5. Setting Up New (Multiple) Sites in VagrantVirtualBox.srt

0.0 KB

/.../3. First Coding Steps PHP/

1. Creating a New Theme.mp4

99.3 MB

1. Creating a New Theme.srt

17.3 KB

1.1 screenshot.png.png

991.1 KB

2. PHP Functions.mp4

67.8 MB

2. PHP Functions.srt

21.7 KB

3. PHP Arrays.mp4

50.5 MB

3. PHP Arrays.srt

17.9 KB

4. Quick Note Classic Editor vs Default Editor.mp4

70.4 MB

4. Quick Note Classic Editor vs Default Editor.srt

10.8 KB

/.../4. WordPress Specific PHP/

1. The Famous Loop in WordPress.mp4

63.7 MB

1. The Famous Loop in WordPress.srt

19.0 KB

2. Header & Footer.mp4

87.9 MB

2. Header & Footer.srt

24.4 KB

2.1 09-end.zip.zip

995.3 KB

3. Convert Static HTML Template into WordPress.mp4

238.0 MB

3. Convert Static HTML Template into WordPress.srt

28.0 KB

3.1 10-end.zip.zip

1.8 MB

4. Quick Note Avoiding Caching (CSS & JS) During Dev.mp4

145.3 MB

4. Quick Note Avoiding Caching (CSS & JS) During Dev.srt

11.6 KB

/5. Pages/

1. Interior Page Template.mp4

213.8 MB

1. Interior Page Template.srt

24.3 KB

1.1 11-end.zip.zip

1.8 MB

2. Parent & Children Pages.mp4

212.5 MB

2. Parent & Children Pages.srt

22.1 KB

2.1 12-end.zip.zip

1.1 MB

3. To Echo or Not To Echo.mp4

127.3 MB

3. To Echo or Not To Echo.srt

13.1 KB

4. Menu of Child Page Links.mp4

198.7 MB

4. Menu of Child Page Links.srt

26.0 KB

4.1 14-end.zip.zip

114.5 KB

5. A Few Quick Edits Improvements.mp4

145.4 MB

5. A Few Quick Edits Improvements.srt

12.7 KB

5.1 15-end.zip.zip

114.6 KB

6. Navigation Menus.mp4

275.2 MB

6. Navigation Menus.srt

26.9 KB

6.1 16-end.zip.zip

114.6 KB

/.../6. Building the Blog Section/

1. Blog Listing Page (index.php vs front-page.php).mp4

218.7 MB

1. Blog Listing Page (index.php vs front-page.php).srt

26.8 KB

1.1 17-end.zip.zip

115.3 KB

2. Blog Continued.mp4

150.2 MB

2. Blog Continued.srt

18.2 KB

2.1 18-end.zip.zip

115.7 KB

3. Blog Archives (archive.php).mp4

140.5 MB

3. Blog Archives (archive.php).srt

16.3 KB

3.1 19-end.zip.zip

116.4 KB

4. Custom Queries.mp4

268.0 MB

4. Custom Queries.srt

27.9 KB

4.1 20.zip.zip

116.5 KB

5. Blog Few Quick Edits & Improvements.mp4

104.8 MB

5. Blog Few Quick Edits & Improvements.srt

9.4 KB

/.../7. Workflow and Automation/

1. Note on Gulp.html

1.1 KB

2. Preparing For Automation What is a Command Line.mp4

37.9 MB

2. Preparing For Automation What is a Command Line.srt

9.2 KB

3. Workflow and Automation (Part 1).mp4

113.5 MB

3. Workflow and Automation (Part 1).srt

23.4 KB

4. Tip If Your localhost3000 Loads Very Slowly....html

1.8 KB

5. Workflow and Automation (Part 2).mp4

191.1 MB

5. Workflow and Automation (Part 2).srt

17.0 KB

/.../8. Events Post Type/

1. Custom Post Types.mp4

158.6 MB

1. Custom Post Types.srt

24.7 KB

1.1 24-end.zip.zip

0.6 KB

2. Displaying Custom Post Types.mp4

258.2 MB

2. Displaying Custom Post Types.srt

26.6 KB

2.1 25-end.zip.zip

123.2 KB

3. Quick Timeout Misc Updates.mp4

170.0 MB

3. Quick Timeout Misc Updates.srt

15.2 KB

3.1 26-end.zip.zip

123.2 KB

4. Custom Fields.mp4

204.7 MB

4. Custom Fields.srt

25.3 KB

4.1 27-end.zip.zip

117.9 KB

5. Ordering (Sorting) Custom Queries.mp4

214.5 MB

5. Ordering (Sorting) Custom Queries.srt

18.6 KB

5.1 28-end.zip.zip

118.0 KB

6. Manipulating Default URL Based Queries.mp4

233.7 MB

6. Manipulating Default URL Based Queries.srt

25.0 KB

6.1 29-end.zip.zip

118.3 KB

7. Past Events Page (Custom Query Pagination).mp4

211.9 MB

7. Past Events Page (Custom Query Pagination).srt

24.5 KB

7.1 30-end.zip.zip

119.3 KB

/.../9. Programs Post Type/

1. Creating Relationships Between Content.mp4

199.0 MB

1. Creating Relationships Between Content.srt

25.2 KB

1.1 31-end.zip.zip

120.6 KB

2. Displaying Relationships (Front-End).mp4

237.2 MB

2. Displaying Relationships (Front-End).srt

27.0 KB

2.1 32-end-updated.zip.zip

121.2 KB

3. Quick Program Edits.mp4

123.8 MB

3. Quick Program Edits.srt

10.9 KB

3.1 33-end.zip.zip

121.3 KB

/1. Introduction/

1. About the Course.mp4

6.9 MB

1. About the Course.srt

6.8 KB

2. Why Learn C++.mp4

11.3 MB

2. Why Learn C++.srt

8.0 KB

2.1 IEEE Index.html

0.1 KB

2.1 PYPL Index.html

0.1 KB

2.1 Tiobe Index.html

0.1 KB

2.2 IEEE Index.html

0.1 KB

2.2 PYPL Index.html

0.1 KB

2.2 RedMonk Rankings.html

0.1 KB

2.3 IEEE Index.html

0.1 KB

2.3 ZDNET.html

0.2 KB

2.4 PYPL Index.html

0.1 KB

2.4 RedMonk Rankings.html

0.1 KB

2.5 Tiobe Index.html

0.1 KB

2.5 ZDNET.html

0.2 KB

3. Modern C++ and the C++ Standard.mp4

6.3 MB

3. Modern C++ and the C++ Standard.srt

4.1 KB

4. How does all this work.mp4

11.4 MB

4. How does all this work.srt

13.4 KB

5. FAQ -- Please Read!.html

0.4 KB

/.../10. Characters and Strings/

1. Section Overview.mp4

2.9 MB

1. Section Overview.srt

2.6 KB

10. Section Challenge.mp4

12.1 MB

10. Section Challenge.srt

10.4 KB

11. Section Challenge - Solution.mp4

22.8 MB

11. Section Challenge - Solution.srt

19.3 KB

12. ​Section 10 Quiz.html

0.1 KB

13. Challenge Assignment - Letter Pyramid.html

0.2 KB

2. Character Functions.mp4

4.1 MB

2. Character Functions.srt

3.2 KB

3. C-Style Strings.mp4

11.1 MB

3. C-Style Strings.srt

11.6 KB

3.1 Errata-95.pdf.pdf

75.3 KB

4. Working with C-style Strings.mp4

26.2 MB

4. Working with C-style Strings.srt

22.8 KB

5. Using C-style Strings.html

0.1 KB

6. C++ Strings.mp4

22.4 MB

6. C++ Strings.srt

22.5 KB

6.1 Errata-97.pdf.pdf

35.2 KB

7. Working with C++ Strings.mp4

30.6 MB

7. Working with C++ Strings.srt

25.2 KB

8. Using C++ Strings - Exercise 1.html

0.1 KB

9. Using C++ Strings - Exercise 2.html

0.1 KB

/11. Functions/

1. Section Overview.mp4

3.9 MB

1. Section Overview.srt

4.0 KB

10. Overloading Functions.mp4

20.9 MB

10. Overloading Functions.srt

17.0 KB

11. Overloading Functions - Calculating Area.html

0.1 KB

12. Passing Arrays to Functions.mp4

31.4 MB

12. Passing Arrays to Functions.srt

20.5 KB

13. Passing Arrays to Functions - Print a Guest List.html

0.1 KB

14. Pass by Reference.mp4

24.4 MB

14. Pass by Reference.srt

20.4 KB

15. Using Pass by Reference - Print a Guest List.html

0.1 KB

16. Scope Rules.mp4

22.0 MB

16. Scope Rules.srt

19.1 KB

16.1 Errata-110.pdf.pdf

47.8 KB

17. How do Function Calls Work.mp4

18.7 MB

17. How do Function Calls Work.srt

17.6 KB

18. inline Functions.mp4

2.9 MB

18. inline Functions.srt

2.4 KB

19. Recursive Functions.mp4

21.6 MB

19. Recursive Functions.srt

21.1 KB

2. What is a Function.mp4

33.9 MB

2. What is a Function.srt

31.6 KB

2.1 Errata-102.pdf.pdf

58.4 KB

20. Implementing a Recursive Function - Save a Penny.html

0.1 KB

21. Section Challenge.mp4

4.4 MB

21. Section Challenge.srt

4.1 KB

22. Section Challenge-Solution.mp4

33.1 MB

22. Section Challenge-Solution.srt

24.9 KB

23. Section 11 Quiz.html

0.1 KB

3. Using Functions from the cmath Library.html

0.1 KB

4. Function Definition.mp4

28.4 MB

4. Function Definition.srt

26.6 KB

5. Function Prototypes.mp4

19.9 MB

5. Function Prototypes.srt

18.1 KB

6. Function Parameters and the return Statement.mp4

27.1 MB

6. Function Parameters and the return Statement.srt

22.2 KB

7. Functions and Prototypes - Converting Temperatures.html

0.1 KB

8. Default Argument Values.mp4

24.3 MB

8. Default Argument Values.srt

18.6 KB

8.1 Errata-106.pdf.pdf

56.8 KB

9. Using Default Argument Values - Grocery List.html

0.1 KB

/.../12. Pointers and References/

1. Section Overview.mp4

7.3 MB

1. Section Overview.srt

5.4 KB

10. Passing Pointers to Functions.mp4

40.5 MB

10. Passing Pointers to Functions.srt

28.3 KB

11. Returning a Pointer from a Function.mp4

27.6 MB

11. Returning a Pointer from a Function.srt

18.5 KB

12. Potential Pointer Pitfalls.mp4

8.7 MB

12. Potential Pointer Pitfalls.srt

7.1 KB

13. What is a Reference.mp4

20.7 MB

13. What is a Reference.srt

14.3 KB

13.1 Errata-128.pdf.pdf

71.7 KB

14. L-values and R-values.mp4

8.2 MB

14. L-values and R-values.srt

5.8 KB

15. Using the CodeLite IDE Debugger.mp4

22.0 MB

15. Using the CodeLite IDE Debugger.srt

17.6 KB

16. Section Recap.mp4

5.5 MB

16. Section Recap.srt

5.1 KB

17. Section Challenge.mp4

11.5 MB

17. Section Challenge.srt

6.3 KB

18. Section Challenge - Solution.mp4

23.7 MB

18. Section Challenge - Solution.srt

14.4 KB

19. ​Section 12 Quiz.html

0.1 KB

2. What is a Pointer.mp4

5.4 MB

2. What is a Pointer.srt

3.7 KB

3. Declaring Pointers.mp4

5.1 MB

3. Declaring Pointers.srt

4.8 KB

4. Accessing the Pointer Address and Storing Address in a Pointer.mp4

37.6 MB

4. Accessing the Pointer Address and Storing Address in a Pointer.srt

25.7 KB

4.1 Errata-119.pdf.pdf

53.0 KB

5. Dereferencing a Pointer.mp4

22.4 MB

5. Dereferencing a Pointer.srt

20.1 KB

5.1 Errata-120.pdf.pdf

66.7 KB

6. Dynamic Memory Allocation.mp4

29.7 MB

6. Dynamic Memory Allocation.srt

22.1 KB

7. The Relationship Between Arrays and Pointers.mp4

26.4 MB

7. The Relationship Between Arrays and Pointers.srt

17.1 KB

8. Pointer Arithmetic.mp4

34.1 MB

8. Pointer Arithmetic.srt

22.1 KB

8.1 Errata-123.pdf.pdf

161.6 KB

9. Const and Pointers.mp4

5.8 MB

9. Const and Pointers.srt

3.8 KB

/.../13. OOP - Classes and Objects/

1. Section Overview.mp4

7.2 MB

1. Section Overview.srt

4.7 KB

10. Add more public methods to an existing class.html

0.1 KB

11. Constructors and Destructors.mp4

22.9 MB

11. Constructors and Destructors.srt

16.8 KB

12. The Default Constructor.mp4

25.9 MB

12. The Default Constructor.srt

17.1 KB

13. Add a Default Constructor to an Existing Class.html

0.1 KB

14. Overloading Constructors.mp4

6.5 MB

14. Overloading Constructors.srt

4.0 KB

15. Add an Overloaded Constructor to an Existing Class.html

0.1 KB

16. Constructor Initialization lists.mp4

25.4 MB

16. Constructor Initialization lists.srt

17.7 KB

17. Delegating Constructors.mp4

20.1 MB

17. Delegating Constructors.srt

13.1 KB

18. Constructor Parameters and Default Values.mp4

18.6 MB

18. Constructor Parameters and Default Values.srt

12.7 KB

19. Copy Constructor.mp4

40.4 MB

19. Copy Constructor.srt

25.9 KB

2. What is Object-Oriented Programming.mp4

20.0 MB

2. What is Object-Oriented Programming.srt

14.8 KB

20. Add a Copy Constructor to an Existing Class.html

0.1 KB

21. Shallow Copying with the Copy Constructor.mp4

32.3 MB

21. Shallow Copying with the Copy Constructor.srt

23.2 KB

22. Deep Copying with the Copy Constructor.mp4

20.5 MB

22. Deep Copying with the Copy Constructor.srt

12.9 KB

23. Move Constructors.mp4

41.5 MB

23. Move Constructors.srt

26.8 KB

24. The 'this' Pointer.mp4

5.9 MB

24. The 'this' Pointer.srt

3.7 KB

24.1 Errata-151.pdf.pdf

76.1 KB

25. Using const with Classes.mp4

21.2 MB

25. Using const with Classes.srt

16.7 KB

26. Static Class Members.mp4

24.2 MB

26. Static Class Members.srt

21.2 KB

27. Structs vs Classes.mp4

4.2 MB

27. Structs vs Classes.srt

3.5 KB

28. Friends of a class.mp4

5.8 MB

28. Friends of a class.srt

5.2 KB

29. Section Challenge.mp4

27.5 MB

29. Section Challenge.srt

20.8 KB

3. What are Classes and Objects.mp4

7.2 MB

3. What are Classes and Objects.srt

5.0 KB

30. Section Challenge - Solution.mp4

23.4 MB

30. Section Challenge - Solution.srt

17.4 KB

31. ​Section 13 Quiz.html

0.1 KB

4. Declaring a Class and Creating Objects.mp4

28.5 MB

4. Declaring a Class and Creating Objects.srt

28.8 KB

5. Accessing Class Members.mp4

38.3 MB

5. Accessing Class Members.srt

25.4 KB

5.1 Errata-138.pdf.pdf

58.8 KB

6. Creating and Accessing Objects.html

0.1 KB

7. public and private.mp4

17.3 MB

7. public and private.srt

11.9 KB

7.1 Errata-139.pdf.pdf

74.5 KB

8. Implementing Member Methods.mp4

44.3 MB

8. Implementing Member Methods.srt

31.8 KB

8.1 Errata-140.pdf.pdf

48.8 KB

8.2 CommandLine.pdf.pdf

69.8 KB

9. Adding public methods that access private class attributes.html

0.1 KB

/.../14. Operator Overloading/

1. Section Overview.mp4

2.6 MB

1. Section Overview.srt

2.4 KB

10. Operator Overloading the Stream Insertion Operator.html

0.1 KB

11. Section Challenge.mp4

23.0 MB

11. Section Challenge.srt

21.9 KB

12. Section Challenge - Solution 1.mp4

25.3 MB

12. Section Challenge - Solution 1.srt

22.2 KB

13. Section Challenge - Solution 2.mp4

13.9 MB

13. Section Challenge - Solution 2.srt

12.3 KB

14. Section 14 Quiz.html

0.1 KB

2. What is Operator Overloading.mp4

27.0 MB

2. What is Operator Overloading.srt

27.2 KB

3. Overloading the Assignment Operator (copy).mp4

31.6 MB

3. Overloading the Assignment Operator (copy).srt

29.6 KB

4. Overloading the Assignment Operator (move).mp4

27.8 MB

4. Overloading the Assignment Operator (move).srt

23.9 KB

4.1 Errata-161.pdf.pdf

77.8 KB

5. Overloading Operators as Member Functions.mp4

29.0 MB

5. Overloading Operators as Member Functions.srt

26.3 KB

5.1 Errata-162.pdf.pdf

72.0 KB

6. Operator Overloading as Member Functions.html

0.1 KB

7. Overloading Operators as Global Functions.mp4

24.5 MB

7. Overloading Operators as Global Functions.srt

20.8 KB

7.1 Errata-163.pdf.pdf

76.0 KB

8. Operator Overloading as Non-member Functions.html

0.1 KB

9. Overloading the Stream Insertion and Extraction Operators.mp4

17.8 MB

9. Overloading the Stream Insertion and Extraction Operators.srt

16.2 KB

/15. Inheritance/

1. Section Overview.mp4

3.1 MB

1. Section Overview.srt

2.9 KB

10. Redefining Base Class Methods.mp4

26.4 MB

10. Redefining Base Class Methods.srt

23.4 KB

11. Multiple Inheritance.mp4

2.9 MB

11. Multiple Inheritance.srt

2.3 KB

12. The Updated Accounts Example.mp4

36.9 MB

12. The Updated Accounts Example.srt

32.4 KB

13. Section Challenge.mp4

10.0 MB

13. Section Challenge.srt

8.5 KB

14. Section Challenge - Solution.mp4

34.0 MB

14. Section Challenge - Solution.srt

23.6 KB

15. ​Section 15 Quiz.html

0.1 KB

2. What is Inheritance.mp4

9.5 MB

2. What is Inheritance.srt

8.8 KB

3. Terminology and Notation.mp4

8.2 MB

3. Terminology and Notation.srt

7.2 KB

4. Inheritance vs. Composition.mp4

5.8 MB

4. Inheritance vs. Composition.srt

6.0 KB

5. Deriving Classes from Existing Classes.mp4

25.3 MB

5. Deriving Classes from Existing Classes.srt

21.2 KB

6. Protected Members and Class Access.mp4

20.4 MB

6. Protected Members and Class Access.srt

17.7 KB

7. Constructors and Destructors.mp4

30.8 MB

7. Constructors and Destructors.srt

27.7 KB

7.1 Errata-174.pdf.pdf

53.8 KB

8. Passing Arguments to Base Class Constructors.mp4

16.4 MB

8. Passing Arguments to Base Class Constructors.srt

14.2 KB

9. CopyMove Constructors and Operator = with Derived Classes.mp4

30.5 MB

9. CopyMove Constructors and Operator = with Derived Classes.srt

25.5 KB

/16. Polymorphism/

1. Section Overview.mp4

3.2 MB

1. Section Overview.srt

1.9 KB

10. Abstract Classes as Interfaces.mp4

32.5 MB

10. Abstract Classes as Interfaces.srt

28.3 KB

10.1 Errata-191.pdf.pdf

32.7 KB

11. Section Challenge.mp4

8.5 MB

11. Section Challenge.srt

7.6 KB

12. Section Challenge - Solution Part 1.mp4

21.2 MB

12. Section Challenge - Solution Part 1.srt

17.8 KB

13. Section Challenge - Solution Part 2.mp4

20.1 MB

13. Section Challenge - Solution Part 2.srt

17.4 KB

14. Section Challenge - Final Solution.mp4

15.5 MB

14. Section Challenge - Final Solution.srt

11.5 KB

15. Section 16 Quiz.html

0.1 KB

2. What is Polymorphism.mp4

37.2 MB

2. What is Polymorphism.srt

26.6 KB

2.1 Errata-183.pdf.pdf

96.0 KB

3. Using a Base Class Pointer.mp4

30.3 MB

3. Using a Base Class Pointer.srt

20.2 KB

4. Virtual Functions.mp4

13.3 MB

4. Virtual Functions.srt

8.4 KB

5. Virtual Destructors.mp4

10.0 MB

5. Virtual Destructors.srt

8.2 KB

6. Using the Override Specifier.mp4

12.4 MB

6. Using the Override Specifier.srt

10.8 KB

7. Using the Final Specifier.mp4

2.8 MB

7. Using the Final Specifier.srt

2.2 KB

8. Using Base Class References.mp4

11.8 MB

8. Using Base Class References.srt

11.2 KB

9. Pure Virtual Functions and Abstract Classes.mp4

27.4 MB

9. Pure Virtual Functions and Abstract Classes.srt

25.4 KB

/.../17. Smart Pointers/

1. Section Overview.mp4

3.9 MB

1. Section Overview.srt

3.0 KB

10. Section 17 Quiz.html

0.1 KB

2. Some Issues with Raw Pointers.mp4

3.8 MB

2. Some Issues with Raw Pointers.srt

2.6 KB

3. What is a Smart Pointer Ownership and RAII.mp4

7.6 MB

3. What is a Smart Pointer Ownership and RAII.srt

5.6 KB

4. Unique Pointers.mp4

37.8 MB

4. Unique Pointers.srt

26.3 KB

5. Shared Pointers.mp4

41.9 MB

5. Shared Pointers.srt

31.0 KB

6. Weak Pointers.mp4

10.3 MB

6. Weak Pointers.srt

9.9 KB

7. Custom Deleters.mp4

13.4 MB

7. Custom Deleters.srt

13.6 KB

7.1 Errata-202.pdf.pdf

72.1 KB

8. Section Challenge 1.mp4

17.0 MB

8. Section Challenge 1.srt

16.2 KB

9. Section Challenge 1 - Solution.mp4

15.7 MB

9. Section Challenge 1 - Solution.srt

10.2 KB

/.../18. Exception Handling/

1. Section Overview.mp4

15.8 MB

1. Section Overview.srt

3.8 KB

10. Section Challenge - Solution.mp4

48.8 MB

10. Section Challenge - Solution.srt

8.7 KB

11. Section 18 Quiz.html

0.1 KB

2. Basic Concepts and a Simple Example Dividing by Zero.mp4

107.3 MB

2. Basic Concepts and a Simple Example Dividing by Zero.srt

25.9 KB

3. Throwing an Exception from a Function.mp4

52.5 MB

3. Throwing an Exception from a Function.srt

13.3 KB

4. Handling Multiple Exceptions.mp4

37.8 MB

4. Handling Multiple Exceptions.srt

8.2 KB

5. Stack Unwinding and How it Works.mp4

80.3 MB

5. Stack Unwinding and How it Works.srt

15.6 KB

6. Creating User-Defined Exception Classes.mp4

48.4 MB

6. Creating User-Defined Exception Classes.srt

10.8 KB

7. Class Level Exceptions.mp4

48.2 MB

7. Class Level Exceptions.srt

11.4 KB

8. The C++ stdexception Class Hierarchy.mp4

28.8 MB

8. The C++ stdexception Class Hierarchy.srt

6.1 KB

9. Section Challenge.mp4

36.9 MB

9. Section Challenge.srt

7.0 KB

/.../19. IO and Streams/

1. Section Overview.mp4

11.9 MB

1. Section Overview.srt

3.4 KB

2. Files, Streams and IO.mp4

39.8 MB

2. Files, Streams and IO.srt

7.7 KB

3. Stream Manipulators.mp4

20.9 MB

3. Stream Manipulators.srt

4.8 KB

4. Stream Manipulators - boolean.mp4

76.3 MB

4. Stream Manipulators - boolean.srt

12.6 KB

5. Stream Manipulators - integers.mp4

95.2 MB

5. Stream Manipulators - integers.srt

18.4 KB

5.1 Errata-219.pdf.pdf

48.3 KB

6. Stream Manipulators - floating point.mp4

129.5 MB

6. Stream Manipulators - floating point.srt

23.8 KB

7. Stream Manipulators - align and fill.mp4

109.0 MB

7. Stream Manipulators - align and fill.srt

22.3 KB

7.1 Errata-221.pdf.pdf

52.2 KB

8. Section Challenge 1.mp4

91.9 MB

8. Section Challenge 1.srt

17.7 KB

/.../2. Installation and Setup/

1. Installation and Setup Overview.mp4

3.7 MB

1. Installation and Setup Overview.srt

3.8 KB

10. Creating a Default CodeLite Project Template (All Versions).mp4

9.3 MB

10. Creating a Default CodeLite Project Template (All Versions).srt

10.0 KB

11. Using the Command-Line interface.mp4

3.8 MB

11. Using the Command-Line interface.srt

2.5 KB

12. Using the Command-Line Interface on Windows.mp4

54.4 MB

12. Using the Command-Line Interface on Windows.srt

15.9 KB

13. Using the Command-Line Interface on Mac OSX.mp4

14.6 MB

13. Using the Command-Line Interface on Mac OSX.srt

12.5 KB

14. Using the Command-Line Interface on Linux (Ubuntu).mp4

14.2 MB

14. Using the Command-Line Interface on Linux (Ubuntu).srt

14.9 KB

15. Using a Web-based C++ Compiler.mp4

5.1 MB

15. Using a Web-based C++ Compiler.srt

6.1 KB

15.1 C++ Shell Homepage.html

0.1 KB

15.1 OnlineGDB Homepage.html

0.1 KB

15.2 C++ Shell Homepage.html

0.1 KB

15.2 OnlineGDB Homepage.html

0.1 KB

15.3 AWS Cloud9 IDE.html

0.1 KB

16. Using the Included Source Code Course Resources.mp4

9.0 MB

16. Using the Included Source Code Course Resources.srt

6.7 KB

16.1 Source-Code.pdf.pdf

92.7 KB

2. Installing the C++ Compiler on Windows.mp4

12.5 MB

2. Installing the C++ Compiler on Windows.srt

7.1 KB

2.1 Minimalist GNU for Windows.html

0.1 KB

2.1 Setting-Path-Pre-Windows10.pdf.pdf

126.1 KB

2.2 Direct link to the MinGW Installer Download.html

0.1 KB

2.2 Minimalist GNU for Windows.html

0.1 KB

2.2 Setting-Path-Pre-Windows10.pdf.pdf

126.1 KB

2.3 Direct link to the MinGW Installer Download.html

0.1 KB

2.3 Minimalist GNU for Windows.html

0.1 KB

3. Installing CodeLite on Windows.mp4

5.2 MB

3. Installing CodeLite on Windows.srt

4.8 KB

3.1 CodeLite IDE Homepage.html

0.1 KB

4. Configuring CodeLite on Windows.mp4

54.8 MB

4. Configuring CodeLite on Windows.srt

20.3 KB

4.1 CodeLite-Configuration-Updates.pdf.pdf

178.7 KB

4.1 Codelite-13.0.1-Configuration-Updates.pdf.pdf

172.6 KB

4.2 CodeLite-Configuration-Updates.pdf.pdf

178.7 KB

4.2 Updates to MinGW -Dec 2018.pdf.pdf

383.9 KB

4.3 Codelite-13.0.1-Configuration-Updates.pdf.pdf

172.6 KB

4.3 Codelite-13.0.2-Configuration-Updates.pdf.pdf

194.1 KB

4.3 Updates to MinGW -Dec 2018.pdf.pdf

383.9 KB

4.4 Codelite-13.0.1-Configuration-Updates.pdf.pdf

172.6 KB

4.4 Codelite-13.0.2-Configuration-Updates.pdf.pdf

194.1 KB

5. Installing the C++ Compiler on Mac OSX.mp4

4.5 MB

5. Installing the C++ Compiler on Mac OSX.srt

3.2 KB

6. Installing CodeLite on Mac OSX.mp4

4.9 MB

6. Installing CodeLite on Mac OSX.srt

2.9 KB

6.1 CodeLite IDE Homepage.html

0.1 KB

7. Configuring CodeLite on Mac OSX.mp4

44.0 MB

7. Configuring CodeLite on Mac OSX.srt

16.1 KB

7.1 CodeLite-Configuration-Updates.pdf.pdf

178.7 KB

7.1 Codelite-13.0.2-Configuration-Updates.pdf.pdf

194.1 KB

7.2 CodeLite-Configuration-Updates.pdf.pdf

178.7 KB

7.2 Codelite-13.0.2-Configuration-Updates.pdf.pdf

194.1 KB

8. Installing CodeLite on Ubuntu Linux.mp4

13.7 MB

8. Installing CodeLite on Ubuntu Linux.srt

6.3 KB

8.1 CodeLite IDE Homepage.html

0.1 KB

9. Configuring CodeLite on Ubuntu Linux.mp4

52.2 MB

9. Configuring CodeLite on Ubuntu Linux.srt

16.7 KB

9.1 CodeLite-Configuration-Updates.pdf.pdf

178.7 KB

/3. Curriculum Overview/

1. Curriculum Overview.mp4

13.7 MB

1. Curriculum Overview.srt

12.0 KB

2. Overview of the Section Challenge Exercises.mp4

3.3 MB

2. Overview of the Section Challenge Exercises.srt

2.5 KB

3. Overview of the Section Quizzes.mp4

2.6 MB

3. Overview of the Section Quizzes.srt

1.8 KB

/4. Getting Started/

1. Section Overview.mp4

1.6 MB

1. Section Overview.srt

1.7 KB

10. Section Challenge.mp4

2.6 MB

10. Section Challenge.srt

2.7 KB

11. Section Challenge - Solution.mp4

8.2 MB

11. Section Challenge - Solution.srt

8.2 KB

12. Section 4 Quiz.html

0.1 KB

2. An Overview of the CodeLite Interface.mp4

21.2 MB

2. An Overview of the CodeLite Interface.srt

27.0 KB

3. Writing our first program.mp4

11.6 MB

3. Writing our first program.srt

13.5 KB

4. Building our first program.mp4

20.6 MB

4. Building our first program.srt

21.9 KB

5. What are Compiler Errors.mp4

14.5 MB

5. What are Compiler Errors.srt

16.1 KB

6. What are Compiler Warnings.mp4

6.3 MB

6. What are Compiler Warnings.srt

6.8 KB

7. What are Linker Errors.mp4

6.6 MB

7. What are Linker Errors.srt

7.3 KB

8. What are Runtime Errors.mp4

1.4 MB

8. What are Runtime Errors.srt

1.3 KB

9. What are Logic Errors.mp4

3.1 MB

9. What are Logic Errors.srt

3.1 KB

/.../5. Structure of a C++ Program/

1. Section Overview.mp4

1.6 MB

1. Section Overview.srt

1.5 KB

10. Using cin and the extraction operator.html

0.1 KB

11. Section 5 Quiz.html

0.1 KB

2. Overview of the Structure of a C++ Program.mp4

9.5 MB

2. Overview of the Structure of a C++ Program.srt

6.7 KB

3. #include Preprocessor Directive.mp4

3.4 MB

3. #include Preprocessor Directive.srt

3.2 KB

4. Comments.mp4

11.2 MB

4. Comments.srt

12.2 KB

5. The main() function.mp4

4.7 MB

5. The main() function.srt

5.0 KB

6. Namespaces.mp4

6.3 MB

6. Namespaces.srt

6.3 KB

7. Basic Input and Output (IO) using cin and cout.mp4

34.4 MB

7. Basic Input and Output (IO) using cin and cout.srt

33.6 KB

8. Using cout and the insertion operator to say Hi to Frank.html

0.1 KB

9. Using cout and the insertion operator.html

0.1 KB

/.../6. Variables and Constants/

1. Section Overview.mp4

3.0 MB

1. Section Overview.srt

1.9 KB

10. Section Challenge.mp4

3.2 MB

10. Section Challenge.srt

3.3 KB

11. Section Challenge - Solution.mp4

5.9 MB

11. Section Challenge - Solution.srt

5.7 KB

12. Section 06 Quiz.html

0.1 KB

2. What is a variable.mp4

4.8 MB

2. What is a variable.srt

5.1 KB

3. Declaring and Initializing Variables.mp4

21.7 MB

3. Declaring and Initializing Variables.srt

23.5 KB

4. Declaring and Initializing Variables.html

0.1 KB

5. Global Variables.mp4

4.9 MB

5. Global Variables.srt

5.6 KB

6. C++ Built-in Primitive Types.mp4

30.2 MB

6. C++ Built-in Primitive Types.srt

26.8 KB

6.1 Errata-47.pdf.pdf

55.0 KB

7. What is the Size of a Variable (sizeof).mp4

13.2 MB

7. What is the Size of a Variable (sizeof).srt

10.8 KB

8. What is a Constant.mp4

8.1 MB

8. What is a Constant.srt

8.8 KB

9. Declaring and Using Constants.mp4

33.6 MB

9. Declaring and Using Constants.srt

28.9 KB

/.../7. Arrays and Vectors/

1. Section Overview.mp4

2.0 MB

1. Section Overview.srt

1.9 KB

10. Section Challenge.mp4

3.7 MB

10. Section Challenge.srt

3.6 KB

11. Section Challenge - Solution.mp4

10.5 MB

11. Section Challenge - Solution.srt

10.1 KB

12. Section 07 Quiz.html

0.1 KB

2. What is an Array.mp4

7.2 MB

2. What is an Array.srt

8.1 KB

3. Declaring and Initializing Arrays.mp4

4.6 MB

3. Declaring and Initializing Arrays.srt

4.9 KB

3.1 Errata-55.pdf.pdf

72.4 KB

4. Accessing and Modifying Array Elements.mp4

25.4 MB

4. Accessing and Modifying Array Elements.srt

23.5 KB

5. Declaring, Initializing and Accessing an Array.html

0.1 KB

6. Multidimensional Arrays.mp4

4.7 MB

6. Multidimensional Arrays.srt

5.5 KB

7. Declaring and Initializing Vectors.mp4

9.7 MB

7. Declaring and Initializing Vectors.srt

11.0 KB

8. Accessing and Modifying Vector Elements.mp4

26.8 MB

8. Accessing and Modifying Vector Elements.srt

26.8 KB

8.1 Errata-59.pdf.pdf

68.5 KB

9. Declaring, Initializing and Accessing Vectors.html

0.1 KB

/.../8. Statements and Operators/

1. Section Overview.mp4

4.2 MB

1. Section Overview.srt

3.5 KB

10. Testing for Equality.mp4

21.3 MB

10. Testing for Equality.srt

14.7 KB

11. Relational Operators.mp4

10.6 MB

11. Relational Operators.srt

6.5 KB

12. Logical Operators.mp4

37.4 MB

12. Logical Operators.srt

24.7 KB

13. Compound Assignment Operators.mp4

5.0 MB

13. Compound Assignment Operators.srt

3.4 KB

14. Operator Precedence.mp4

7.7 MB

14. Operator Precedence.srt

6.2 KB

15. Logical Operators and Operator Precedence - Can you work.html

0.1 KB

16. Section Challenge.mp4

6.1 MB

16. Section Challenge.srt

4.2 KB

17. Section Challenge - Solution.mp4

22.4 MB

17. Section Challenge - Solution.srt

14.0 KB

18. Section 08 Quiz.html

0.1 KB

2. Expressions and Statements.mp4

7.0 MB

2. Expressions and Statements.srt

5.9 KB

3. Using Operators.mp4

4.1 MB

3. Using Operators.srt

3.2 KB

4. The Assignment Operator.mp4

26.9 MB

4. The Assignment Operator.srt

21.0 KB

5. Arithmetic Operators.mp4

32.4 MB

5. Arithmetic Operators.srt

23.6 KB

6. Using the Assignment Operator.html

0.1 KB

7. Using the Arithmetic Operators.html

0.1 KB

8. Increment and Decrement Operators.mp4

30.5 MB

8. Increment and Decrement Operators.srt

20.8 KB

9. Mixed Expressions and Conversions.mp4

27.3 MB

9. Mixed Expressions and Conversions.srt

20.8 KB

/.../9. Controlling Program Flow/

1. Section Overview.mp4

4.7 MB

1. Section Overview.srt

4.7 KB

10. Conditional Operator.mp4

17.4 MB

10. Conditional Operator.srt

14.4 KB

11. Looping.mp4

5.3 MB

11. Looping.srt

4.8 KB

12. for Loop.mp4

35.4 MB

12. for Loop.srt

31.1 KB

13. For loop - Sum of Odd Integers.html

0.1 KB

14. range-based for Loop.mp4

24.7 MB

14. range-based for Loop.srt

22.3 KB

15. Using the range-based for loop.html

0.1 KB

16. while Loop.mp4

25.9 MB

16. while Loop.srt

24.6 KB

17. While loop exercise.html

0.1 KB

18. do while Loop.mp4

97.9 MB

18. do while Loop.srt

19.5 KB

19. continue and break.mp4

4.2 MB

19. continue and break.srt

3.9 KB

2. if Statement.mp4

31.4 MB

2. if Statement.srt

25.2 KB

20. Infinite Loops.mp4

5.2 MB

20. Infinite Loops.srt

5.4 KB

21. Nested Loops.mp4

31.9 MB

21. Nested Loops.srt

30.3 KB

22. Nested Loops - Sum of the Product of all Pairs of Vector Elements.html

0.1 KB

23. Section Challenge.mp4

11.8 MB

23. Section Challenge.srt

10.0 KB

24. Section Challenge - Solution Part 1.mp4

26.5 MB

24. Section Challenge - Solution Part 1.srt

21.5 KB

25. Section Challenge - Solution Part 2.mp4

22.6 MB

25. Section Challenge - Solution Part 2.srt

14.5 KB

26. ​Section 09 Quiz.html

0.1 KB

3. If Statement - Can you Drive.html

0.1 KB

4. if else Statement.mp4

9.4 MB

4. if else Statement.srt

8.7 KB

5. If-Else Statement - Can you Drive.html

0.1 KB

6. Nested if Statement.mp4

38.1 MB

6. Nested if Statement.srt

28.8 KB

7. Nested If Statements - Can you Drive.html

0.1 KB

8. switch-case Statement.mp4

33.0 MB

8. switch-case Statement.srt

26.6 KB

8.1 Errata-80.pdf.pdf

52.9 KB

9. Switch Statement - Day of the Week.html

0.1 KB

/1. Introduction/

1. Introduction.mp4

10.4 MB

1. Introduction.srt

3.5 KB

1.1 Intro_Presentation.pdf.pdf

1.3 MB

/.../2. Overview of Test Driven Development/

1. What is Unit Testing.mp4

17.1 MB

1. What is Unit Testing.srt

5.3 KB

1.1 What_Is_Unit_Testing_Presentation.pdf.pdf

401.2 KB

2. What is Test Driven Development.mp4

21.0 MB

2. What is Test Driven Development.srt

7.0 KB

2.1 TDD_Overview.pdf.pdf

423.0 KB

3. Quick Example TDD Session - The FizzBuzz Kata.mp4

47.2 MB

3. Quick Example TDD Session - The FizzBuzz Kata.srt

19.3 KB

3.1 FizzBuzz.cpp.txt.txt

1.5 KB

3.2 FizzBuzz_ToDo.txt.txt

0.3 KB

4. Unit Testing and Test Driven Development Overview Quize.html

0.2 KB

/.../3. Setting Up Your Development Environment/

1. Setting Up Google Test With Eclipse.mp4

32.3 MB

1. Setting Up Google Test With Eclipse.srt

9.5 KB

2. Setting Up Google Test With Visual Studio.mp4

26.7 MB

2. Setting Up Google Test With Visual Studio.srt

6.9 KB

3. Setting Up Google Test with CLion.mp4

11.1 MB

3. Setting Up Google Test with CLion.srt

3.8 KB

4. Setting Up Google Test with XCode.mp4

27.9 MB

4. Setting Up Google Test with XCode.srt

4.9 KB

5. Setup your development environment for Google Test.html

0.2 KB

6. Implement the Fizz Buzz Kata while following along.html

0.2 KB

7. Implement Fizz Buzz without Following Along with the Video.html

0.2 KB

/.../4. Google Test Overview/

1. Google Test Overview.mp4

31.7 MB

1. Google Test Overview.srt

10.1 KB

1.1 GoogleTestOverview_Presentation.pdf.pdf

1.3 MB

/.../5. The Supermarket Checkout Kata/

1. Overview, Setup, and 1st Test Case.mp4

18.7 MB

1. Overview, Setup, and 1st Test Case.srt

5.9 KB

1.1 Checkout_Kata_Overview_and_Setup_Presentation.pdf.pdf

378.9 KB

2. Add Items, Add Item Prices, and Calculate Current Total.mp4

23.2 MB

2. Add Items, Add Item Prices, and Calculate Current Total.srt

9.4 KB

3. Add Multiple Items and Calculate Total.mp4

8.8 MB

3. Add Multiple Items and Calculate Total.srt

3.5 KB

4. Add and Apply Discounts.mp4

48.5 MB

4. Add and Apply Discounts.srt

15.5 KB

5. Throw Exception when Adding an Item with No Price.mp4

7.2 MB

5. Throw Exception when Adding an Item with No Price.srt

2.7 KB

5.1 Checkout.cpp.txt.txt

1.8 KB

5.1 CheckoutTest.cpp.txt.txt

1.3 KB

5.2 Checkout.cpp.txt.txt

1.8 KB

5.2 TestCases.txt.txt

0.3 KB

5.3 Checkout.h.txt.txt

0.8 KB

5.4 CheckoutTest.cpp.txt.txt

1.3 KB

5.4 TestCases.txt.txt

0.3 KB

6. Implement the Super Market Checkout Kata While Following Along with the lecture.html

0.2 KB

7. Implement the Super Market Checkout Kata on Your Own.html

0.2 KB

/6. Test Doubles/

1. Overview of Test Doubles.mp4

15.5 MB

1. Overview of Test Doubles.srt

4.6 KB

1.1 TestDoubles_Presentation.pdf.pdf

1.3 MB

2. Google Mock Overview.mp4

18.8 MB

2. Google Mock Overview.srt

6.0 KB

3. Google Mock Example.mp4

35.7 MB

3. Google Mock Example.srt

13.1 KB

3.1 GMockTest.cpp.txt.txt

1.3 KB

4. Test Doubles Quiz.html

0.2 KB

/.../7. TDD Best Practices/

1. TDD Best Practices.mp4

12.6 MB

1. TDD Best Practices.srt

3.9 KB

1.1 TDD_BestPractices_Presentation.pdf.pdf

1.3 MB

/8. Conclusion/

1. The Bowling Game Kata.html

0.2 KB

2. Conclusion.mp4

7.8 MB

2. Conclusion.srt

2.5 KB

2.1 Conclusion_Presentation.pdf.pdf

1.2 MB

/1. Introduction/

1. Welcome to Class!.mp4

23.5 MB

1. Welcome to Class!.srt

19.6 KB

2. Class Organization.mp4

11.6 MB

2. Class Organization.srt

9.5 KB

3. Fundamentals of a Program.mp4

35.8 MB

3. Fundamentals of a Program.srt

28.7 KB

4. Overview.mp4

26.9 MB

4. Overview.srt

21.6 KB

5. Language Features.mp4

23.9 MB

5. Language Features.srt

19.0 KB

6. Creating a C Program.mp4

34.2 MB

6. Creating a C Program.srt

26.6 KB

/.../10. Character Strings/

1. Overview.mp4

44.4 MB

1. Overview.srt

12.7 KB

10. (Demonstration) Utilizing common string functions.mp4

32.2 MB

10. (Demonstration) Utilizing common string functions.srt

19.4 KB

10.1 Source code - Character Strings - (Demonstration) Utilizing common string functions.html

0.1 KB

2. Defining a String.mp4

28.9 MB

2. Defining a String.srt

22.9 KB

3. Constant Strings.mp4

15.7 MB

3. Constant Strings.srt

11.5 KB

4. Common String Functions.mp4

35.7 MB

4. Common String Functions.srt

29.3 KB

5. Searching, Tokenizing, and Analyzing Strings.mp4

44.7 MB

5. Searching, Tokenizing, and Analyzing Strings.srt

30.1 KB

6. Converting Strings.mp4

15.0 MB

6. Converting Strings.srt

9.3 KB

7. (Challenge) Understanding char arrays.mp4

5.3 MB

7. (Challenge) Understanding char arrays.srt

5.8 KB

8. (Demonstration) Understanding char arrays.mp4

30.3 MB

8. (Demonstration) Understanding char arrays.srt

18.4 KB

8.1 Source code - Character Strings - (Demonstration) Understanding char arrays.html

0.1 KB

9. (Challenge) Utilizing common string functions.mp4

4.6 MB

9. (Challenge) Utilizing common string functions.srt

2.8 KB

/11. Debugging/

1. Overview.mp4

39.9 MB

1. Overview.srt

33.6 KB

2. Understanding the call stack.mp4

13.1 MB

2. Understanding the call stack.srt

9.6 KB

3. Code Blocks Debugger.mp4

25.9 MB

3. Code Blocks Debugger.srt

19.0 KB

4. Common C Mistakes.mp4

21.4 MB

4. Common C Mistakes.srt

20.6 KB

5. Understanding Compiler Errors.mp4

18.4 MB

5. Understanding Compiler Errors.srt

18.9 KB

/12. Pointers/

1. Overview.mp4

17.8 MB

1. Overview.srt

17.1 KB

10. Pointer Arithmetic.mp4

37.1 MB

10. Pointer Arithmetic.srt

27.1 KB

11. Pointers and Arrays Example.mp4

68.0 MB

11. Pointers and Arrays Example.srt

10.2 KB

12. Pointers and Strings.mp4

17.0 MB

12. Pointers and Strings.srt

13.3 KB

13. (Challenge) Counting characters in a String.mp4

6.5 MB

13. (Challenge) Counting characters in a String.srt

5.9 KB

14. (Demonstration) Counting characters in a string.mp4

16.8 MB

14. (Demonstration) Counting characters in a string.srt

13.7 KB

14.1 Source code - Pointers - (Demonstration) Counting characters in a string.html

0.1 KB

15. Pass by reference.mp4

23.6 MB

15. Pass by reference.srt

22.6 KB

16. (Challenge) Using Pointers as parameters.mp4

3.2 MB

16. (Challenge) Using Pointers as parameters.srt

3.4 KB

17. (Demonstration) Using Pointers as parameters.mp4

14.0 MB

17. (Demonstration) Using Pointers as parameters.srt

11.7 KB

17.1 Source code - Pointers - (Demonstration) Using Pointers as parameters.html

0.1 KB

18. Dynamic Memory Allocation.mp4

12.0 MB

18. Dynamic Memory Allocation.srt

12.6 KB

19. malloc, calloc, and realloc.mp4

28.9 MB

19. malloc, calloc, and realloc.srt

28.3 KB

2. Defining Pointers.mp4

11.9 MB

2. Defining Pointers.srt

11.8 KB

20. (Challenge) Using Dynamic Memory.mp4

4.5 MB

20. (Challenge) Using Dynamic Memory.srt

4.6 KB

21. (Demonstration) Using Dynamic Memory.mp4

18.6 MB

21. (Demonstration) Using Dynamic Memory.srt

15.3 KB

21.1 Source code - Pointers - (Demonstration) Using Dynamic Memory.html

0.1 KB

3. Accessing Pointers.mp4

21.8 MB

3. Accessing Pointers.srt

19.1 KB

4. (Challenge) Pointer Basics.mp4

5.3 MB

4. (Challenge) Pointer Basics.srt

4.2 KB

5. (Demonstration) Pointer Basics.mp4

12.8 MB

5. (Demonstration) Pointer Basics.srt

10.0 KB

5.1 Source code - Pointers - (Demonstration) Pointer Basics.html

0.1 KB

6. Using Pointers.mp4

32.2 MB

6. Using Pointers.srt

29.6 KB

7. Pointers and const.mp4

15.8 MB

7. Pointers and const.srt

11.6 KB

8. void pointers.mp4

6.7 MB

8. void pointers.srt

5.0 KB

9. Pointers and Arrays.mp4

42.1 MB

9. Pointers and Arrays.srt

11.1 KB

/13. Structures/

1. Creating and Using Structures.mp4

31.4 MB

1. Creating and Using Structures.srt

31.5 KB

2. Structures and Arrays.mp4

18.0 MB

2. Structures and Arrays.srt

18.3 KB

3. Nested Structures.mp4

15.7 MB

3. Nested Structures.srt

15.5 KB

4. Structures and Pointers.mp4

32.4 MB

4. Structures and Pointers.srt

32.8 KB

5. Structures and Functions.mp4

18.2 MB

5. Structures and Functions.srt

18.2 KB

6. (Challenge) Declaring and Initializing a structure.mp4

3.4 MB

6. (Challenge) Declaring and Initializing a structure.srt

3.3 KB

7. (Demonstration) Declaring and Initializing a structure.mp4

16.6 MB

7. (Demonstration) Declaring and Initializing a structure.srt

11.3 KB

7.1 Source code - Structures - (Demonstration) Declaring and Initializing a structure.html

0.1 KB

8. (Challenge) Structure Pointers and Functions.mp4

6.2 MB

8. (Challenge) Structure Pointers and Functions.srt

5.4 KB

9. (Demonstration) Structure Pointers and Functions.mp4

25.9 MB

9. (Demonstration) Structure Pointers and Functions.srt

19.2 KB

9.1 Source code - Structures - (Demonstration) Structure Pointers and Functions.html

0.1 KB

/.../14. File Input and Output/

1. Overview.mp4

16.6 MB

1. Overview.srt

16.3 KB

10. (Challenge) Print the contents of a file in reverse order.mp4

4.8 MB

10. (Challenge) Print the contents of a file in reverse order.srt

3.1 KB

11. (Demonstration) Print the contents of a file in reverse order.mp4

14.5 MB

11. (Demonstration) Print the contents of a file in reverse order.srt

9.7 KB

11.1 Source code - File Input and Output - (Demonstration) Print the contents of a file in reverse order.html

0.1 KB

2. Accessing Files.mp4

25.4 MB

2. Accessing Files.srt

26.7 KB

3. Reading for a file.mp4

26.6 MB

3. Reading for a file.srt

22.3 KB

4. Writing to a file.mp4

51.9 MB

4. Writing to a file.srt

13.6 KB

5. Finding your position in a File.mp4

23.5 MB

5. Finding your position in a File.srt

16.6 KB

6. (Challenge) Find the number of lines in a file.mp4

4.8 MB

6. (Challenge) Find the number of lines in a file.srt

3.5 KB

7. (Demonstration) Find the number of lines in a file.mp4

15.1 MB

7. (Demonstration) Find the number of lines in a file.srt

10.3 KB

7.1 Source code - File Input and Output - (Demonstration) Find the number of lines in a file.html

0.1 KB

8. (Challenge) Convert characters in a file to uppercase.mp4

6.8 MB

8. (Challenge) Convert characters in a file to uppercase.srt

4.8 KB

9. (Demonstration) Convert characters in a file to uppercase.mp4

20.2 MB

9. (Demonstration) Convert characters in a file to uppercase.srt

12.7 KB

9.1 Source code - File Input and Output - (Demonstration) Convert characters in a file to uppercase.html

0.1 KB

/.../15. The Standard C Library/

1. Standard Header Files.mp4

8.0 MB

1. Standard Header Files.srt

6.0 KB

2. Various Functions.mp4

19.8 MB

2. Various Functions.srt

18.5 KB

3. Math Functions.mp4

7.1 MB

3. Math Functions.srt

4.9 KB

4. Utility Functions.mp4

14.8 MB

4. Utility Functions.srt

11.5 KB

/16. Conclusion/

1. Further Topics of Study.mp4

17.5 MB

1. Further Topics of Study.srt

15.1 KB

2. Course Summary.mp4

61.0 MB

2. Course Summary.srt

22.4 KB

/.../17. Extra Information - Source code, and other stuff/

1. Source Codes.html

5.5 KB

2. Bonus Lecture and Information.mp4

101.4 MB

2. Bonus Lecture and Information.srt

8.8 KB

2.1 Free Course and Programming Guide.pdf.pdf

10.0 MB

/.../2. Installing Required Software/

1. Overview.mp4

21.3 MB

1. Overview.srt

8.6 KB

2. Installing the C Compiler.mp4

62.7 MB

2. Installing the C Compiler.srt

11.2 KB

3. Installing the C Compiler (Mac).mp4

48.0 MB

3. Installing the C Compiler (Mac).srt

6.4 KB

4. Installing CodeBlocks (Windows).mp4

92.9 MB

4. Installing CodeBlocks (Windows).srt

16.0 KB

5. Installing Visual Studio Code and C Extension Windows.mp4

27.0 MB

5. Installing Visual Studio Code and C Extension Windows.srt

5.0 KB

6. Installing Visual Studio Code and C Extension Linux.mp4

36.5 MB

6. Installing Visual Studio Code and C Extension Linux.srt

6.2 KB

7. Installing Visual Studio Code and C Extension Mac.mp4

43.9 MB

7. Installing Visual Studio Code and C Extension Mac.srt

5.4 KB

/.../3. Starting to write code/

1. Exploring the CodeBlocks Environment.mp4

19.7 MB

1. Exploring the CodeBlocks Environment.srt

17.5 KB

2. Creating a Project in CodeBlocks.mp4

9.6 MB

2. Creating a Project in CodeBlocks.srt

8.1 KB

3. Exploring The Visual Studio Code Environment.mp4

57.5 MB

3. Exploring The Visual Studio Code Environment.srt

16.6 KB

4. Creating a Workspace and Configuring the Compiler in Visual Studio Code.mp4

95.3 MB

4. Creating a Workspace and Configuring the Compiler in Visual Studio Code.srt

25.2 KB

5. Creating and running your first C Program.mp4

14.8 MB

5. Creating and running your first C Program.srt

11.5 KB

6. (Challenge) Writing a C program that displays your name.mp4

9.8 MB

6. (Challenge) Writing a C program that displays your name.srt

9.2 KB

7. (Demonstration) Writing a C program that displays your name.mp4

7.7 MB

7. (Demonstration) Writing a C program that displays your name.srt

6.4 KB

7.1 Source code - Starting to write code - (Demonstration) Writing a C program that displays your name.html

0.1 KB

8. Structure of a C Program.mp4

53.7 MB

8. Structure of a C Program.srt

12.6 KB

/4. Basic Concepts/

1. Comments.mp4

25.2 MB

1. Comments.srt

19.8 KB

2. The preprocessor.mp4

10.0 MB

2. The preprocessor.srt

7.5 KB

3. The #include statement.mp4

23.9 MB

3. The #include statement.srt

19.1 KB

4. Displaying Output.mp4

8.7 MB

4. Displaying Output.srt

6.3 KB

5. Reading input from the terminal.mp4

95.3 MB

5. Reading input from the terminal.srt

25.5 KB

/.../5. Variables and Data Types/

1. Overview.mp4

87.4 MB

1. Overview.srt

25.5 KB

2. Basic Data Types.mp4

97.7 MB

2. Basic Data Types.srt

26.4 KB

3. Enums and Chars.mp4

30.0 MB

3. Enums and Chars.srt

27.6 KB

4. Format Specifiers.mp4

120.5 MB

4. Format Specifiers.srt

23.2 KB

5. Command line arguments.mp4

20.4 MB

5. Command line arguments.srt

16.8 KB

6. (Challenge) Print the Area of a Rectangle.mp4

10.9 MB

6. (Challenge) Print the Area of a Rectangle.srt

11.2 KB

7. (Demonstration) Print the Area of a Rectangle.mp4

23.0 MB

7. (Demonstration) Print the Area of a Rectangle.srt

17.9 KB

7.1 Source code - Variables and Data Types - (Demonstration) Print the Area of a Rectangle.html

0.1 KB

8. (Challenge) Create and use an enum type.mp4

5.7 MB

8. (Challenge) Create and use an enum type.srt

5.2 KB

9. (Demonstration) Create and use an enum type.mp4

21.8 MB

9. (Demonstration) Create and use an enum type.srt

12.7 KB

9.1 Source code - Variables and Data Types - (Demonstration) Create and use an enum type.html

0.1 KB

/6. Operators/

1. Overview.mp4

12.9 MB

1. Overview.srt

14.0 KB

2. Basic Operators.mp4

49.1 MB

2. Basic Operators.srt

26.9 KB

3. Bitwise Operators.mp4

165.7 MB

3. Bitwise Operators.srt

33.9 KB

4. The Cast and sizeof Operators.mp4

25.0 MB

4. The Cast and sizeof Operators.srt

20.0 KB

5. Operator Precedence.mp4

19.1 MB

5. Operator Precedence.srt

15.5 KB

6. (Challenge) Convert minutes to years and days.mp4

7.7 MB

6. (Challenge) Convert minutes to years and days.srt

5.9 KB

7. (Demonstration) Convert minutes to years and days.mp4

20.2 MB

7. (Demonstration) Convert minutes to years and days.srt

15.9 KB

7.1 Source code - Operators - (Demonstration) Convert minutes to years and days.html

0.1 KB

8. (Challenge) Print the byte size of the basic data types.mp4

6.1 MB

8. (Challenge) Print the byte size of the basic data types.srt

4.9 KB

9. (Demonstration) Print the byte size of the basic data types.mp4

12.3 MB

9. (Demonstration) Print the byte size of the basic data types.srt

5.5 KB

9.1 Source code - Operators - (Demonstration) Print the byte size of the basic data types.html

0.1 KB

/7. Control Flow/

1. Overview.mp4

17.4 MB

1. Overview.srt

13.3 KB

10. (Demonstration) Guess the Number.mp4

199.5 MB

10. (Demonstration) Guess the Number.srt

25.5 KB

10.1 Source code - Control Flow - (Demonstration) Guess the Number.html

0.1 KB

2. If Statements.mp4

41.7 MB

2. If Statements.srt

33.7 KB

3. Switch Statement.mp4

34.5 MB

3. Switch Statement.srt

24.3 KB

4. (Challenge) Determine amount of Pay.mp4

10.2 MB

4. (Challenge) Determine amount of Pay.srt

7.2 KB

5. (Demonstration) Determine the amount of weekly Pay.mp4

32.0 MB

5. (Demonstration) Determine the amount of weekly Pay.srt

26.3 KB

5.1 Source code - Control Flow - (Demonstration) Determine the amount of weekly Pay.html

0.1 KB

6. For Loop.mp4

42.3 MB

6. For Loop.srt

28.6 KB

7. While and Do-While.mp4

25.3 MB

7. While and Do-While.srt

21.6 KB

8. Nested Loops and loop Control - Break and Continue.mp4

21.8 MB

8. Nested Loops and loop Control - Break and Continue.srt

16.9 KB

9. (Challenge) Guess the Number.mp4

14.2 MB

9. (Challenge) Guess the Number.srt

12.3 KB

/8. Arrays/

1. Creating and using Arrays.mp4

40.9 MB

1. Creating and using Arrays.srt

26.7 KB

2. Initialization.mp4

53.4 MB

2. Initialization.srt

14.7 KB

3. Multidimensional Arrays.mp4

19.7 MB

3. Multidimensional Arrays.srt

18.0 KB

4. Variable Length Arrays.mp4

7.0 MB

4. Variable Length Arrays.srt

6.4 KB

5. (Challenge) Generate Prime Numbers.mp4

9.6 MB

5. (Challenge) Generate Prime Numbers.srt

9.4 KB

6. (Demonstration) Generate Prime Numbers.mp4

22.4 MB

6. (Demonstration) Generate Prime Numbers.srt

17.8 KB

6.1 Source code - Arrays - (Demonstration) Generate Prime Numbers.html

0.1 KB

7. (Challenge) Create a simple Weather program.mp4

8.6 MB

7. (Challenge) Create a simple Weather program.srt

8.0 KB

8. (Demonstration) Create a simple Weather Program.mp4

27.5 MB

8. (Demonstration) Create a simple Weather Program.srt

19.4 KB

8.1 Source code - Arrays - (Demonstration) Create a simple Weather program.html

0.1 KB

/9. Functions/

1. Basics.mp4

20.7 MB

1. Basics.srt

22.9 KB

2. Defining Functions.mp4

24.4 MB

2. Defining Functions.srt

23.8 KB

3. Arguments and Parameters.mp4

16.0 MB

3. Arguments and Parameters.srt

16.9 KB

4. Returning data from functions.mp4

20.0 MB

4. Returning data from functions.srt

21.1 KB

5. Local and Global Variables.mp4

15.6 MB

5. Local and Global Variables.srt

16.2 KB

6. (Challenge) Write some functions!.mp4

7.3 MB

6. (Challenge) Write some functions!.srt

7.7 KB

7. (Demonstration) Write some functions!.mp4

40.4 MB

7. (Demonstration) Write some functions!.srt

28.8 KB

7.1 Source code - Functions - (Demonstration) Write some functions!!.html

0.1 KB

8. (Challenge) Create a Tic Tac Toe Game.mp4

10.1 MB

8. (Challenge) Create a Tic Tac Toe Game.srt

11.1 KB

9. (Demonstration) Create a Tic Tac Toe Game.mp4

47.9 MB

9. (Demonstration) Create a Tic Tac Toe Game.srt

35.5 KB

9.1 Source code - Functions - (Demonstration) Create a Tic Tac Toe Game.html

0.1 KB

/.../1. About this Course/

1. About this Course.mp4

955.9 KB

1. About this Course.srt

1.1 KB

2. Who is Your Instructor.mp4

3.3 MB

2. Who is Your Instructor.srt

2.8 KB

3. How This Course is Organised.mp4

3.8 MB

3. How This Course is Organised.srt

2.3 KB

4. Asking Questions.html

0.9 KB

5. Before You Get Started.html

2.5 KB

/2. C# Advanced Topics/

1. Test Your Knowledge.html

0.1 KB

10. Exception Handling.mp4

50.1 MB

10. Exception Handling.srt

32.6 KB

11. Asynchronous Programming with Async Await.mp4

54.5 MB

11. Asynchronous Programming with Async Await.srt

29.8 KB

12. C# Advanced Topics Quiz.html

0.1 KB

13. Source Code.html

0.1 KB

13.1 C# Advanced Source Files.zip.zip

308.6 KB

14. What's New in C# 6.html

0.3 KB

2. Generics.mp4

35.5 MB

2. Generics.srt

26.4 KB

3. Delegates.mp4

28.2 MB

3. Delegates.srt

18.9 KB

4. Lambda Expressions.mp4

23.8 MB

4. Lambda Expressions.srt

18.5 KB

5. Events.mp4

153.0 MB

5. Events.srt

45.4 KB

6. Extension Methods.mp4

26.8 MB

6. Extension Methods.srt

17.5 KB

7. LINQ.mp4

44.4 MB

7. LINQ.srt

27.9 KB

8. Nullable Types.mp4

16.2 MB

8. Nullable Types.srt

11.0 KB

9. Dynamic.mp4

17.7 MB

9. Dynamic.srt

14.9 KB

/3. What's Next/

1. What You Should Learn after Advanced C#.mp4

6.1 MB

1. What You Should Learn after Advanced C#.srt

7.3 KB

2. Additional Resources to Make You a Better Developer.mp4

3.9 MB

2. Additional Resources to Make You a Better Developer.srt

5.6 KB

3. Final Words.mp4

1.2 MB

3. Final Words.srt

1.8 KB

4. Get My Other Courses with a Discount.html

1.1 KB

/1. Introduction/

1. What is this Course.mp4

19.7 MB

1. What is this Course.srt

2.2 KB

2. About Me.mp4

23.5 MB

2. About Me.srt

2.4 KB

3. A Note on Taking this Course.html

0.5 KB

4. Asking Questions.html

0.9 KB

5. Before You Get Started.html

2.4 KB

/.../10. Debugging Applications/

1. Introduction.mp4

4.1 MB

1. Introduction.srt

0.4 KB

2. Debugging Tools in Visual Studio.mp4

36.0 MB

2. Debugging Tools in Visual Studio.srt

13.5 KB

2.1 Debugging.zip

38.2 KB

3. Removing Side Effects.mp4

42.5 MB

3. Removing Side Effects.srt

12.7 KB

4. Defensive Programming.mp4

37.5 MB

4. Defensive Programming.srt

9.9 KB

5. Call Stack Window.mp4

5.2 MB

5. Call Stack Window.srt

2.3 KB

6. Locals and Autos Windows.mp4

6.2 MB

6. Locals and Autos Windows.srt

2.1 KB

7. Debugging Applications.html

0.1 KB

8. Summary.mp4

7.7 MB

8. Summary.srt

0.8 KB

/.../11. What's Next/

1. What's Next.mp4

10.2 MB

1. What's Next.srt

1.2 KB

2. Final Words.mp4

1.6 MB

2. Final Words.srt

1.7 KB

3. Get My Other Courses with a Discount.html

1.1 KB

/.../2. Introduction to C# and .NET Framework/

1. Introduction.mp4

1.1 MB

1. Introduction.srt

1.4 KB

2. C# vs .NET.mp4

1.4 MB

2. C# vs .NET.srt

1.3 KB

3. What is CLR.mp4

3.4 MB

3. What is CLR.srt

3.0 KB

4. Architecture of .NET Applications.mp4

3.8 MB

4. Architecture of .NET Applications.srt

3.5 KB

5. Getting Visual Studio.pdf

18.9 KB

6. Our First C# Application.mp4

27.9 MB

6. Our First C# Application.srt

14.9 KB

7. What is ReSharper.html

0.7 KB

8. Fundamentals of C# and .NET.html

0.1 KB

9. Summary.html

2.0 KB

/.../3. Primitive Types and Expressions/

1. Introduction.mp4

4.8 MB

1. Introduction.srt

0.5 KB

10. Demo Operators.mp4

14.6 MB

10. Demo Operators.srt

8.1 KB

11. Comments.mp4

2.5 MB

11. Comments.srt

2.5 KB

12. Primitive Types and Expressions.html

0.1 KB

13. Summary.mp4

12.0 MB

13. Summary.srt

0.8 KB

13.1 Summary Primitive Types And Expressions.pdf

74.0 KB

2. Variables and Constants.mp4

15.5 MB

2. Variables and Constants.srt

13.3 KB

3. Overflowing.mp4

2.5 MB

3. Overflowing.srt

3.1 KB

4. Scope.mp4

1.4 MB

4. Scope.srt

1.4 KB

5. Demo Variables and Constants.mp4

33.9 MB

5. Demo Variables and Constants.srt

14.7 KB

6. Type Conversion.mp4

5.9 MB

6. Type Conversion.srt

6.9 KB

7. Demo Type Conversion.mp4

27.2 MB

7. Demo Type Conversion.srt

13.6 KB

8. Operators.mp4

5.5 MB

8. Operators.srt

5.4 KB

9. What are Logical Operations.pdf

55.4 KB

/.../4. Non-Primitive Types/

1. Introduction.mp4

8.5 MB

1. Introduction.srt

0.5 KB

10. Demo Enums.mp4

22.4 MB

10. Demo Enums.srt

9.6 KB

11. Reference Types and Value Types.mp4

4.1 MB

11. Reference Types and Value Types.srt

4.7 KB

12. Demo Reference Types and Value Types.mp4

12.4 MB

12. Demo Reference Types and Value Types.srt

7.2 KB

13. Demo Reference Types and Value Types.mp4

11.0 MB

13. Demo Reference Types and Value Types.srt

4.9 KB

14. Non-primitive Types.html

0.1 KB

15. Summary.mp4

8.8 MB

15. Summary.srt

1.3 KB

15.1 Summary Non Primitive Types.pdf

100.6 KB

2. Classes.mp4

6.5 MB

2. Classes.srt

8.8 KB

3. Demo Classes.mp4

27.7 MB

3. Demo Classes.srt

10.8 KB

4. Structs.mp4

2.1 MB

4. Structs.srt

2.0 KB

5. Arrays.mp4

3.0 MB

5. Arrays.srt

3.5 KB

6. Demo Arrays.mp4

12.6 MB

6. Demo Arrays.srt

5.0 KB

7. Strings.mp4

7.1 MB

7. Strings.srt

8.4 KB

8. Demo Strings.mp4

21.6 MB

8. Demo Strings.srt

8.9 KB

9. Enums.mp4

3.5 MB

9. Enums.srt

2.5 KB

/5. Control Flow/

1. Introduction.mp4

16.0 MB

1. Introduction.srt

1.9 KB

10. Control Flow.html

0.1 KB

11. Exercises.html

1.8 KB

11.1 Loops Solutions.zip

1.2 KB

12. Summary.mp4

8.4 MB

12. Summary.srt

0.9 KB

2. Conditional Statements.mp4

3.6 MB

2. Conditional Statements.srt

3.9 KB

3. Demo IfElse and SwitchCase.mp4

22.0 MB

3. Demo IfElse and SwitchCase.srt

10.6 KB

4. Exercises.html

1.8 KB

4.1 Conditionals Solutions.zip

1.2 KB

5. Iteration Statements.mp4

4.3 MB

5. Iteration Statements.srt

5.5 KB

6. Demo For Loops.mp4

4.8 MB

6. Demo For Loops.srt

2.0 KB

7. Demo Foreach Loops.mp4

8.8 MB

7. Demo Foreach Loops.srt

4.7 KB

8. Demo While Loops.mp4

18.4 MB

8. Demo While Loops.srt

9.6 KB

9. Random Class.mp4

30.4 MB

9. Random Class.srt

11.5 KB

/.../6. Arrays and Lists/

1. Introduction.mp4

8.3 MB

1. Introduction.srt

0.9 KB

2. Arrays.mp4

5.1 MB

2. Arrays.srt

7.1 KB

3. Demo Arrays.mp4

38.1 MB

3. Demo Arrays.srt

12.1 KB

4. Lists.mp4

2.7 MB

4. Lists.srt

3.4 KB

5. Demo Lists.mp4

35.8 MB

5. Demo Lists.srt

12.5 KB

6. Exercises.html

2.0 KB

6.1 Arrays And Lists Solutions.zip

1.5 KB

7. Arrays and Lists.html

0.1 KB

8. Summary.mp4

7.7 MB

8. Summary.srt

0.9 KB

/.../7. Working with Dates/

1. Introduction.mp4

5.2 MB

1. Introduction.srt

0.3 KB

2. DateTime.mp4

27.8 MB

2. DateTime.srt

7.3 KB

3. TimeSpan.mp4

28.1 MB

3. TimeSpan.srt

8.9 KB

4. Dates and Times Quiz.html

0.1 KB

5. Summary.mp4

7.8 MB

5. Summary.srt

0.8 KB

/.../8. Working with Text/

1. Introduction.mp4

3.2 MB

1. Introduction.srt

0.4 KB

10. Summary.mp4

7.8 MB

10. Summary.srt

0.9 KB

2. String.mp4

6.0 MB

2. String.srt

6.1 KB

3. Demo String.mp4

51.7 MB

3. Demo String.srt

14.6 KB

4. Live Coding Summarising Text.mp4

40.9 MB

4. Live Coding Summarising Text.srt

13.5 KB

5. StringBuilder.mp4

1.7 MB

5. StringBuilder.srt

1.5 KB

6. Demo StringBuilder.mp4

27.3 MB

6. Demo StringBuilder.srt

8.8 KB

7. Working with Text.html

0.1 KB

8. Exercises.html

2.0 KB

8.1 Working With Text Solutions.zip

1.7 KB

9. Procedural Programming.mp4

29.3 MB

9. Procedural Programming.srt

11.1 KB

9.1 Procedural Programming Solutions.zip

1.8 KB

/.../9. Working with Files/

1. Introduction.mp4

4.1 MB

1. Introduction.srt

0.4 KB

2. System.IO Namespace.mp4

4.8 MB

2. System.IO Namespace.srt

5.9 KB

3. Demo File and FileInfo.mp4

16.4 MB

3. Demo File and FileInfo.srt

7.2 KB

4. Demo Directory and DirectoryInfo.mp4

26.1 MB

4. Demo Directory and DirectoryInfo.srt

7.2 KB

5. Demo Path.mp4

11.9 MB

5. Demo Path.srt

3.3 KB

6. Exercises.html

0.2 KB

7. Working with Files.html

0.1 KB

8. Summary.mp4

13.8 MB

8. Summary.srt

1.5 KB

 

Total files 4150


Copyright © 2024 FileMood.com