Skip to content

Instantly share code, notes, and snippets.

View oskude's full-sized avatar
🤔
pondering

Andre Osku Schmidt oskude

🤔
pondering
View GitHub Profile
@oskude
oskude / vuejs-tree-list.html
Created April 19, 2018 19:56
vue.js tree-list form component experiment
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>vue.js tree-list form component experiment</title>
<script src="vue.js"></script>
</head>
<body>
<h2>vue.js tree-list form component experiment</h2>
@oskude
oskude / gist:bc2b3205051d526820dc918b119c5434
Created April 23, 2018 04:54
vue.js tree-list form component experiment 2
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>vue.js tree-list form component experiment 2</title>
<script src="vue.js"></script>
</head>
<body>
<div style="display:flex">
@oskude
oskude / html-ce-dir-tree.html
Created September 24, 2018 20:36
experiment: html custom element directory tree
<html>
<head>
<title>experiment: html custom element directory tree</title>
<meta charset="utf-8"/>
<style>
body {
font-family: monospace;
font-size: 11pt;
}
foo-dir {
function EventSource (url)
{
this.url = url;
this.offset = 0;
this.prefix = "data: ";
this._resetWorkaround();
}
EventSource.prototype._resetWorkaround = function () {
if (this.ajax) {
[Desktop Entry]
Encoding=UTF-8
Name=Tutorial
Comment=Tutorial on getting started with Plasma 5 plasmoids.
Type=Service
X-Plasma-API=declarativeappletscript
X-Plasma-MainScript=ui/main.qml
X-KDE-ServiceTypes=Plasma/Applet
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ace custom autocomplete test</title>
<script src="https://ajaxorg.github.io/ace-builds/src-min-noconflict/ace.js"></script>
<script src="https://ajaxorg.github.io/ace-builds/src-min-noconflict/ext-language_tools.js"></script>
<style>
body {
overflow: hidden;