<script type="text/javascript">
var sessionData = {"logged_in":true,"eduPrincipalName":"[email protected]","organization":null};
var domains = ["https:\/\/les-test1.unibok.no:7021","https:\/\/les-test1.unibok.no:7011","https:\/\/les-test2.unibok.no:7021","https:\/\/les-test2.unibok.no:7011","https:\/\/local.unibok.no:7011","file:\/\/"];
sessionData = JSON.stringify(sessionData);
var referrer = document.referrer;
if(!referrer){
referrer="file://";
This file contains hidden or 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
| module Main exposing (..) | |
| import Html exposing (Html, div, button, text) | |
| import Html.App exposing (beginnerProgram) | |
| import Html.Events exposing (onClick) | |
| main : Program Never | |
| main = | |
| beginnerProgram { model = init, view = view, update = update } |
This file contains hidden or 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 as App | |
| import Html.Attributes exposing (..) | |
| import Html.Events exposing (onClick) | |
| import Json.Decode as Json exposing ((:=)) | |
| import Mouse exposing (Position) | |
| main = | |
| App.program | |
| { init = init |
This file contains hidden or 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
| Sample Presentation | |
| 10 Mar 2014 | |
| Tags: go golang | |
| Satish Talim | |
| Go Hobbyist | |
| [email protected] | |
| http://satishtalim.com/ | |
| @IndianGuru | |
NewerOlder