Skip to content

Instantly share code, notes, and snippets.

View ashwanth1109's full-sized avatar
💭
Do or do not, there is no try . . .

Ashwanth A R ashwanth1109

💭
Do or do not, there is no try . . .
View GitHub Profile
{
"pk": "Persona#",
"sk": "ti-iteration-guide-test",
"agent_id": "asst_jEIlybFXk94N4SlLUGAw0Als",
"assistant_timeout_in_seconds": 480,
"description": "The Iteration Guide persona is an expert Project Manager and Product Creator at Trilogy Innovations (TI). This role is responsible for guiding development teams to plan and execute projects in accordance with the Trilogy Innovation recommended methodology. The persona promotes the TI methodology and labels any non-TI Methodology advice as personal opinion. The persona's work activities include understanding the stage of the Iteration, focusing on the next milestone, sharing Markdown templates for artifacts, reviewing artifacts and Github issues, and providing general advice a Project mentor would give. The persona possesses key skills in Project Management, Product Creation, Methodology, Analytical Thinking, Leadership, Adaptability, and Attention to Detail. The persona is expected to make decisions that align with the TI methodology and its principles. Th
@ashwanth1109
ashwanth1109 / test.json
Last active July 12, 2023 14:53
Annotation Range Test
{
"created_on": "1689025366000",
"created_on_end": "1689025966000"
}
{
"results": [
{
"date": "28-05-2023 18:00",
"NewOrg1": 2,
"R&Ko": 0,
"GFI main account": 0,
"Lefteris 54": 0
},
{
{
"results": [
{
"datetime": "2023-06-02",
"Kim's Test Account": 0,
"GFI main account": 0,
"Heuston medical center": 0,
"Adidas retail store": 0,
"Macy´s New York": 0,
"Lefteris 54": 0,
@ashwanth1109
ashwanth1109 / response.json
Last active April 5, 2023 08:20
Client Side Page Load - Grafana Example
[
{
"created_on": "2023-04-05",
"title": "High CPU Anomaly",
"type": "Needs Attention",
"count": 1
},
{
"created_on": "2023-04-05",
"title": "High CPU Anomaly",
@ashwanth1109
ashwanth1109 / top-10-senders-ip-domain.json
Last active December 21, 2022 12:18 — forked from aashishgaba-cn/top-10-senders-ip-domain.json
Dumm top 10 senders ip domain
[
{
"ip": "65.74.1.108",
"ip2": "65.74.1.108",
"ip3": "65.74.1.108",
"ip4": "65.74.1.108",
"ip5": "65.74.1.108",
"ip6": "65.74.1.108",
"ip7": "65.74.1.108",
"ip8": "65.74.1.108",
name: high_cpu
parameters:
accountId: 6
accountName: GFI-Dev
applianceId: 78d81cf0-36a9-4661-a50c-50a28a377c64
applianceName: Archiver DeployDev 75
title: High CPU Advisory
triageGraph:
context:
description: There is significant increase in the CPU
name: high_cpu
title: High CPU Advisory
triageGraph:
context:
name: cpu_utilization
label: CPU Utilization
description: There is significant increase in the CPU
indicators:
- name: CPU over time
@ashwanth1109
ashwanth1109 / useApi.ts
Created September 16, 2022 02:53
useAPI proposal
import { useState, useEffect, useCallback } from 'react';
import axios, { AxiosInstance } from 'axios';
import camelcaseKeys from 'camelcase-keys';
import { ok, err, Result } from 'neverthrow';
interface APIError {
message: string;
}
interface useApiProps {
@ashwanth1109
ashwanth1109 / schemas.js
Created September 8, 2022 07:18
Message Filters
const schema = {
type: "object",
properties: {
type: "array",
items: {
type: "object",
properties: {
typeOfRow: {
type: "string",
},