Skip to content

Instantly share code, notes, and snippets.

@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

@rajeshpv
rajeshpv / day1.sql
Last active November 17, 2022 19:25
day1.sql
tamasha
the sky is pink
Dilwale
Queen
Fitoor
Python 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.
IPython -- An enhanced Interactive Python.
In [1]: import numpy as np # import numpy into Python and use it under its alias 'np'
...: import pandas as pd # import pandas into Python and use it under its alias 'pd'
...: import statsmodels.api as sm # import statsmodels.api into Python and use it under its alias 'sm'
...: import sklearn # import sklearn into Python
...: import matplotlib.pyplot as plt # import matplotlib.pyplot into Python and use it under its alias 'plt'