तृष।त: काक:
एक: काक: आसि । स: तृष: अतीव पीइित: । स: कुतोपि किन्चितपि ज
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/> अ आ इ ई |
attached