Skip to content

Instantly share code, notes, and snippets.

View svdoever's full-sized avatar

Serge van den Oever svdoever

View GitHub Profile
@svdoever
svdoever / designer.html
Last active August 29, 2015 14:10
designer
<link rel="import" href="../paper-radio-group/paper-radio-group.html">
<link rel="import" href="../paper-radio-button/paper-radio-button.html">
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-quiz-view.html">
<link rel="import" href="../topeka-elements/avatars.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../paper-checkbox/paper-checkbox.html">
<link rel="import" href="../paper-calculator/paper-calculator.html">
@svdoever
svdoever / localstorage.ts
Created September 13, 2014 20:51
LocalStorage service for AngularJS using TypeScript
/// <reference path='../_reference.ts'/>
module ft {
"use strict";
export class LocalStorageService {
// TODO: Need to handle QUOTA_EXCEEDED_ERR
public static $inject = [
"$log"
using System;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using Microsoft.LightSwitch.Framework.Client;
using LightSwitch = Microsoft.LightSwitch.Model.Storage;
using Microsoft.LightSwitch.Model;
using System.Runtime.InteropServices.Automation;
namespace ODataFinderLibrary