Skip to content

Instantly share code, notes, and snippets.

View JoniWeiss's full-sized avatar

Joni Weiss JoniWeiss

View GitHub Profile
@JoniWeiss
JoniWeiss / Mac-CLI-Tools.md
Created October 7, 2016 05:56
Mac Command Line for Web Devs

Mac Command Line for Web Devs

Handy Tools

  • mdn-search.
    • Quick tool for search in Mozilla Developer Network from command line, built with nodejs by Nicolás Arias (ezakto):

    • Usage:

    mdn   [options]   [command]   <query>
@JoniWeiss
JoniWeiss / dev-resources.md
Last active October 3, 2016 17:04
Web Development Resources
@JoniWeiss
JoniWeiss / open-closed.html
Last active August 29, 2015 14:28
BizOpen2
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Joni Weiss -- dba HandMade Pixels">
<style>
.open-close {
background-color: #2aabd2;
font-weight: bold;
border-radius: 12px;
}
var areWeOpen = function() {
var bizHours = [
["0900", "1800"],
["0630", "2000"],
["0630", "2000"],
["0630", "2000"],
["0630", "2000"],
["0630", "2000"],
["0800", "2000"]
];