* Cantinho Satkeys

Refresh History
  • JPratas: try65hytr Pessoal  classic k7y8j0
    08 de Novembro de 2024, 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37

Autor Tópico: Lua Programming From Zero To Hero  (Lida 54 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115977
  • Karma: +0/-0
Lua Programming From Zero To Hero
« em: 08 de Abril de 2024, 09:16 »
Lua: Programming From Zero To Hero



Published 4/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 506.25 MB | Duration: 2h 9m

Master the Art of Lua Scripting: From Fundamental Concepts to Advanced Development


What you'll learn
Lua Syntax and Basics: Understanding the fundamental syntax and constructs of Lua, such as variables, data types, and operators.
Control Structures: Learning how to use conditional statements and loops to control the flow of the program.
Functions: Defining and invoking functions to create reusable code blocks and manage code complexity.
Tables: Working with Lua's primary data structure for organizing and storing data.
Modules and Packages: Organizing code into modules and using packages to extend Lua's capabilities.
Error Handling: Implementing error handling and debugging techniques to create robust Lua applications.
File I/O: Reading from and writing to files to handle data persistence.
Metatables and Metamethods: Using advanced features of Lua to customize the behavior of tables.
Coroutines: Understanding and utilizing coroutines for cooperative multitasking.
Lua in Embedded Systems: Exploring how Lua is used in embedded systems and game development.
Best Practices: Learning the best practices for writing clean, efficient, and maintainable Lua code.
Requirements
No programming experience is needed. You will learn everything you need to know.
Description
In this course, you will learn Lua: Programming From Zero to Hero, Lua is a lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications. It is cross-platform, as its interpreter of compiled bytecode is written in ANSI C, making it highly portable. Lua is known for its simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description. Lua is dynamically typed, runs by interpreting bytecode with a register-based virtual machine, and has automatic memory management with incremental garbage collection, which makes it ideal for configuration, scripting, and rapid prototypingLua Syntax and Basics: Understanding the fundamental syntax and constructs of Lua, such as variables, data types, and operators.Control Structures: Learning how to use conditional statements and loops to control the flow of the program.Functions: Defining and invoking functions to create reusable code blocks and manage code complexity.Tables: Working with Lua's primary data structure for organizing and storing data.Modules and Packages: Organizing code into modules and using packages to extend Lua's capabilities.Error Handling: Implementing error handling and debugging techniques to create robust Lua applications.File I/O: Reading from and writing to files to handle data persistence.Metatables and Metamethods: Using advanced features of Lua to customize the behavior of tables.Coroutines: Understanding and utilizing coroutines for cooperative multitasking.Lua in Embedded Systems: Exploring how Lua is used in embedded systems and game development.Best Practices: Learning the best practices for writing clean, efficient, and maintainable Lua code.Remember to structure your course content in a way that gradually introduces new concepts, provides plenty of examples, and encourages hands-on practice. Good luck with your course!
Overview
Section 1: Introduction
Lecture 1 Introduction
Lecture 2 About Me
Lecture 3 Making the Best Use of This Course
Section 2: Lua Programming
Lecture 4 Installing Lua
Lecture 5 Hello World in Lua
Lecture 6 Data Types in Lua
Lecture 7 Comments in Lua
Lecture 8 Variables in Lua
Lecture 9 Strings in Lua
Lecture 10 Math in Lua
Lecture 11 If Else in Lua
Lecture 12 Loops in Lua
Lecture 13 User Input in Lua
Lecture 14 Tables in Lua
Lecture 15 OS in Lua
Lecture 16 Functions in Lua
Lecture 17 FileHandling in Lua
Lecture 18 CustomModule in Lua
Lecture 19 OOP in Lua
Lecture 20 Co-Routines in Lua
Lecture 21 Metamethods in Lua
Lecture 22 What next
Section 3: Conclusion
Lecture 23 Conclusion
Lua Programmers,Beginners with no prior programming experience,Programmers with experience in other languages,Game developers,Students,Software developers,Machine learning engineers: Those who might use Lua in the context of Torch, a machine learning library that uses LuaJIT

Screenshots


rapidgator.net:
Citar
https://rapidgator.net/file/75e19dc732aaef6396a882b9197934d0/ncmuh.Lua.Programming.From.Zero.To.Hero.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/90E9B07201F17C8/ncmuh.Lua.Programming.From.Zero.To.Hero.rar