Lists (32)
Sort Name ascending (A-Z)
🤖 AI
Algorithm
📱 Android
Arch
C/C++
🛠️ Compiler
📱 Cross-Platform
💻 CS
🎨 DirectX
DotNet
🎮 GameDev
Golang
🎨 Graphics
🛠️ Hardware
⚡ HPC
🖼️ ImageProcess
☕ Java
Kotlin
🐧 Linux
Lua
🔢 Math
🎨 Metal
🎥 Multimedia
🌐 Networking
🎨 OpenGL
Reverse Engineering
Rust
🎨 Shader
🍎 ThinkDifferent
🎮 Unity
🎨 Vulkan
🌐 WebFrontEnd
- All languages
- Assembly
- Batchfile
- C
- C#
- C++
- CMake
- CSS
- Cuda
- Dart
- Dockerfile
- GLSL
- Go
- Groff
- Groovy
- HLSL
- HTML
- Haskell
- IDL
- Java
- JavaScript
- Jupyter Notebook
- Kotlin
- LLVM
- Lua
- MATLAB
- MDX
- Makefile
- Markdown
- Meson
- Metal
- OCaml
- Objective-C
- Objective-C++
- PLpgSQL
- Pascal
- PostScript
- Python
- Rich Text Format
- Roff
- Ruby
- Rust
- SCSS
- Scala
- ShaderLab
- Shell
- Swift
- SystemVerilog
- TSQL
- TeX
- TypeScript
- Vala
- WebAssembly
- XML
- Zig
Starred repositories
Torch implementation of neural style algorithm
A language server that offers Lua language support - programmed in Lua
LuaRocks is the package manager for the Lua programming language.
An implementation of the paper 'A Neural Algorithm of Artistic Style'.
A Lua module to work with Google protobuf
LuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to…
Lua memory snapshot dump utility, used for memory leak detection。
A tool for tracing Lua script execution and analysing time profiles and coverage
A program that obfuscates Lua programs so no one can steal your source code
Lua Widget Toolkit: implement cross platform GUI widgets in pure Lua on top of LPugl or LÖVE 2D game engine
A Lua bytecode compiler written in Lua itself for didactic purposes or for new language implementations
封装的lua数据结构, 元组(tuple)、动态数组(vector)、双向链表(list)、队列(queue)、栈(stack)