<template>
<div>
<p>Count: {{ count }}</p>
<!-- <ChildComponent /> -->
</div>
</template>
<script lang="ts">
import { computed, defineComponent, provide } from 'vue'
View code-snippets---vue-component.md
View lambda---invokations.md
private async authInvoke(req: Request, res: Response){
return await lambda.invoke({
FunctionName: "integration-api-prod-login",
InvocationType: "RequestResponse",
Payload: JSON.stringify(
{
"body": { "key": req.body.key },
"requestContext": {
"identity": {
View google-calendar-novo-evento-via-URL.md
http://www.google.com/calendar/event ?action=TEMPLATE &sprop=name:Algum nome aqui &sprop=website:https://tiagofranca.com/agenda &details=Mensagem aqui. [Multi line] &text=Algum texto aqui. [Single line] &dates=20221117T230000Z/20221118T010000Z
View snippets---shell.md
Last update at 2022-09-21 Tested on versions: 6.0|5.0
Query an Array
https://www.mongodb.com/docs/manual/tutorial/query-arrays/#query-an-array
db.inventory.insertMany([
{ item: "journal", qty: 25, tags: ["blank", "red"], dim_cm: [ 14, 21 ] },
{ item: "notebook", qty: 50, tags: ["red", "blank"], dim_cm: [ 14, 21 ] },
View search-file.md
File extension
.code-search
eg: file.code-search
Content:
View ModelFillableList.php
This file contains 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
<?php | |
namespace App\Traits; | |
trait ModelFillableList | |
{ | |
/** | |
* function getAllFillable | |
* | |
* @return ?array |
View ffmpeg webm mkv mp4 vp9 encoding etc.md
Encoding WEBM using vp9 fast HIH CPU USAGE Very Good quality
ffmpeg -i screen-capture.webm -c:v libvpx-vp9 -crf 30 -cpu-used 3 -b:v 0 output.webm
NewerOlder