Problem (See the next iteration.) I have this tiny library for building HTML pages in Java code: HtmlViewComponent.java package net.coderodde.html.view; […]
Tag: library
Lightweight shorthand JS library
Problem Long story short: I wanted some of the time-saving functionality of jQuery without the bulk of the entire library. […]
Extensible logging – DatabaseLogger
Problem Recently I wrote a logging API that features an ILogger interface. I wanted to extend my library with a […]
the mini js tool library
Problem I am a newbie js “developer” and for practice, I created a tiny (8 methods) JavaScript library. I need […]
Frame Strings that contain newlines
Problem I have an application where I need to highlight some information that is printed to the console, so I […]
the mini js tool library
Problem I am a newbie js “developer” and for practice, I created a tiny (8 methods) JavaScript library. I need […]
Frame Strings that contain newlines
Problem I have an application where I need to highlight some information that is printed to the console, so I […]
Functional pattern matching in C#
Problem I recently read a really interesting post on adding functional pattern matching to C#. Here’s a quick and dirty […]
A Java library for formatting console output
Problem In perl, there is that format facility for console output. I thought it might be good to practice some […]
User management library after hard reject on Codecanyon
Problem I spent 2 months working on a user management library, with the intention of selling it on Codecanyon (I’ve […]