* Cantinho Satkeys

Refresh History
  • j.s.: [link]
    Hoje às 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    Hoje às 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    Hoje às 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33

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

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

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • 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