houHow
What can hou do?
SIGGRAPH 2019 Presentations
houdini hive Siggraph 2019 presentations
houdini hive Siggraph 2019 presentations
Utils.insertCSS('@import url(http://fonts.googleapis.com/css?family=Pacifico)') | |
PacificoLayer = new Layer | |
html: "This is Pacifico" | |
style: { fontFamily: "Pacifico" } | |
Utils.insertCSS('@import url(http://fonts.googleapis.com/css?family=Rozha+One);') | |
RozhaOneLayer = new Layer | |
html: "This is Rozha One" |
import Html exposing (..) | |
import Html.App exposing (..) | |
import Html.Attributes exposing (..) | |
import Html.Events exposing (..) | |
import Html.Attributes exposing (..) | |
import Http | |
import Task exposing (Task) | |
import Json.Decode as Json exposing ((:=)) | |
type Msg |
Destructuring(or pattern matching) is a way used to extract data from a data structure(tuple, list, record) that mirros the construction. Compare to other languages, Elm support much less destructuring but let's see what it got !
myTuple = ("A", "B", "C")
myNestedTuple = ("A", "B", "C", ("X", "Y", "Z"))
let
(a,b,c) = myTuple
#Any line starting with the symbol # is a comment to help explain the command below it. | |
#Use this command to list anything that's installed that has a new version to update to. | |
brew outdated | |
#Here I can update all outdated items. | |
brew upgrade `brew outdated` | |
#Here I check for updates to Homebrew itself. | |
brew update |
<?xml version="1.0"?> | |
<root> | |
<devicevendordef> | |
<vendorname>LOGITECH</vendorname> | |
<vendorid>0x046d</vendorid> | |
</devicevendordef> | |
<deviceproductdef> | |
<productname>LOGITECH_K811</productname> | |
<productid>0xb317</productid> |
gulp.js = a streaming build system, grunt.js = a task runner, they accomplish the same thing, but in very different ways.
Install gulp as a Global dependency.
npm install -g gulp
Lets get a package json file going:
TimeMachine backup BackUp & Cloud Storage
Connect TimeMachine Drive to LG
Think about DropBox account (Sync to macMini or sync to EX2)
EX2 has DropBox App (test it out)
Local WebServer Testing
[{ Name: "John", Salary: £30000 },{ Name: "Tom", Salary: £90000 },{ Name: "Sue", Salary: £87000 }] |
###RapidWeaver 6 6.0.9 (14677) from RapidWeaver 6 6.0.9 (14653) A new version (14677) of RapidWeaver 6 is available - you have 14653. Please update to the latest version, as your problem may have already been fixed.
RapidWeaver 6.0.9 is now available. Here’s a full run-down of the changes in this update: