Commit 10fc1b33 authored by John's avatar John

Site updated: 2018-11-05 02:43:22

parent 9e60fc7d
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<meta property="og:description" content="Photo by Vidar Nordli-Mathisen on Unsplash Oh God. HEX! It’s just so hard to get your head around. A lot of people think that getting into…"> <meta property="og:description" content="Photo by Vidar Nordli-Mathisen on Unsplash Oh God. HEX! It’s just so hard to get your head around. A lot of people think that getting into…">
<meta property="og:locale" content="en"> <meta property="og:locale" content="en">
<meta property="og:image" content="http://blog.thebestjohn.com/images/b4da55.png"> <meta property="og:image" content="http://blog.thebestjohn.com/images/b4da55.png">
<meta property="og:updated_time" content="2018-11-05T01:01:05.420Z"> <meta property="og:updated_time" content="2018-11-05T02:42:23.211Z">
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Base16 and all that Jazz"> <meta name="twitter:title" content="Base16 and all that Jazz">
<meta name="twitter:description" content="Photo by Vidar Nordli-Mathisen on Unsplash Oh God. HEX! It’s just so hard to get your head around. A lot of people think that getting into…"> <meta name="twitter:description" content="Photo by Vidar Nordli-Mathisen on Unsplash Oh God. HEX! It’s just so hard to get your head around. A lot of people think that getting into…">
...@@ -145,63 +145,63 @@ ...@@ -145,63 +145,63 @@
<table> <table>
<thead> <thead>
<tr> <tr>
<th>Decimal</th> <th style="text-align:center">Hexidecimal</th>
<th>0</th> <th style="text-align:center">0</th>
<th>1</th> <th style="text-align:center">1</th>
<th>2</th> <th style="text-align:center">2</th>
<th>3</th> <th style="text-align:center">3</th>
<th>4</th> <th style="text-align:center">4</th>
<th>5</th> <th style="text-align:center">5</th>
<th>6</th> <th style="text-align:center">6</th>
<th>7</th> <th style="text-align:center">7</th>
<th>8</th> <th style="text-align:center">8</th>
<th>9</th> <th style="text-align:center">9</th>
<th>10</th> <th style="text-align:center">A</th>
<th>11</th> <th style="text-align:center">B</th>
<th>12</th> <th style="text-align:center">C</th>
<th>13</th> <th style="text-align:center">D</th>
<th>14</th> <th style="text-align:center">E</th>
<th>15</th> <th style="text-align:center">F</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>Hexidecimal</td> <td style="text-align:center">Decimal</td>
<td>0</td> <td style="text-align:center">0</td>
<td>1</td> <td style="text-align:center">1</td>
<td>2</td> <td style="text-align:center">2</td>
<td>3</td> <td style="text-align:center">3</td>
<td>4</td> <td style="text-align:center">4</td>
<td>5</td> <td style="text-align:center">5</td>
<td>6</td> <td style="text-align:center">6</td>
<td>7</td> <td style="text-align:center">7</td>
<td>8</td> <td style="text-align:center">8</td>
<td>9</td> <td style="text-align:center">9</td>
<td>A</td> <td style="text-align:center">10</td>
<td>B</td> <td style="text-align:center">11</td>
<td>C</td> <td style="text-align:center">12</td>
<td>D</td> <td style="text-align:center">13</td>
<td>E</td> <td style="text-align:center">14</td>
<td>F</td> <td style="text-align:center">15</td>
</tr> </tr>
<tr> <tr>
<td>Binary</td> <td style="text-align:center">Binary</td>
<td>0</td> <td style="text-align:center">0</td>
<td>1</td> <td style="text-align:center">1</td>
<td>10</td> <td style="text-align:center">10</td>
<td>11</td> <td style="text-align:center">11</td>
<td>100</td> <td style="text-align:center">100</td>
<td>101</td> <td style="text-align:center">101</td>
<td>110</td> <td style="text-align:center">110</td>
<td>111</td> <td style="text-align:center">111</td>
<td>1000</td> <td style="text-align:center">1000</td>
<td>1001</td> <td style="text-align:center">1001</td>
<td>1010</td> <td style="text-align:center">1010</td>
<td>1011</td> <td style="text-align:center">1011</td>
<td>1100</td> <td style="text-align:center">1100</td>
<td>1101</td> <td style="text-align:center">1101</td>
<td>1110</td> <td style="text-align:center">1110</td>
<td>1111</td> <td style="text-align:center">1111</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
})(); })();
</script><noscript>Enable JavaScript to see comments.</noscript> </script><noscript>Enable JavaScript to see comments.</noscript>
<!-- Meta Tags for Structured Data--> <!-- Meta Tags for Structured Data-->
<meta itemprop="dateModified" content="2018-11-05T01:01:05.420Z"> <meta itemprop="dateModified" content="2018-11-05T02:42:23.211Z">
<meta itemprop="articleBody" content="Photo by Vidar Nordli-Mathisen on Unsplash <meta itemprop="articleBody" content="Photo by Vidar Nordli-Mathisen on Unsplash
Oh God. HEX! It’s just so hard to get your head around. A lot of people think that getting into programming means they’re going to have to learn how to..."> Oh God. HEX! It’s just so hard to get your head around. A lot of people think that getting into programming means they’re going to have to learn how to...">
<meta itemprop="url" content="/posts/base16-and-all-that-jazz/"> <meta itemprop="url" content="/posts/base16-and-all-that-jazz/">
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<url> <url>
<loc>http://blog.thebestjohn.com/posts/base16-and-all-that-jazz/</loc> <loc>http://blog.thebestjohn.com/posts/base16-and-all-that-jazz/</loc>
<lastmod>2018-11-05T01:01:05.420Z</lastmod> <lastmod>2018-11-05T02:42:23.211Z</lastmod>
</url> </url>
...@@ -23,35 +23,35 @@ ...@@ -23,35 +23,35 @@
</url> </url>
<url> <url>
<loc>http://blog.thebestjohn.com/posts/static-what-generator/</loc> <loc>http://blog.thebestjohn.com/posts/matrix-keypad/</loc>
<lastmod>2018-11-03T23:30:58.784Z</lastmod> <lastmod>2018-11-03T23:30:58.784Z</lastmod>
</url> </url>
<url> <url>
<loc>http://blog.thebestjohn.com/posts/table-based-design/</loc> <loc>http://blog.thebestjohn.com/posts/static-what-generator/</loc>
<lastmod>2018-11-03T23:30:58.784Z</lastmod> <lastmod>2018-11-03T23:30:58.784Z</lastmod>
</url> </url>
<url> <url>
<loc>http://blog.thebestjohn.com/posts/matrix-keypad/</loc> <loc>http://blog.thebestjohn.com/posts/table-based-design/</loc>
<lastmod>2018-11-03T23:30:58.784Z</lastmod> <lastmod>2018-11-03T23:30:58.784Z</lastmod>
</url> </url>
<url> <url>
<loc>http://blog.thebestjohn.com/posts/setting-up-hexo-auto-deploy-from-gitlab/</loc> <loc>http://blog.thebestjohn.com/posts/sonoff-micropython-wonderland/</loc>
<lastmod>2018-11-03T23:30:58.784Z</lastmod> <lastmod>2018-11-03T23:30:58.784Z</lastmod>
</url> </url>
<url> <url>
<loc>http://blog.thebestjohn.com/posts/sonoff-micropython-wonderland/</loc> <loc>http://blog.thebestjohn.com/posts/setting-up-hexo-auto-deploy-from-gitlab/</loc>
<lastmod>2018-11-03T23:30:58.784Z</lastmod> <lastmod>2018-11-03T23:30:58.784Z</lastmod>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment