Articles by Tag #lua

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Lua as your favorite Programming Language

I personally see myself as a generalist when it comes to programming, growing up on videos by...

Learn More 37 10Jan 5

luainstaller 2.0: Package Your .lua Scripts into Native Binaries

There are two ways to package .lua scripts into binaries: the traditional srlua, which concatenates...

Learn More 0 0Dec 15

Scripts: Super speed

Hi! This is my first post, and today I learned how to create a Super Speed script. The character will...

Learn More 5 0Oct 26

luainstaller: A Python Tool for Packaging Lua Scripts into Standalone Executables with Dependency Analysis

luainstaller: Python Library for Packaging .lua into Binaries with Dependency...

Learn More 0 0Dec 6

Scripts: Super speed [ES]

¡Hola! Esta es mi primera publicación y hoy aprendí a crear un script de Super velocidad. El...

Learn More 4 0Oct 26

Introducing db.nvim: Your Database Companion in Neovim

Hello Neovim enthusiasts! I'm excited to share a new plugin I've been working on, designed to bring...

Learn More 0 0Sep 12

Making Extremely Fast AWS Elastic Cache Redis with Lua

AWS ElastiCache for Redis offers a managed, high-performance, in-memory data store that is widely...

Learn More 0 0Apr 13

Rust-like Iteration in Lua

This reading was inspired by Neovim's api Iter namespace. Be sure to check that out! It is no...

Learn More 5 0Jan 6

Released Loom v1.0.0 Beta - A fast, minimal text editor.

Loom v1.0.0 Beta Initial beta release of Loom, a fast and minimal text editor built with...

Learn More 6 1Sep 1

Your First Lua Binding

Creating your own bindings is a way to connect different programming languages, allowing you to use...

Learn More 2 0Apr 21

Arweave AO Bootcamp 1/8 Introduction

Welcome to Arweave AO Bootcamp — a practical, in-depth guide to building with Arweave, the...

Learn More 4 1Jun 4

How to configure neovim's Lua LS for Love2D

Learn how to configure Lua LS to get extra competition when using Love2D.

Learn More 4 1Dec 24 '24

Polyglot: Lua (Part 0)

I've been interested in expanding my toolkit of programming languages for some time now. I would...

Learn More 0 0Jan 12

Setting up Windows for Lua development

Lua is a delightfully simple language to program in. However setting up Windows to do Lua development...

Learn More 0 0Jun 2

I Developed My First Game

🎮 Ninegems: A Strategic Puzzle Game Reimagined with AI and...

Learn More 0 0Jun 22

LUA parser for Apple Homekit using BleuIO

This project demonstrates how to turn a BLE advertisement-based air quality sensor—in this case,...

Learn More 0 0Apr 4

Lua scripting in mpv video player

Recently, I needed to cut a video fragment without re-encoding. I wasn't happy with how LosslessCut...

Learn More 1 0Feb 4

The Elegant Art of Killing 'unsafe-inline' in Your CSP

If you've ever opened your browser console on your "totally secure" website and witnessed a barrage...

Learn More 0 0May 4

LuSH 0.15 with syntax sugar

This new release of LuSH brings some interesting and important improvements (not officially supported...

Learn More 0 0Jul 6

smartfolds.nvim — My First Plugin, My First Build in Public

Today, I’m kicking off a new project: smartfolds.nvim. It’s a Neovim plugin that I’m building to...

Learn More 0 0Apr 28

How to Write Lua Scripts for Video Games with the BizHawk Emulator

BizHawk is a multi-system emulator beloved by the Tool Assisted Speedrun community for its...

Learn More 0 1Jan 31

From Minimal to Mighty: Reimagining ideaDrop.nvim for Serious Idea Management in Neovim

You know that feeling when a tool grows beyond its original purpose? That's exactly what happened...

Learn More 0 0Jul 29

Introducing azure.nvim: A Neovim Plugin for Azure Function Management

Introducing azure.nvim: A Neovim Plugin for Azure Function Management 🚀 If you're a Neovim...

Learn More 0 0Apr 22

Blog Post: My first Neovim plugin

I just published a blog post about my first Neovim plugin: notekeeper. It's a minimal Lua plugin...

Learn More 0 0Apr 19

Checkout how to manage state and lock using AWS Elastic Cache and built-in Lua language

Making Extremely Fast AWS Elastic Cache Redis with Lua ...

Learn More 0 0Apr 13

A teen who's actually good at scripting... [LEPY]

So I ran into this young developer named Lepy, and he might be one of the cleanest builders I’ve seen...

Learn More 0 2Jun 16

Arweave AO Lua Programming Guide

Arweave AO (Actor Oriented) uses the Lua programming language to describe processes. This article...

Learn More 1 2Jun 12

Polyglot: Lua (Part 1)

In my previous post, I talked about the reasons why I want to learn more programming language, the...

Learn More 0 0Jan 13

Arweave AO Bootcamp 5/8 AOS Fundamental

What You'll Learn in This Chapter In this chapter, you'll learn how to develop with AOS...

Learn More 2 0Jun 4

luaToEXE: Compile Lua Scripts to Standalone Windows Executables

Introduction The standard method to compile a .lua file into a standalone .exe with a...

Learn More 0 0Aug 7