title | date | tags | category | description | image | |||
---|---|---|---|---|---|---|---|---|
This is a test file |
2022-12-31 23:15 |
|
blog |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. |
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
devices: ( | |
{ | |
name: "MX Master 3S"; | |
smartshift: | |
{ | |
on: true; | |
threshold: 30; | |
torque: 50; | |
}; | |
hiresscroll: |
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
<html class="fixed overflow-hidden h-full dark" data-lt-installed="true" lang="en"><head><script>try{if(!('theme' in localStorage)){localStorage.theme=window.matchMedia('(prefers-color-scheme:dark)').matches?'dark':'light'}if(localStorage.theme==='dark'){document.querySelector('html').classList.add('dark')}}catch(_){}</script><meta name="viewport" content="width=device-width"><meta charset="utf-8"><link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png?v=3"><link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png?v=3"><link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png?v=3"><link rel="manifest" href="/favicons/site.webmanifest?v=3"><link rel="mask-icon" href="/favicons/safari-pinned-tab.svg?v=3" color="#38bdf8"><link rel="shortcut icon" href="/favicons/favicon.ico?v=3"><meta name="apple-mobile-web-app-title" content="Tailwind Play"><meta name="application-name" content="Tailwind Play"><meta name="msapplication-TileColor" content= |
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
openapi: 3.0.0 | |
info: | |
title: Tekton Results API Specification | |
version: v1alpha2 | |
description: >- | |
Tekton Results aims to help users logically group CI/CD workload history and | |
separate out long term result storage away from the Pipeline controller. | |
This allows you to: | |
* Provide custom Result metadata about your CI/CD workflows not available in |
- Debit
- INR xxx.xx spent on ICICI Bank Card XX1234 on 20-Oct-22 at MERCHANT. Avl Lmt: INR xxxxxx.xx. To dispute,call 18002662/SMS BLOCK 1234 to 9215676766
- Credit:
- Dear Customer, refund of INR xxxx.xx from Merchant has been credited to your ICICI Bank Credit Card XX1234 on 29-SEP-22 and will be adjusted in the coming statement. For details, please call our Customer Care.
- Dear Customer, payment of INR xxxxx.xx towards your ICICI Bank Credit Card XX1234 has been received through Click to Pay on 26-SEP-22. Thank you.
- Dear Customer, Payment of INR xxxxx.xx has been received towards your ICICI Bank Credit Card XX1234 on 29-AUG-22 through UPI. Thank you.
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
# starship configurations | |
# ~/.config/starship.toml | |
# Which is equivalent to | |
format = """ | |
$username\ | |
$hostname\ | |
$localip\ | |
$kubernetes\ | |
$directory\ | |
$vcsh\ |
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
[character] | |
success_symbol = "[➜](bold green) " | |
error_symbol = "[✗](bold red) " | |
[[battery.display]] | |
threshold = 20 | |
style = "bold red" | |
[cmd_duration] | |
format = "ran for [$duration](bold pink)" |
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
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
labels: | |
app.kubernetes.io/part-of: tekton-results | |
app.kubernetes.io/version: v0.4.0 | |
name: tekton-results-api | |
namespace: tekton-pipelines | |
--- | |
apiVersion: v1 |
NewerOlder