Skip to content

Instantly share code, notes, and snippets.

View 15Dkatz's full-sized avatar
👨‍🍳
Cooking up a course

David Katz 15Dkatz

👨‍🍳
Cooking up a course
View GitHub Profile
@15Dkatz
15Dkatz / index.css
Created January 21, 2018 21:34
Parcel-react-jest - index.css
body {
color: blue;
}
@15Dkatz
15Dkatz / index.js
Created January 21, 2018 21:34
Parcel-react-jest - index.js
import React from 'react';
import { render } from 'react-dom';
import App from './App';
import './index.css';
render(<App />, document.getElementById('root'));
@15Dkatz
15Dkatz / index.html
Last active October 2, 2019 14:44
Parcel-react-jest - index.html
<!doctype html>
<html>
<body>
<div id="root"></div>
<script src="index.js"></script>
</body>
</html>
@15Dkatz
15Dkatz / installing_postgresql.md
Last active December 25, 2023 06:29
PostgreSQL installation tutorial

Let's install PostgreSQL onto your operating system.

As an open source object-relational database management system, PostgreSQL available for MacOS, Linux, and Windows.

Goal for each Operating System

The goal will be to run the following command successfully from the command line (regardless of the OS):

psql -U postgres

This should open the psql interactive shell and print a prompt that looks like:

include "~/.nano/apacheconf.nanorc"
include "~/.nano/arduino.nanorc"
include "~/.nano/asciidoc.nanorc"
include "~/.nano/asm.nanorc"
include "~/.nano/c.nanorc"
include "~/.nano/clojure.nanorc"
include "~/.nano/cmake.nanorc"
include "~/.nano/colortest.nanorc"
include "~/.nano/conf.nanorc"
include "~/.nano/csharp.nanorc"
[user]
email = [INSERT EMAIL]
name = David Katz
[core]
excludesfile = /Users/dkatz/.gitignore
editor = nano
[alias]
st = status
ci = commit
br = branch
@15Dkatz
15Dkatz / .block
Last active March 24, 2017 22:18
Filtering and Brushing - Multi-Series Line Chart
license: gpl-3.0
<div>
<div class=”user-title” id=”sam >Sam</div>
<img class=”user-img” src=”./frodo.png”/>
</div>
<div>
<div class=”user-title” id=”frodo >Frodo</div>
<img class=”user-img” src=”./frodo.png”/>
</div>
@15Dkatz
15Dkatz / .block
Last active February 25, 2017 13:34
Parallel Coordinates
license: gpl-3.0