https://korban.net/posts/elm/2018-07-31-learning-elm-2018-comprehensive-list-resources/
- https://mordrax.gitbooks.io/elm-at-phd/ (great read! check it out)
/* Styles for hiding the native radio button */ | |
input[type='radio'].check-custom { | |
top: 0; | |
left: 0; | |
width: 0; | |
height: 0; | |
opacity: 0; | |
filter: alpha(opacity=0); | |
position: absolute; | |
visibility: hidden; |
> ..\node_modules\.bin\elm.cmd install | |
-- INSTALL WHAT? --------------------------------------------------------------- | |
I am expecting commands like: | |
elm install elm/http | |
elm install elm/json | |
elm install elm/random |
Elm is a functional programming language that compiles to JavaScript. You can build websites and web applications using it. You can reliably refactor them as the needs and features grow and/or change. It has a goal is simplicity, and it is not just for beginniners.
In short...
#!/usr/bin/env bash | |
# To use an OpenStack cloud you need to authenticate against the Identity | |
# service named keystone, which returns a **Token** and **Service Catalog**. | |
# The catalog contains the endpoints for all services the user/tenant has | |
# access to - such as Compute, Image Service, Identity, Object Storage, Block | |
# Storage, and Networking (code-named nova, glance, keystone, swift, | |
# cinder, and neutron). | |
# | |
# *NOTE*: Using the 3 *Identity API* does not necessarily mean any other | |
# OpenStack API is version 3. For example, your cloud provider may implement |
Any GitHub wiki can be cloned by appending wiki.git
to the repo url, so the clone url for
the repo https://myorg/myrepo/
is: [email protected]/myorg/myrepo.wiki.git
(for ssh) or https://github.com/my/myrepo.wiki.git
(for https).
You make edits, and commit and push your changes, like any normal repo.
You need to clone the wiki repo and edit it on your system.
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('<URL>') does not match the recipient window's origin ('<URL>'). | |
25Error parsing header X-XSS-Protection: 1; mode=block; report=<URL>: insecure reporting URL for secure page at character position 22. The default protections will be applied. | |
mBm9DZ7FONk:1 Error parsing header X-XSS-Protection: 1; mode=block; report=https://www.google.com/appserve/security-bugs/log/youtube: insecure reporting URL for secure page at character position 22. The default protections will be applied. | |
BQK3BiMlXe8:1 Error parsing header X-XSS-Protection: 1; mode=block; report=https://www.google.com/appserve/security-bugs/log/youtube: insecure reporting URL for secure page at character position 22. The default protections will be applied. | |
tHLRexgkOzk?rel=0&wmode=opaque&enablejsapi=1:1 Error parsing header X-XSS-Protection: 1; mode=block; report=https://www.google.com/appserve/security-bugs/log/youtube: insecure reporting URL for secure page at character positio |
PS C:\WINDOWS\system32> choco install microsoftazurestorageexplorer | |
Chocolatey v0.10.8 | |
Installing the following packages: | |
microsoftazurestorageexplorer | |
By installing you accept licenses for the packages. | |
Progress: Downloading microsoftazurestorageexplorer 0.9.4.20180213... 100% | |
microsoftazurestorageexplorer v0.9.4.20180213 [Approved] | |
microsoftazurestorageexplorer package files install completed. Performing other installation steps. | |
The package microsoftazurestorageexplorer wants to run 'chocolateyInstall.ps1'. |
import InstanceConstants from "constants/InstanceConstants"; | |
import Instance from "models/Instance"; | |
import InstanceState from "models/InstanceState"; | |
import InstanceActionRequest from "models/InstanceActionRequest"; | |
import Utils from "../Utils"; | |
// we define a "function" constructor that will create a closure for an actionName | |
// and the closure will take one argument, the instance |
✔ ~/devel | |
13:58 $ lore | |
Usage: $ <command> | |
Commands: | |
new Create a new application | |
extract Create files that mirror the blueprint behavior | |
generate Generate common project files | |
Options: |