Please note that this page does not hosts or makes available any of the listed filenames. You
cannot download any of those files from here.
|
[TGx]Downloaded from torrentgalaxy.to .txt |
585B |
001 Introduction and Motivations.en.srt |
5.23KB |
001 Introduction and Motivations.mp4 |
67.09MB |
002 A Message for Roblox Users.en.srt |
2.55KB |
002 A Message for Roblox Users.mp4 |
34.20MB |
003 History and Language Evolution.en.srt |
44.86KB |
003 History and Language Evolution.mp4 |
598.00MB |
004 Why do you want to learn Lua_.html |
1.50KB |
005 A Quick Message About Installing Lua.html |
2.81KB |
006 Using Lua with REPL.en.srt |
5.31KB |
006 Using Lua with REPL.mp4 |
68.86MB |
007 Installing Lua on Linux.en.srt |
2.90KB |
007 Installing Lua on Linux.mp4 |
3.50MB |
008 Installing Lua on MacOS.en.srt |
1.44KB |
008 Installing Lua on MacOS.mp4 |
2.55MB |
009 Installing Lua on Windows.en.srt |
17.41KB |
009 Installing Lua on Windows.mp4 |
48.18MB |
009 tasks.json |
249B |
010 lua-examples.zip |
10.85KB |
010 Source Code (Download).html |
1.38KB |
011 Our First Lua Script.en.srt |
15.92KB |
011 Our First Lua Script.mp4 |
116.41MB |
012 Variables.en.srt |
28.12KB |
012 Variables.mp4 |
82.22MB |
013 Older Lua Versions and REPL.en.srt |
8.38KB |
013 Older Lua Versions and REPL.mp4 |
16.93MB |
014 Proposed Activity_ Variables.en.srt |
3.55KB |
014 Proposed Activity_ Variables.mp4 |
21.88MB |
014 salary-increase.lua.zip |
744B |
015 salary-increase.zip |
671B |
015 Variables Activity Solution.en.srt |
7.34KB |
015 Variables Activity Solution.mp4 |
24.59MB |
016 Exercises_ Variables and Expressions.html |
3.05KB |
016 solutions-vars-expressions.zip |
1.49KB |
017 Incrementing and Decrementing Variables.en.srt |
11.30KB |
017 Incrementing and Decrementing Variables.mp4 |
49.70MB |
018 Conditionals.en.srt |
14.25KB |
018 Conditionals.mp4 |
45.62MB |
019 Elseif.en.srt |
19.43KB |
019 Elseif.mp4 |
69.81MB |
020 Proposed Activity_ Conditional Statements.en.srt |
7.07KB |
020 Proposed Activity_ Conditional Statements.mp4 |
41.17MB |
020 streetfighter.lua.zip |
783B |
021 Conditionals Activity Solution.en.srt |
15.27KB |
021 Conditionals Activity Solution.mp4 |
72.47MB |
022 Logical Operators.en.srt |
9.59KB |
022 Logical Operators.mp4 |
50.63MB |
022 streetfighter-solution.lua.zip |
966B |
023 Exercises_ Conditionals.html |
1.85KB |
023 solutions-conditionals.zip |
790B |
024 String Manipulation.en.srt |
30.80KB |
024 String Manipulation.mp4 |
164.71MB |
025 Multi-line Strings.en.srt |
6.73KB |
025 Multi-line Strings.mp4 |
47.30MB |
026 Multiple Assignment.en.srt |
5.45KB |
026 Multiple Assignment.mp4 |
11.69MB |
027 Standard Library Modules.en.srt |
17.11KB |
027 Standard Library Modules.mp4 |
104.05MB |
028 Exercises_ Strings and Random.html |
2.32KB |
028 solutions-string-random.zip |
1.74KB |
029 The For Loop.en.srt |
10.89KB |
029 The For Loop.mp4 |
55.79MB |
030 The While Loop.en.srt |
18.64KB |
030 The While Loop.mp4 |
117.83MB |
031 Loop Options.en.srt |
4.41KB |
031 Loop Options.mp4 |
55.33MB |
032 Variable Scope.en.srt |
6.82KB |
032 Variable Scope.mp4 |
63.32MB |
033 Local Scope and Lua Chunks.en.srt |
4.09KB |
033 Local Scope and Lua Chunks.mp4 |
23.40MB |
034 randomenemy.lua.zip |
888B |
034 Syntax & Semantic Errors.en.srt |
6.77KB |
034 Syntax & Semantic Errors.mp4 |
39.50MB |
035 randomenemy-solution.lua.zip |
603B |
035 Solving Logical Mistakes.en.srt |
4.51KB |
035 Solving Logical Mistakes.mp4 |
24.78MB |
036 Input Values from the Keyboard.en.srt |
24.50KB |
036 Input Values from the Keyboard.mp4 |
175.07MB |
037 Handling Input Options.en.srt |
9.24KB |
037 Handling Input Options.mp4 |
50.93MB |
038 Finding Distance Between Points.en.srt |
17.19KB |
038 Finding Distance Between Points.mp4 |
167.51MB |
039 Finding Angle Between Points.en.srt |
19.88KB |
039 Finding Angle Between Points.mp4 |
165.50MB |
040 Arctangent Function in New Lua Versions.html |
1.33KB |
041 Loop Activity Example.en.srt |
10.35KB |
041 Loop Activity Example.mp4 |
130.97MB |
042 Loop Activity Solution.en.srt |
15.60KB |
042 Loop Activity Solution.mp4 |
174.19MB |
043 Exercises_ Loops.html |
2.52KB |
043 solutions-loops.zip |
2.94KB |
044 An Introduction to Functions.en.srt |
23.47KB |
044 An Introduction to Functions.mp4 |
228.19MB |
045 Exercises_ Functions.html |
2.99KB |
045 solutions-functions.zip |
2.04KB |
046 Tables in Lua.en.srt |
38.61KB |
046 Tables in Lua.mp4 |
395.31MB |
047 Tables Example.en.srt |
9.24KB |
047 Tables Example.mp4 |
88.45MB |
048 prince-table.lua.zip |
984B |
048 Proposed Activity_ Reading Table Entries.en.srt |
3.47KB |
048 Proposed Activity_ Reading Table Entries.mp4 |
15.64MB |
049 prince-table-solution.lua.zip |
1.18KB |
049 Table Activity Solution.en.srt |
16.80KB |
049 Table Activity Solution.mp4 |
78.47MB |
050 Tables as Configuration Files.en.srt |
7.94KB |
050 Tables as Configuration Files.mp4 |
46.88MB |
051 Tables as Matrices.en.srt |
9.30KB |
051 Tables as Matrices.mp4 |
108.93MB |
052 Proposed Formative Project.en.srt |
30.29KB |
052 Proposed Formative Project.mp4 |
354.25MB |
052 tictactoe.zip |
2.44KB |
053 Moving Forward.en.srt |
3.47KB |
053 Moving Forward.mp4 |
42.07MB |
054 Metatables.en.srt |
32.53KB |
054 Metatables.mp4 |
188.21MB |
055 Exercises_ Metatables.html |
2.03KB |
055 vector3d-metatables-solution.lua.zip |
1013B |
056 Object-Oriented Programming in Lua.en.srt |
35.48KB |
056 Object-Oriented Programming in Lua.mp4 |
380.01MB |
057 Creating Classes and Objects.en.srt |
21.38KB |
057 Creating Classes and Objects.mp4 |
86.63MB |
058 Exercises_ Classes and Objects.html |
2.09KB |
058 fighter-class-solution.lua.zip |
678B |
059 Higher-Order Functions and Closures.en.srt |
11.85KB |
059 Higher-Order Functions and Closures.mp4 |
149.75MB |
060 Variadic Functions.en.srt |
12.41KB |
060 Variadic Functions.mp4 |
85.26MB |
061 Coroutines.html |
5.63KB |
062 Working with Lua and C.en.srt |
3.34KB |
062 Working with Lua and C.mp4 |
47.42MB |
063 C Project Folder Structure.en.srt |
21.57KB |
063 C Project Folder Structure.mp4 |
232.07MB |
064 Executing Lua File From C.en.srt |
31.47KB |
064 Executing Lua File From C.mp4 |
158.50MB |
065 Get Lua Global Values in C.en.srt |
19.44KB |
065 Get Lua Global Values in C.mp4 |
177.86MB |
066 The Stack.en.srt |
8.61KB |
066 The Stack.mp4 |
46.49MB |
067 Push Pop and Peak.en.srt |
2.80KB |
067 Push Pop and Peak.mp4 |
11.50MB |
068 Calling Lua Functions From C.en.srt |
19.14KB |
068 Calling Lua Functions From C.mp4 |
111.12MB |
069 Checking and Handling Script Errors.en.srt |
8.57KB |
069 Checking and Handling Script Errors.mp4 |
64.29MB |
070 Calling C Functions in Lua.en.srt |
23.49KB |
070 Calling C Functions in Lua.mp4 |
183.86MB |
071 Userdata.en.srt |
10.13KB |
071 Userdata.mp4 |
101.35MB |
072 Sending and Receiving Userdata.en.srt |
21.30KB |
072 Sending and Receiving Userdata.mp4 |
93.77MB |
073 Reading Lua Tables in C.en.srt |
9.66KB |
073 Reading Lua Tables in C.mp4 |
70.48MB |
074 Installing SDL.en.srt |
11.67KB |
074 Installing SDL.mp4 |
167.63MB |
075 Creating a SDL Window.en.srt |
23.38KB |
075 Creating a SDL Window.mp4 |
124.34MB |
076 The Game Loop.en.srt |
24.20KB |
076 The Game Loop.mp4 |
128.44MB |
077 SDL Rendering.en.srt |
18.83KB |
077 SDL Rendering.mp4 |
98.67MB |
078 Fixing Our Game Loop Timestep.en.srt |
22.19KB |
078 Fixing Our Game Loop Timestep.mp4 |
168.82MB |
079 Delta Time.en.srt |
8.67KB |
079 Delta Time.mp4 |
90.19MB |
080 Controlling the Player Movement with Lua.en.srt |
41.69KB |
080 Controlling the Player Movement with Lua.mp4 |
190.20MB |
080 lua-c.zip |
430.70KB |
081 Proposed Exercise_ Creating the function rect().html |
4.88KB |
082 Final Considerations on Integrating Lua and C.en.srt |
10.17KB |
082 Final Considerations on Integrating Lua and C.mp4 |
125.93MB |
083 Next Steps.en.srt |
7.62KB |
083 Next Steps.mp4 |
84.71MB |
084 LuaJIT.html |
2.17KB |
085 Intro to Roblox and Roblox Studio.en.srt |
3.68KB |
085 Intro to Roblox and Roblox Studio.mp4 |
52.37MB |
086 Installing and Accessing Roblox Studio.en.srt |
9.83KB |
086 Installing and Accessing Roblox Studio.mp4 |
65.25MB |
087 Roblox Parts and Properties.en.srt |
21.68KB |
087 Roblox Parts and Properties.mp4 |
81.90MB |
088 Roblox Vectors and Colors.en.srt |
18.56KB |
088 Roblox Vectors and Colors.mp4 |
81.28MB |
089 Roblox Object Instance.en.srt |
9.62KB |
089 Roblox Object Instance.mp4 |
43.94MB |
090 Proposed Activity_ Sun and Moon System Hour.en.srt |
8.34KB |
090 Proposed Activity_ Sun and Moon System Hour.mp4 |
64.93MB |
091 Sun and Moon Activity Solution.en.srt |
13.75KB |
091 Sun and Moon Activity Solution.mp4 |
101.34MB |
092 Roblox Loops and the Wait Function.en.srt |
10.48KB |
092 Roblox Loops and the Wait Function.mp4 |
48.26MB |
093 Roblox Loops and Conditionals.en.srt |
14.06KB |
093 Roblox Loops and Conditionals.mp4 |
76.62MB |
094 Roblox Events.en.srt |
16.61KB |
094 Roblox Events.mp4 |
97.22MB |
095 Roblox Humanoid Properties.en.srt |
25.95KB |
095 Roblox Humanoid Properties.mp4 |
198.52MB |
096 Roblox Players and Characters.en.srt |
14.04KB |
096 Roblox Players and Characters.mp4 |
79.24MB |
097 Roblox Models and Assets.en.srt |
11.21KB |
097 Roblox Models and Assets.mp4 |
96.56MB |
098 Roblox Terrain Editor.en.srt |
6.75KB |
098 Roblox Terrain Editor.mp4 |
47.78MB |
099 Roblox Day-Night Lighting & ClockTime.en.srt |
16.06KB |
099 Roblox Day-Night Lighting & ClockTime.mp4 |
81.89MB |
100 Roblox Leaderboard.en.srt |
13.56KB |
100 Roblox Leaderboard.mp4 |
64.21MB |
101 Roblox Debugging and Code Inspection.en.srt |
4.78KB |
101 Roblox Debugging and Code Inspection.mp4 |
20.58MB |
102 Roblox CFrame.en.srt |
12.03KB |
102 Roblox CFrame.mp4 |
73.11MB |
103 Roblox Following Parts.en.srt |
17.38KB |
103 Roblox Following Parts.mp4 |
109.68MB |
104 Roblox Conclusion and Getting Help.en.srt |
7.75KB |
104 Roblox Conclusion and Getting Help.mp4 |
49.98MB |
105 Compiling the Lua 5.4 Language from Source.html |
1.42KB |
106 Compiling Lua 5.4 on Linux.en.srt |
11.70KB |
106 Compiling Lua 5.4 on Linux.mp4 |
49.97MB |
107 Discount-Codes-Lua.pdf |
271.13KB |
107 Discount on Our Other Courses.en.srt |
1.18KB |
107 Discount on Our Other Courses.mp4 |
14.19MB |
external-assets-links.txt |
64B |
external-assets-links.txt |
38B |
external-assets-links.txt |
61B |
TutsNode.com.txt |
63B |