Skip to content

Instantly share code, notes, and snippets.

View ultima51x's full-sized avatar

David Hwang ultima51x

  • Los Angeles, CA
View GitHub Profile
require 'formula'
class Pngout < Formula
url 'http://static.jonof.id.au/dl/kenutils/pngout-20110722-darwin.tar.gz'
homepage 'http://www.jonof.id.au/kenutils'
sha256 '45f27bb4a76f1ed1d93734d5fe2a601ef9d21eafbe7ad230fa60c00315b09167'
version '20110722'
def install
prefix.install Dir['*']
@ultima51x
ultima51x / cars.html
Created January 5, 2020 08:36
hyfn-frontend-codechallenge-mysolution
<html>
<head>
<title>Cars</title>
</head>
<body>
<ul data-car-list="true">
</ul>
<script type="text/javascript" src="cars.js"></script>
</body>
</html>