Skip to content

Instantly share code, notes, and snippets.

View PZ01's full-sized avatar
👁️

Patrick Zielinski PZ01

👁️
View GitHub Profile
@PZ01
PZ01 / renamer.go
Last active May 30, 2020 15:14
Rename filenames in folder with date format
package main
import (
"fmt"
"io/ioutil"
"os"
"path/filepath"
"strconv"
"sync"
)
@PZ01
PZ01 / Quill.vue
Created September 20, 2016 20:02
A Quill Single-File Component
<template>
<div class="#editor-container">
<div id="text-container" class="ui attached segment" v-el:quill @click.prevent="focusEditor"></div>
</div>
</template>
<script>
const Quill = require('quill')
export default {
props: {