RFID Lock
This is a simple example program of how one could use RFID to operate a door lock. What you will need:
This is a simple example program of how one could use RFID to operate a door lock. What you will need:
This RFID reader will read a keycode and print it to a 16×2 lcd and also print it through serial. You will need:
This page contains a php script that will run to check whether or not your web browser has the Do Not Track (‘DNT’) bit on or off.
<?php if (getenv("HTTP_DNT") == "1") { echo '<strong>Do Not Track is on!</strong>'; } else { echo '<strong>Do Not Track is off!</strong>'; } ?>
These scripts are made to encode text to mRNA codon sequences and visa-versa. Use it here.
Encode
This script translates the single letter name of amino acids to the corresponding RNA. You can translate all letters (upper and lower), all numbers, most symbols (excluding ` and forward slash)
Decode
This script translates mRNA into the single letter name for the corresponding amino acid. It has a maximum of 100 codons per run