- WIP (Work In Progress)
- RFR (Ready For Review)
- RFM (Ready For Merging)
This PR implements the login flow
| // To Decimal | |
| const hexToDecimal = (hex) => { | |
| return parseInt(hex, 16); | |
| }; | |
| const octalToDecimal = (octal) => { | |
| return parseInt(octal, 8); | |
| }; |
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition:
| <style> | |
| .thumbnail.with-caption { | |
| display: inline-block; | |
| background: #f5f5f5; | |
| } | |
| .thumbnail.with-caption p { | |
| margin: 0; | |
| padding-top: 0.5em; | |
| } | |
| .thumbnail.with-caption small:before { |