Skip to content

Instantly share code, notes, and snippets.

View citruslee's full-sized avatar

citruslee citruslee

  • Red Datura Softworks s.r.o.
  • Bratislava, Slovakia
View GitHub Profile
@citruslee
citruslee / gfxapiwrappers.md
Created May 27, 2020 09:13 — forked from BeRo1985/gfxapiwrappers.md
GFX API wrappers
@citruslee
citruslee / designer.html
Created November 8, 2014 23:02
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="greeting-tag">
<template>
<style>
</style>
<ul>
<template repeat="{{s in dataSet}}"></template>
</ul>