surfing

A list of useful resources
git clone http://git.hanabi.in/repos/surfing.git
Log | Files | Refs

commit d10fb0271c18b625e307f21b857d4a952e0b87b1
parent efedbe35f93164fa481bd415dad892d8c8b8e5a5
Author: Agastya Chandrakant <acagastya@outlook.com>
Date:   Fri, 26 Jun 2020 20:19:34 +0530

forgot to deploy

Diffstat:
Mindex.html | 320++++++++++++++++++++++++++++++++++++++++---------------------------------------
Mindex.md | 1+
2 files changed, 164 insertions(+), 157 deletions(-)

diff --git a/index.html b/index.html @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html style='font-size:20px !important'> <head> <meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'> <title>index</title><style type='text/css'>html {overflow-x: initial !important;}:root { --bg-color: #ffffff; --text-color: #333333; --select-text-bg-color: #B5D6FC; --select-text-font-color: auto; --monospace: "Lucida Console",Consolas,"Courier",monospace; } @@ -155,295 +155,301 @@ mark .md-meta { color: rgb(0, 0, 0); opacity: 0.3 !important; } html { - font-size: 19px; + font-size: 19px; } -html, body { - margin: auto; - background: #fefefe; +html, +body { + margin: auto; + background: #fefefe; } body { - font-family: "Vollkorn", Palatino, Times; - color: #333; - line-height: 1.4; - text-align: justify; + font-family: 'CMU Serif'; + color: #333; + line-height: 1.4; + text-align: justify; } #write { - max-width: 960px; - margin: 0 auto; - margin-bottom: 2em; - line-height: 1.53; - padding-top: 40px; + max-width: 960px; + margin: 0 auto; + margin-bottom: 2em; + line-height: 1.53; + padding-top: 40px; } @media only screen and (min-width: 1400px) { - #write { - max-width: 1100px; - } + #write { + max-width: 1100px; + } } /* Typography -------------------------------------------------------- */ -#write>h1:first-child, +#write > h1:first-child, h1 { - margin-top: 1.6em; - font-weight: normal; + margin-top: 1.6em; + font-weight: normal; } h1 { - font-size:3em; + font-size: 3em; } h2 { - margin-top:2em; - font-weight: normal; + margin-top: 2em; + font-weight: normal; } h3 { - font-weight: normal; - font-style: italic; - margin-top: 3em; + font-weight: normal; + font-style: italic; + margin-top: 3em; } -h1, -h2, -h3{ - text-align: center; +h1, +h2, +h3 { + text-align: center; } -h2:after{ - border-bottom: 1px solid #2f2f2f; - content: ''; - width: 100px; - display: block; - margin: 0 auto; - height: 1px; +h2:after { + border-bottom: 1px solid #2f2f2f; + content: ''; + width: 100px; + display: block; + margin: 0 auto; + height: 1px; } -h1+h2, h2+h3 { - margin-top: 0.83em; +h1 + h2, +h2 + h3 { + margin-top: 0.83em; } p, .mathjax-block { - margin-top: 0; - -webkit-hypens: auto; - -moz-hypens: auto; - hyphens: auto; + margin-top: 0; + -webkit-hypens: auto; + -moz-hypens: auto; + hyphens: auto; } ul { - list-style: square; - padding-left: 1.2em; + margin-left: 1.2em; + list-style: disc; + padding-left: 1.2em; } ol { - padding-left: 1.2em; + margin-left: 2.4em; + padding-left: 1.2em; } blockquote { - margin-left: 1em; - padding-left: 1em; - border-left: 1px solid #ddd; + margin-left: 1em; + padding-left: 1em; + border-left: 1px solid #ddd; } code, pre { - font-family: "Consolas", "Menlo", "Monaco", monospace, serif; - font-size: .9em; - background: white; + font-family: 'CMU Typewriter Text Variable width', monospace; + font-size: 0.9em; + background: white; } -.md-fences{ - margin-left: 1em; - padding-left: 1em; - border: 1px solid #ddd; - padding-bottom: 8px; - padding-top: 6px; - margin-bottom: 1.5em; +.md-fences { + margin-left: 1em; + padding-left: 1em; + border: 1px solid #ddd; + padding-bottom: 8px; + padding-top: 6px; + margin-bottom: 1.5em; } a { - color: #2484c1; - text-decoration: none; + color: #2484c1; + text-decoration: none; } a:hover { - text-decoration: underline; + text-decoration: underline; } a img { - border: none; + border: none; } h1 a, h1 a:hover { - color: #333; - text-decoration: none; + color: #333; + text-decoration: none; } hr { - color: #ddd; - height: 1px; - margin: 2em 0; - border-top: solid 1px #ddd; - border-bottom: none; - border-left: 0; - border-right: 0; + color: #ddd; + height: 1px; + margin: 2em 0; + border-top: solid 1px #ddd; + border-bottom: none; + border-left: 0; + border-right: 0; } .ty-table-edit { - background: #ededed; - padding-top: 4px; + background: #ededed; + padding-top: 4px; } table { - margin-bottom: 1.333333rem + margin-bottom: 1.333333rem; } table th, table td { - padding: 8px; - line-height: 1.333333rem; - vertical-align: top; - border-top: 1px solid #ddd + padding: 8px; + line-height: 1.333333rem; + vertical-align: top; + border-top: 1px solid #ddd; } table th { - font-weight: bold + font-weight: bold; } table thead th { - vertical-align: bottom + vertical-align: bottom; } -table caption+thead tr:first-child th, -table caption+thead tr:first-child td, -table colgroup+thead tr:first-child th, -table colgroup+thead tr:first-child td, +table caption + thead tr:first-child th, +table caption + thead tr:first-child td, +table colgroup + thead tr:first-child th, +table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { - border-top: 0 + border-top: 0; } -table tbody+tbody { - border-top: 2px solid #ddd +table tbody + tbody { + border-top: 2px solid #ddd; } -.task-list{ - padding:0; +.task-list { + padding: 0; } .md-task-list-item { - padding-left: 1.6rem; + padding-left: 1.6rem; } .md-task-list-item > input:before { - content: '\221A'; - display: inline-block; - width: 1.33333333rem; - height: 1.6rem; - vertical-align: middle; - text-align: center; - color: #ddd; - background-color: #fefefe; + content: '\221A'; + display: inline-block; + width: 1.33333333rem; + height: 1.6rem; + vertical-align: middle; + text-align: center; + color: #ddd; + background-color: #fefefe; } .md-task-list-item > input:checked:before, -.md-task-list-item > input[checked]:before{ - color: inherit; +.md-task-list-item > input[checked]:before { + color: inherit; } .md-tag { - color: inherit; - font: inherit; + color: inherit; + font: inherit; } #write pre.md-meta-block { - min-height: 35px; - padding: 0.5em 1em; + min-height: 35px; + padding: 0.5em 1em; } #write pre.md-meta-block { - white-space: pre; - background: #f8f8f8; - border: 0px; - color: #999; - - width: 100vw; - max-width: calc(100% + 60px); - margin-left: -30px; - border-left: 30px #f8f8f8 solid; - border-right: 30px #f8f8f8 solid; - - margin-bottom: 2em; - margin-top: -1.3333333333333rem; - padding-top: 26px; - padding-bottom: 10px; - line-height: 1.8em; - font-size: 0.9em; - font-size: 0.76em; - padding-left: 0; -} -.md-img-error.md-image>.md-meta{ - vertical-align: bottom; -} -#write>h5.md-focus:before { - top: 2px; + white-space: pre; + background: #f8f8f8; + border: 0px; + color: #999; + + width: 100vw; + max-width: calc(100% + 60px); + margin-left: -30px; + border-left: 30px #f8f8f8 solid; + border-right: 30px #f8f8f8 solid; + + margin-bottom: 2em; + margin-top: -1.3333333333333rem; + padding-top: 26px; + padding-bottom: 10px; + line-height: 1.8em; + font-size: 0.9em; + font-size: 0.76em; + padding-left: 0; +} +.md-img-error.md-image > .md-meta { + vertical-align: bottom; +} +#write > h5.md-focus:before { + top: 2px; } .md-toc { - margin-top: 40px; + margin-top: 40px; } .md-toc-content { - padding-bottom: 20px; + padding-bottom: 20px; } .outline-expander:before { - color: inherit; - font-size: 14px; - top: auto; - content: "\f0da"; - font-family: FontAwesome; + color: inherit; + font-size: 14px; + top: auto; + content: '\f0da'; + font-family: FontAwesome; } .outline-expander:hover:before, -.outline-item-open>.outline-item>.outline-expander:before { - content: "\f0d7"; +.outline-item-open > .outline-item > .outline-expander:before { + content: '\f0d7'; } /** source code mode */ #typora-source { - font-family: Courier, monospace; - color: #6A6A6A; + font-family: 'CMU Typewriter Text Variable width', monospace; + color: #6a6a6a; } .html-for-mac #typora-sidebar { - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); - box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } -.cm-s-typora-default .cm-header, +.cm-s-typora-default .cm-header, .cm-s-typora-default .cm-property, .CodeMirror.cm-s-typora-default div.CodeMirror-cursor { - color: #428bca; + color: #428bca; } -.cm-s-typora-default .cm-atom, .cm-s-typora-default .cm-number { - color: #777777; +.cm-s-typora-default .cm-atom, +.cm-s-typora-default .cm-number { + color: #777777; } -.typora-node .file-list-item-parent-loc, -.typora-node .file-list-item-time, +.typora-node .file-list-item-parent-loc, +.typora-node .file-list-item-time, .typora-node .file-list-item-summary { - font-family: arial, sans-serif; + font-family: 'CMU Bright', sans-serif; } -.md-task-list-item>input { - margin-left: -1.3em; - margin-top: calc(1rem - 12px); +.md-task-list-item > input { + margin-left: -1.3em; + margin-top: calc(1rem - 12px); } .md-mathjax-midline { - background: #fafafa; + background: #fafafa; } .md-fences .code-tooltip { - bottom: -2em !important; + bottom: -2em !important; } .dropdown-menu .divider { - border-color: #e5e5e5; + border-color: #e5e5e5; } + .typora-export li, .typora-export p, .typora-export, .footnote-line {white-space: normal;} </style> </head> <body class='typora-export' > -<div id='write' class = 'is-mac'><h1><a name="web-surfing" class="md-header-anchor"></a><span>Web surfing</span></h1><div class='md-toc' mdtype='toc'><p class="md-toc-content" role="list"><span role="listitem" class="md-toc-item md-toc-h1" data-ref="n22"><a class="md-toc-inner" style="" href="#web-surfing">Web surfing</a></span><span role="listitem" class="md-toc-item md-toc-h2" data-ref="n25"><a class="md-toc-inner" style="" href="#about-this-page">About this page</a></span><span role="listitem" class="md-toc-item md-toc-h2" data-ref="n28"><a class="md-toc-inner" style="" href="#lists">Lists</a></span><span role="listitem" class="md-toc-item md-toc-h2" data-ref="n32"><a class="md-toc-inner" style="" href="#society">Society</a></span><span role="listitem" class="md-toc-item md-toc-h3" data-ref="n33"><a class="md-toc-inner" style="" href="#discrimination">Discrimination</a></span><span role="listitem" class="md-toc-item md-toc-h2" data-ref="n37"><a class="md-toc-inner" style="" href="#programming">Programming</a></span><span role="listitem" class="md-toc-item md-toc-h3" data-ref="n38"><a class="md-toc-inner" style="" href="#philosophy">Philosophy</a></span></p></div><h2><a name="about-this-page" class="md-header-anchor"></a><span>About this page</span></h2><p><span>Over the years, I have learned a great deal of things from Dr John N Shutt. One of the things that Dr Shutt would mention was their surfing page.</span></p><p><span>I was careless to lose that message. Ironically, in that message, Dr Shutt had explained how he would save a list of all the resources that he had found helpful over the years. While that message is lost, the intent is passed on successfully. This is my page of the resources.</span></p><h2><a name="lists" class="md-header-anchor"></a><span>Lists</span></h2><ul><li><a href='https://web.cs.wpi.edu/~jshutt/surfing.html'><span>Web Surfing</span></a><span> by Dr John N. Shutt. </span><a href='http://web.archive.org/web/20200620195809/https://web.cs.wpi.edu/~jshutt/surfing.html'><span>Archived link</span></a><span>.</span></li></ul><h2><a name="society" class="md-header-anchor"></a><span>Society</span></h2><h3><a name="discrimination" class="md-header-anchor"></a><span>Discrimination</span></h3><ul><li><a href='https://www.haydenplanetarium.org/tyson/commentary/2020-06-03-reflections-on-color-of-my-skin.php'><span>Reflections on the Color of My Skin</span></a><span> (</span><strong><span>&quot;when you see black kids in the street, think of what they can be rather than what you think they are&quot;</span></strong><span>) by Neil deGrasse Tyson. Dated June 3, 2020. </span><a href='http://web.archive.org/web/20200617143634/https://haydenplanetarium.org/tyson/commentary/2020-06-03-reflections-on-color-of-my-skin.php'><span>Archived link</span></a><span>.</span></li></ul><h2><a name="programming" class="md-header-anchor"></a><span>Programming</span></h2><h3><a name="philosophy" class="md-header-anchor"></a><span>Philosophy</span></h3><ul><li><a href='https://cemerick.com/2009/03/24/why-mit-now-uses-python-instead-of-scheme-for-its-undergraduate-cs-program/'><span>Why MIT now uses python instead of scheme for its undergraduate CS program</span></a><span> (</span><strong><span>what generaly happened was a programmer would think for a really long time, and then write just a little bit of code [...] It was a much simpler time</span></strong><span>) by Chas Emerick. Dated March 24, 2009. </span><a href='https://web.archive.org/web/20200625002236/https://cemerick.com/2009/03/24/why-mit-now-uses-python-instead-of-scheme-for-its-undergraduate-cs-program/'><span>Archived link</span></a><span>.</span></li></ul></div> +<div id='write' class = 'is-mac'><h1><a name="web-surfing" class="md-header-anchor"></a><span>Web surfing</span></h1><div class='md-toc' mdtype='toc'><p class="md-toc-content" role="list"><span role="listitem" class="md-toc-item md-toc-h1" data-ref="n0"><a class="md-toc-inner" style="" href="#web-surfing">Web surfing</a></span><span role="listitem" class="md-toc-item md-toc-h2" data-ref="n3"><a class="md-toc-inner" style="" href="#about-this-page">About this page</a></span><span role="listitem" class="md-toc-item md-toc-h2" data-ref="n6"><a class="md-toc-inner" style="" href="#lists">Lists</a></span><span role="listitem" class="md-toc-item md-toc-h2" data-ref="n10"><a class="md-toc-inner" style="" href="#society">Society</a></span><span role="listitem" class="md-toc-item md-toc-h3" data-ref="n11"><a class="md-toc-inner" style="" href="#discrimination">Discrimination</a></span><span role="listitem" class="md-toc-item md-toc-h2" data-ref="n15"><a class="md-toc-inner" style="" href="#programming">Programming</a></span><span role="listitem" class="md-toc-item md-toc-h3" data-ref="n16"><a class="md-toc-inner" style="" href="#philosophy">Philosophy</a></span></p></div><h2><a name="about-this-page" class="md-header-anchor"></a><span>About this page</span></h2><p><span>Over the years, I have learned a great deal of things from Dr John N Shutt. One of the things that Dr Shutt would mention was their surfing page.</span></p><p><span>I was careless to lose that message. Ironically, in that message, Dr Shutt had explained how he would save a list of all the resources that he had found helpful over the years. While that message is lost, the intent is passed on successfully. This is my page of the resources.</span></p><h2><a name="lists" class="md-header-anchor"></a><span>Lists</span></h2><ul><li><a href='https://web.cs.wpi.edu/~jshutt/surfing.html'><span>Web Surfing</span></a><span> by Dr John N. Shutt. </span><a href='http://web.archive.org/web/20200620195809/https://web.cs.wpi.edu/~jshutt/surfing.html'><span>Archived link</span></a><span>.</span></li></ul><h2><a name="society" class="md-header-anchor"></a><span>Society</span></h2><h3><a name="discrimination" class="md-header-anchor"></a><span>Discrimination</span></h3><ul><li><a href='https://www.haydenplanetarium.org/tyson/commentary/2020-06-03-reflections-on-color-of-my-skin.php'><span>Reflections on the Color of My Skin</span></a><span> (</span><strong><span>&quot;when you see black kids in the street, think of what they can be rather than what you think they are&quot;</span></strong><span>) by Neil deGrasse Tyson. Dated June 3, 2020. </span><a href='http://web.archive.org/web/20200617143634/https://haydenplanetarium.org/tyson/commentary/2020-06-03-reflections-on-color-of-my-skin.php'><span>Archived link</span></a><span>.</span></li></ul><h2><a name="programming" class="md-header-anchor"></a><span>Programming</span></h2><h3><a name="philosophy" class="md-header-anchor"></a><span>Philosophy</span></h3><ul><li><a href='https://cemerick.com/2009/03/24/why-mit-now-uses-python-instead-of-scheme-for-its-undergraduate-cs-program/'><span>Why MIT now uses python instead of scheme for its undergraduate CS program</span></a><span> (</span><strong><span>what generaly happened was a programmer would think for a really long time, and then write just a little bit of code [...] It was a much simpler time</span></strong><span>) by Chas Emerick. Dated March 24, 2009. </span><a href='https://web.archive.org/web/20200625002236/https://cemerick.com/2009/03/24/why-mit-now-uses-python-instead-of-scheme-for-its-undergraduate-cs-program/'><span>Archived link</span></a><span>.</span></li></ul></div> </body> </html> \ No newline at end of file diff --git a/index.md b/index.md @@ -16,3 +16,4 @@ I was careless to lose that message. Ironically, in that message, Dr Shutt had ## Programming ### Philosophy + [Why MIT now uses python instead of scheme for its undergraduate CS program](https://cemerick.com/2009/03/24/why-mit-now-uses-python-instead-of-scheme-for-its-undergraduate-cs-program/) (**what generaly happened was a programmer would think for a really long time, and then write just a little bit of code [...] It was a much simpler time**) by Chas Emerick. Dated March 24, 2009. [Archived link](https://web.archive.org/web/20200625002236/https://cemerick.com/2009/03/24/why-mit-now-uses-python-instead-of-scheme-for-its-undergraduate-cs-program/). +