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

Block or report DarkWiiPlayer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

  1. darkrc darkrc Public

    Configuration files that I need everywhere

    Vim Script 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 11

  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