Skip to content

Instantly share code, notes, and snippets.

View rajeshpv's full-sized avatar

Rajesh Rao rajeshpv

  • Consultant
  • Cary NC
  • 14:30 (UTC -04:00)
View GitHub Profile
@rajeshpv
rajeshpv / spec.json
Created July 2, 2024 18:12
Vega-Lite spec from Tue Jul 02 2024
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"description": "A bar chart that sorts the y-values by the x-values.",
"data": {"url": "data/population.json"},
"transform": [{"filter": "datum.year == 2000"}],
"height": {"step": 17},
"mark": "bar",
"encoding": {
"y": {"field": "age", "type": "ordinal", "sort": "-x"},
"x": {"aggregate": "sum", "field": "people", "title": "population"}
  • can buy from here
@rajeshpv
rajeshpv / traefik_portainer_error.md
Last active February 27, 2024 07:05
traefik_portainer_error.md

Trafik Logs

>> docker logs traefik

time="2024-02-27T01:42:01-05:00" level=info msg="Configuration loaded from file: /traefik.yml"
time="2024-02-27T01:42:01-05:00" level=error msg="entryPoint \"idrac\" doesn't exist" routerName=idrac-console@file entryPointName=idrac
time="2024-02-27T01:42:01-05:00" level=error msg="no valid entryPoint for this router" routerName=idrac-console@file
time="2024-02-27T01:42:01-05:00" level=error msg="entryPoint \"idrac\" doesn't exist" routerName=idrac-console@file entryPointName=idrac
time="2024-02-27T01:42:01-05:00" level=error msg="no valid entryPoint for this router" routerName=idrac-console@file
time="2024-02-27T01:42:22-05:00" level=error msg="entryPoint \"idrac\" doesn't exist" entryPointName=idrac routerName=idrac-console@file
@rajeshpv
rajeshpv / test.html
Last active December 23, 2023 10:13
test.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<iframe id="dhamma" src="https://www.dhamma.org/en-US/schedules/schpubbananda" />
<script>
@rajeshpv
rajeshpv / dhamma_poll.js
Last active December 23, 2023 05:33
dhamma_poll.js
/*
Manually Enable "Autoplay" settings to play audio following steps:
https://support.mozilla.org/en-US/kb/block-autoplay
*/
//test audio wors
function playAudio(){
// let audio = new Audio('https://audio.code.org/winpoint1.mp3');
// audio.play();
console.log('yes playing' + new Date());
@rajeshpv
rajeshpv / dharmansh.md
Last active October 4, 2023 14:07
NC Dharma
@rajeshpv
rajeshpv / thor_app_list.md
Created July 24, 2023 18:29
thor_app_list.md

What is it:

  • It is windows or Mac , standalone app installed to import/convert pdf into Excel or Quickbooks file format

How can it help:

  • To convert Customer Bank Staments into Excel or QuickBooks file format to import
  • Prevent manual entering of Transcations - which is strainful to eyes or typo mistakes with amounts or sum :)
  • Can sum or balance numbers before importing into QquickBooks by means of Excel to validate

What did we test

  • Raj/Sandhya imported/converted our checkout account pdf and it imported flawlessly

What are next steps