Skip to content

Instantly share code, notes, and snippets.

View Raincal's full-sized avatar
💦

Raincal

💦
View GitHub Profile
@Raincal
Raincal / Meadowlark_app.js
Created September 5, 2015 17:20
node+express Meadowlark
var express = require('express');
var path = require('path');
var favicon = require('serve-favicon');
var logger = require('morgan');
var cookieParser = require('cookie-parser');
var bodyParser = require('body-parser');
var routes = require('./routes/index');
var users = require('./routes/users');
@Raincal
Raincal / Meadowlark_app.js
Created September 5, 2015 17:23
node+express Meadowlark
var express = require('express');
var path = require('path');
var favicon = require('serve-favicon');
var logger = require('morgan');
var cookieParser = require('cookie-parser');
var bodyParser = require('body-parser');
var routes = require('./routes/index');
var users = require('./routes/users');
atom
@Raincal
Raincal / ngrxintro.md
Created October 11, 2016 11:55 — forked from btroncone/ngrxintro.md
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

#Comprehensive Introduction to @ngrx/store By: @BTroncone

Also check out my lesson @ngrx/store in 10 minutes on egghead.io!

Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!

Table of Contents

@Raincal
Raincal / learning-code.md
Created November 3, 2016 09:45 — forked from kentcdodds/README.md
JavaScript Program Slicing with SliceJS

Learning Code

One of the original goals to this project is to help developers learn code. Take this module for example:

export default clone

function clone(item) {
  if (!item) {
    return item
@Raincal
Raincal / RxJS 5 Operators By Example.md
Created September 28, 2016 03:19 — forked from lyyourc/RxJS 5 Operators By Example.md
「译」RxJS 5 Operators By Example
-----BEGIN PRIVATE KEY-----
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC/0UzlDOusUTRE
QojPIOTh38wU2YhdZnmYlhgGzk3y6BKqsnyeEroa9lseqTgS5PqR4WtHPzz8pLjc
H8rbTZ8ckEBmxOdzC/OgwihR17uSlgbYvSbZWF81dMuAw4wPafbD+68zJEtefx/f
zxmveJnGIi64q4Z3gxk2IXcWCXVDHT/C49bTUxjDb4/dREJOVzIG7azsGj82QEM0
qnEmRsQuIaSmtXvlebCpEGz+t0D8vBgS9y1U7H4CZGjc86wiRQ1E7OuhPyM9Fu8n
Xd6357z46CxF4oGTViBuSKwbX7E1aNK6y9vyXuOMev+3XajrPDYuwTf/Ma/Lpw7/
MbYF5GWHAgMBAAECggEABHjE0frXoa2bn33CQmXnasFKDjBgu/YFdAJdGVzaN1qk
A25kIQFEbRgng/2jl4PWuEDo5yvOaFYPaIj7NIVI5iRnbp3nhr3qwOmAgXabN63K
B2fSzd1VYYx7/rVQVhRSfZDSrZ61J8T57BX1aNWnFsCO60eLESKGxhrInm8RA0P9
docker exec -it mariadb sh -c 'exec mysql -h "$MYSQL_PORT_3306_TCP_ADDR" -P "$MYSQL_PORT_3306_TCP_PORT" -uroot -p "$MYSQL_ENV_MYSQL_ROOT_PASSWORD"'
{
"name": "flarum/flarum",
"description": "Delightfully simple forum software.",
"type": "project",
"keywords": [
"forum",
"discussion"
],
"homepage": "http://flarum.org",
"license": "MIT",