Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

rubygems.org : box_layout

Allows you to lay out HTML using ASCII art. Stolen from psykotic's code posted to reddit: http://programming.reddit.com/info/k9dx/comments == SYNOPSIS: require 'box_layout' page_template = <<-END ---------- | | ---------- | | | | | | | | | | | | | | | | ---------- | | ---------- END layout = BoxLayout.html page_template puts "<title>cute</title>" puts "<style>* { border: 1px solid black }</style>" puts layout % %w[header left body right footer].map {|s| "**#{s}**" } == REQUIREMENTS:

Registry - Homepage - Documentation - JSON
purl: pkg:gem/box_layout
License:
Latest release: almost 15 years ago
First release: almost 15 years ago
Dependent repositories: 1
Downloads: 5,495 total
Last synced: 3 days ago

    Loading...
    Readme
    Loading...