(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
#Setting up Nginx on Your Local System ###by Keith Rosenberg
##Step 1 - Homebrew The first thing to do, if you're on a Mac, is to install homebrew from http://mxcl.github.io/homebrew/
The command to type into terminal to install homebrew is:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
So basically FlowType doesn't know about CSS Modules, a really handy way of dealing with the plagues of CSS in codebases (global variables and dependency wackiness mainly).
What WebPack allows us to do is "require" CSS files and use their class names:
import styles from "my_styles.css";
import React from "react";This procedure explains how to install MySQL using Homebrew on macOS Sierra 10.12
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :
Set which editor git should use.
This is the program that will open during a commit with no -m flag, a merge, a rebase, etc...
Select from any installed editor. Examples:
emacsvi or vim| from django.utils.functional import SimpleLazyObject | |
| from django.contrib.auth.models import AnonymousUser | |
| from rest_framework.request import Request | |
| from rest_framework_jwt.authentication import JSONWebTokenAuthentication | |
| def get_user_jwt(request): | |
| """ | |
| Replacement for django session auth get_user & auth.get_user for |
Make the ringtone a less than 30 seconds long .m4r file (it is a renamed m4a file), put it in "Tones" in iTunes, and sync with the phone. Don't forget to enable sync'ing Tones when the phone is connected.
| # let's say you have four sequences you want to print columnwise, like so: | |
| 19 59 97 44 | |
| 92 57 63 68 | |
| 66 21 69 90 | |
| 75 66 12 19 | |
| # mock some data | |
| import random as RND | |
| gen_row = lambda: [ RND.randint(10, 99) for c in range(3) ] |