[Tutor] trying to understand pattern matching code

Dave Angel davea at davea.name
Sat Apr 26 00:37:07 CEST 2014


rahmad akbar <matbioinfo at gmail.com> Wrote in message:
>
> 
 to Dave,
>   i do i do the text mode? i had no idea this was on html

Whatever mail program you're using is apparently defaulting to
 html.  Find a menu item that specifies 'text' or 'plain text' or
 'text only'. 

Or tell us what email program you're using,  what os, and versions
 for each. Maybe someone will have experience with
 it.

Back to your problem,  do you understand what binary is, and how
 to convert (mentally) to and from decimal? Do you know that the
 bits have values of 1, 2, 4, 8, 16, etc? And that 24 is created
 by turning on the 16 bit and the 8 bit, commonly referred to as
 bits 4 and 3, respectively. 


-- 
DaveA



More information about the Tutor mailing list