A collection of useful (or useless) snippets for lua and GLua. All attached scripts are developed by me and are distributed under the MIT license. Cheapblur, Netvar, Task, Navmesh, PData scripts are part of ASGLib for Garry's mod. I don't see the need for supporting documentation. If you think that any of these scripts are necessary for you, you will understand how it works.
This is a snippet to provide you with a cheap blurring method for your interfaces in Garry's Mod.
Implementation of encryption based on custom random number function
A streaming extension for the net library in Garry's mod.
Library that providing customizable and fast network variables for tables and entities in Garry's Mod.
Translations of Ken Perlin's Simplex Noise to Lua (Basicaly used for generating landscape in Garry's Mod, but the lighting of the meshes was completely unusable)
Simple module thats allow you to delay some not-so-needed actions in Garry's Mod. (Used for lazy initialization, sequential execution of heavy methods, and avoids me from throttling)
Simple snippet thats provides you to load web images as material without precache it to hard drive in Garry's Mod.
sql extension and pdata replacement for Garry's Mod.
Implementation of the navigation mesh and A* pathfinding algorithm for Garry's Mod