This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<root> | |
<devicevendordef> | |
<vendorname>LOGITECH</vendorname> | |
<vendorid>0x046d</vendorid> | |
</devicevendordef> | |
<deviceproductdef> | |
<productname>LOGITECH_K811</productname> | |
<productid>0xb317</productid> |
-
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
- SetUp CodeKit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ 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:
- Adds “Re-Publish All Files” option to the Publishing button’s drop-down menu.
- Fixes a problem that caused sub-pages of blog and photo albums to be constantly re-published.
- Brings back “Credit RapidWeaver” meta-tag option.
NewerOlder