Notebooks

by

I have owned a Samsung Galaxy Reverb for about two weeks now with service provided by Virgin Mobile. My impression thus far is that this is the best value smartphone on the market right now. My wife has an HTC One V also from Virgin Mobile and my Reverb has a larger screen, a faster

by

This calculator will take a binary number up to 64 bits and convert it to its decimal equivalent. Binary Number: Decimal Number:  

by

Enter the two or three digit number on a capacitor and the capacitance value is calculated. function cap_calc(){ var calc=document.getElementById(‘capform’); var capnum=calc.capnum.value; var capval=new String(“”); if (capnum=1000) { var capval=”Invalid Number Code Entered”; } else { var prefix = Math.floor(capnum/10) var suffix = capnum-10*prefix; if (suffix

by

This calculator will take a decimal number up to 264-1 and convert it to its binary equivalent.   Decimal Number: Binary Number: