Skip to content

Instantly share code, notes, and snippets.

View LoveMeWithoutAll's full-sized avatar
🌙
On the moon

YoungSeon.Ahn LoveMeWithoutAll

🌙
On the moon
View GitHub Profile
import { unrefElement, useEventListener } from '@vueuse/core'
const defaultWindow = typeof window !== 'undefined' ? window : undefined
/**
* Listen for clicks outside of an element.
*
* @see https://vueuse.org/onClickOutside
* @param target
* @param handler
@LoveMeWithoutAll
LoveMeWithoutAll / AWSCertifiedDeveloperUnofficialStudyGuide.md
Created February 24, 2021 00:05 — forked from serithemage/AWSCertifiedDeveloperUnofficialStudyGuide.md
AWS 공인 개발자 - 어소시에이트 수험 가이드
#!/usr/bin/env python
# vim:ft=python tabstop=8 expandtab shiftwidth=4 softtabstop=4
from __future__ import print_function
__version__ = '2.6.2'
"""
2.6.2: Fix. Add also removal of H1 to clean up all titles, to insert a new one
**TAGS** (list of strings or empty list: []) if [] (empty list) then the plugin will connect Pocket and fetch articles based on the configuration of the plugin.
Next, the plugin will get tags of these articles and group them into sections in the final ebook.
@LoveMeWithoutAll
LoveMeWithoutAll / vue-file-uploader-to-firestore.vue
Last active September 23, 2020 09:27
vue-file-uploader-to-firestore
<template>
<div>
<v-btn
@click.native="selectFile"
v-if="!uploadEnd && !uploading">
Upload a cover image
<v-icon
right
aria-hidden="true">
add_a_photo
@LoveMeWithoutAll
LoveMeWithoutAll / vue-exif-getter.html
Created July 19, 2018 02:41
Vue exif information getter
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vue-picture-input"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/exif-js/2.3.0/exif.js" async></script>
<title>Vue exif getter In the browser!</title>
</head>
<body>
<div id="app">
@LoveMeWithoutAll
LoveMeWithoutAll / 0_reuse_code.js
Created October 1, 2013 09:56
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console