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
<link rel="import" href="../paper-tabs/paper-tabs.html"> | |
<link rel="import" href="../paper-tabs/paper-tab.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; |
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
// random pastels with alfa for use on STB | |
var pastels = | |
["#fbb4ae","#b3cde3","#ccebc5","#decbe4","#fed9a6","#ffffcc","#e5d8bd","#fddaec","#f2f2f2"]; | |
function hexToRgb(hex) { | |
// Expand shorthand form (e.g. "03F") to full form (e.g. "0033FF") | |
var shorthandRegex = /^#?([a-f\d])([a-f\d])([a-f\d])$/i; | |
hex = hex.replace(shorthandRegex, function(m, r, g, b) { | |
return r + r + g + g + b + b; |
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
$file = "ljse.txt" | |
$namefix = @(("NALOZBE", "NALOŽBE"), ("PORTOROZ","PORTOROŽ"), ("LASKO","LAŠKO"), ("CATEZ","ČATEŽ"), ("ZITO", "ŽITO")) | |
$ft = "{2}" | |
$eq = "{14}l{2}" | |
$lt = "{15}î{2}" | |
$gt = "{16}ì{2}" | |
Try | |
{ |
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
' | |
' Ross XPression script to generate a Map of your location from Google static maps API | |
' | |
' Requires: | |
' Text1 object on scene as input for your location | |
' Quad1 object on scene to apply the texture | |
' | |
' System requirements: | |
' Ross XPression, connection to internet, MSXML2, ADODB and FSO available | |
' |
NewerOlder