Skip to content

Instantly share code, notes, and snippets.

View anztrax's full-sized avatar
🏠
Working from home

andrew ananta anztrax

🏠
Working from home
View GitHub Profile
@anztrax
anztrax / postgres-brew.md
Created August 7, 2017 08:39 — forked from sgnl/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update
@anztrax
anztrax / TestMonacoEditorPage.js
Created April 7, 2017 22:12
just want to test the monaco editor
import React from 'react';
import Head from 'next/head';
import {stylesheet, classNames} from './index.css';
import ComponentA from './Component/ComponentA/ComponentA';
// import ComponentB from './Component/ComponentB/ComponentB';
export default class TestMonacoEditorPage extends React.Component{
constructor(props){
super(props);
this.state = {
@anztrax
anztrax / ASCIIDoc
Created November 26, 2015 15:33
Movie Demo
= Movie Demo
== Domain
This text is kept for Domain text
== Setup
The Sample data which creates Actors, Movies and their relationships
//hide
//setup