Skip to content
View DarkWiiPlayer's full-sized avatar
πŸ’­
OwO
πŸ’­
OwO
Block or Report

Block or report DarkWiiPlayer

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DarkWiiPlayer/readme.md

DarkWiiPlayer πŸ’œ

forthebadge forthebadge forthebadge

Improve code by removing it

β€” Pete Goodliffe

About 🦈πŸ₯š

Strength: Starting projects 😁

Weakness: Finishing projects πŸ˜–

DarkWiiPlayer's GitHub stats


This repo is not just for the front-page. I also keep a bunch of stuff here that may or may not be of interest to other people like a short list of worthwile books, papers and blog posts; a few file templates, etc.

Projects

Lua library for the server-side of your web projects.

The current project structure is a bit of a clusterfuck but it is slowly being refactored into something decent.

A repository of JavaScript snippets slowly turned into a front-end micro-framework over time.

A lightweight CSS framework & component library that aims to provide a good balance between versatility, usability and size.

Just a bunch of smaller Lua libraries

  • arrr for commandline argument parsing
  • based for base16/32/64 encoding and decoding
  • glass for config loading
  • lumber for logging
  • scaffold for filesystem scaffolding
  • shapeshift for data validations and transformations
  • skooma for HTML generation (also ported to JS)
  • spooder for running simple tasks in Lua
  • streamcsv for performant CSV reading

Find me on:

Talk to me about:

  • Programming
  • Games
  • Anime
  • Anything nerdy, really

trophy

Pinned Loading

  1. darkrc darkrc Public

    Configuration files that I need everywhere

    Lua 1

  2. restia restia Public

    The (Too bold?) new public domain web framework for Lua

    Lua 9

  3. Openresty installation script Openresty installation script
    1
    #!/bin/bash
    2
    # This script installs OpenResty on an ubuntu-like system.
    3
    
                  
    4
    if [ "$(id -u)" -ne 0 ]
    5
    then
  4. skooma skooma Public

    The functional way of generating HTML in Lua

    Lua 12

  5. js js Public

    A collection of JavaScript snippets slowly growing into a front-end micro-framework.

    HTML 5

  6. based based Public

    Collection of encoders and decoders written in Lua. Base64 and some others.

    Lua