sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get install neovim
- Enter terminal mode
System: Host: Toshiba2014-Satellite-L75D-A Kernel: 4.4.0-21-generic x86_64 (64 bit gcc: 5.3.1) | |
Desktop: Cinnamon 3.2.7 (Gtk 3.18.9-1ubuntu3.3) dm: mdm Distro: Linux Mint 18.1 Serena | |
Machine: System: TOSHIBA product: Satellite L75D-A v: PSKNJU-004001 | |
Mobo: AMD model: Larne Bios: Insyde v: 1.40 date: 09/12/2013 | |
CPU: Quad core AMD A4-5000 APU with Radeon HD Graphics (-MCP-) cache: 8192 KB | |
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 11977 | |
clock speeds: min/max: 800/1500 MHz 1: 1300 MHz 2: 800 MHz 3: 1500 MHz 4: 800 MHz | |
Graphics: Card: Advanced Micro Devices [AMD/ATI] Kabini [Radeon HD 8330] | |
bus-ID: 00:01.0 chip-ID: 1002:9832 | |
Display Server: X.Org 1.18.3 drivers: ati,radeon (unloaded: fbdev,vesa) |
<?xml version="1.0"?> | |
<ruleset name="Laravel Standards"> | |
<!-- | |
The name attribute of the ruleset tag is displayed | |
when running PHP_CodeSniffer with the -v command line | |
argument. The description tag below is not displayed anywhere | |
except in this file, so it can contain information for | |
developers who may change this file in the future. | |
--> |
#! /bin/bash | |
# PHP 7 Initial Compile # | |
# Author: Maulik Mistry | |
# Date: Aug 04, 2017 | |
# References: | |
# http://www.zimuel.it/install-php-7/ | |
# http://www.hashbangcode.com/blog/compiling-and-installing-php7-ubuntu | |
# | |
# License: BSD License 2.0 |
https://egghead.io/courses/getting-started-with-redux
<?php | |
// This can be found in the Symfony\Component\HttpFoundation\Response class | |
const HTTP_CONTINUE = 100; | |
const HTTP_SWITCHING_PROTOCOLS = 101; | |
const HTTP_PROCESSING = 102; // RFC2518 | |
const HTTP_OK = 200; | |
const HTTP_CREATED = 201; | |
const HTTP_ACCEPTED = 202; |
{ | |
"rules": { | |
"at-rule-empty-line-before": [ "always", { | |
"except": ["blockless-after-same-name-blockless", "first-nested"] | |
} ], | |
"at-rule-name-case": "lower", | |
"at-rule-name-newline-after": "always-multi-line", | |
"at-rule-name-space-after": "always-single-line", | |
"at-rule-semicolon-space-before": "never", | |
"block-no-empty": true, |
0.0.0.0 host.youtube.com | |
0.0.0.0 mx.youtube.com | |
0.0.0.0 admin.youtube.com | |
0.0.0.0 devel.youtube.com | |
0.0.0.0 stats.youtube.com | |
0.0.0.0 http.youtube.com | |
0.0.0.0 mx0.youtube.com | |
0.0.0.0 administration.youtube.com | |
0.0.0.0 development.youtube.com | |
0.0.0.0 svn.youtube.com |
import React, { Component } from 'react'; | |
import { withRouter } from 'react-router-dom'; // <--- import `withRouter`. We will use this in the bottom of our file. | |
class ContactForm extends Component { | |
submitForm (e) { | |
e.preventDefault() | |
this.props.history.push('/thank-you'); // <--- The page you want to redirect your user to. | |
} |
{"lastUpload":"2021-02-23T20:44:09.529Z","extensionVersion":"v3.4.3"} |