Just a Mario done in pure CSS with box-shadow. It is done pixel by pixel, with a declaration of box-shadow for each pixeL; It has to be improved by doing areas of pixels with the spread parameter of box-shadow
A Pen by KingSavate on CodePen.
#!/bin/bash | |
# run this script with root privileges | |
# pre-install | |
yum install ncurses-devel openssl-devel gcc-c++ automake cmake fop unixODBC-devel libssh2-devel -y | |
yum groupinstall "Development Tools" -y | |
# More Dependencies Needed: *openjdk-devel, wxGTK-devel | |
# https://github.com/asdf-vm/asdf-erlang/issues/83 | |
# https://gist.github.com/tharun-allu/dd7d123a1ee264e03d3656dd0727f362 |
Just a Mario done in pure CSS with box-shadow. It is done pixel by pixel, with a declaration of box-shadow for each pixeL; It has to be improved by doing areas of pixels with the spread parameter of box-shadow
A Pen by KingSavate on CodePen.
var list = [ | |
// [2130706433, 4278190080], | |
// [167772160, 4278190080], | |
// [2886729728, 4293918720], | |
// [3232235520, 4294901760], | |
[16777216, 4294901760], | |
[16842752, 4294901760], | |
[16908288, 4294901760], | |
[16973824, 4294901760], | |
[17039360, 4294901760], |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Flora Lyric by LeaskH.com | |
# Originated by scturtle <[email protected]> | |
import urllib, urllib2 | |
import random | |
import re | |
import argparse | |
from xml.dom import minidom |