Scuba Gear
- PADI cards + DAN Card + LogBook
- Scuba GEAR BAG to store/carry all (backpack)
- Regulator with Pressure Guage
- BCD
- Weights (for local dives only)
- Air Tank (for local dives only)
- Mask + Snorkel
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' |
During his visit to the US last week, Foreign Minister S Jaishankar participated with General McMaster in a virtual discussion conducted by the Hoover institution. He was questioned on India's handling of the pandemic. He stated, "We are giving free food to as many as 800 million people. We've put money into bank accounts of 400 million." To underline his statement, he explained that India was providing food stocks to two and a half times the US population and funding more than its population. How many nations were able to sustain such expenditure through these trying times and receding economies? | |
On the global projection of a failing Indian government, Jaishankar added, "I would certainly see this very much as part of a political effort to depict our current government in a certain way and obviously I have a very profound difference with that." In recent times, the global image of India has been of funeral pyres, depicting a nation failing in its battle against the pandemic. The world has witnessed multiple |
function calcPsi(read, loc) { | |
const readVal = read.v * read.mul; | |
const h = loc.elevation + loc.elevationOffset; | |
return calcPsiDirect(read.m, h, readVal); | |
} | |
function calcPsiDirect(uom, h, readVal){ | |
let newVal = -1; | |
switch (uom) { |
private void pauseAndPoll(){ | |
java.io.File tmpFile = new java.io.File("/tmp/pause.touch"); | |
long lastModified = 0; long newModified = 0; | |
if (tmpFile.exists()) lastModified = tmpFile.lastModified(); | |
do { | |
System.out.println("waiting .... touch /tmp/pause.touch"); | |
try {Thread.sleep(3 * 1000);/*3secs*/ } catch(Exception e){} | |
if (tmpFile.exists()) newModified = tmpFile.lastModified(); | |
} while (newModified == lastModified); | |
} |
तृष।त: काक:
एक: काक: आसि । स: तृष: अतीव पीइित: । स: कुतोपि किन्चितपि ज
<body> | |
<li>For Keyboard use https://ubcsanskrit.ca/keyboards.html</li> | |
<li>Alphabets list http://www.pinterest.com/pin/662732901392873122/</li> | |
<li>Reference: https://sanskritdocuments.org/learning_tools/</li> | |
<p> | |
I typed sanskrit using above keyboard link | |
</p> | |
<div class="sanskrit"> | |
<br/> अ आ इ ई |