#Awesome websites Random User Generator | API
Grab a copy of web page... It's done!
[http://codepen.io](CodePen - Front End Developer Playground & Code Editor in the Browser)
set shell=/bin/bash | |
set nocompatible " be iMproved, required | |
filetype off " required | |
set number | |
syntax enable | |
set t_Co=16 | |
set background=dark | |
colorscheme solarized | |
set expandtab |
#Awesome websites Random User Generator | API
Grab a copy of web page... It's done!
[http://codepen.io](CodePen - Front End Developer Playground & Code Editor in the Browser)
Installation of editR on Linux Mint 17.2
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
Do one of the following:
ppa:marutter/rrutter
sudo echo "deb http://cran.r-project.org/bin/linux/ubuntu trusty/" | sudo tee --append /etc/apt/sources.list
sudo apt-get update
sudo apt-get install r-base r-recommended libcurl4-openssl-dev pandoc
start R terminal R
.pragma library | |
//! moment.js | |
//! version : 2.8.4 | |
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors | |
//! license : MIT | |
//! momentjs.com | |
var moment = (function (undefined) { | |
/************************************ |
[user] | |
name = Robert Scheinpflug | |
email = [email protected] | |
[push] | |
default = simple | |
[core] | |
editor = vim |
Ctrl+Alt+Shift+P
show current scope/selectors for cursor position
sudo hexdump -s 56 -e '"MSDM key: " /29 "%s\n"' /sys/firmware/acpi/tables/MSDM |
for reference: https://devtalk.nvidia.com/default/topic/982558/linux/setting-default-refresh-rate/post/5043665/#5043665
# Tell system when Xcode utilities live: | |
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer | |
# Set "opendiff" as the default mergetool globally: | |
git config --global merge.tool opendiff |
Native HTML controls are a challenge to style. You can style any element in the web platform that uses Shadow DOM with a pseudo element ::pseudo-element
or the /deep/
path selector.
video::webkit-media-controls-timeline {
background-color: lime;
}
video /deep/ input[type=range] {