This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Small tool to deduplicate 1password items | |
""" | |
import json | |
import os | |
def hash_dict(dic): | |
return str(hash(frozenset(dic.items()))) | |
def mkhash(item): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Suspense> | |
<template #default> | |
<AsyncComponent /> | |
</template> | |
<template #fallback> | |
<span>Loading...</span> | |
</template> | |
</Suspense> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div> | |
<MyHeader /> | |
<MyButton /> | |
</div> | |
</template> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Vue from "vue" | |
Vue.nextTick() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const app = new Vue(rootComponent).$mount("#app") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
import { ref } from "vue"; | |
export function useCounter() { | |
const counter = ref(0); | |
const plusOne = () => { counter.value += 1 }; | |
return { counter, plusOne }; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div>{{ formattedUserLabel }}</div> | |
<div>{{ counter }}</div> | |
</template> | |
<script> | |
import { ref, computed } from "vue"; | |
export default { | |
name: "MyComponent", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div>{{ formattedUserLabel }}</div> | |
<div>{{ counter }}</div> | |
</template> | |
<script> | |
export default { | |
name: "MyComponent", | |
data() { | |
return { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""""Warning | |
Dangerous script. | |
This will unfollow lots of people... | |
""" | |
import datetime | |
from collections import defaultdict | |
import os | |
import tweepy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adf.ly | ||
---|---|---|
t.co | ||
goo.gl | ||
adbooth.net | ||
adfoc.us | ||
bc.vc | ||
bit.ly | ||
j.gs | ||
seomafia.net | ||
adlock.in |
NewerOlder