|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> |
| 7 | + |
| 8 | + <title>404 Page not found</title> |
| 9 | + <meta property="og:title" content="404 Page not found" /> |
| 10 | + <meta name="twitter:title" content="404 Page not found" /> |
| 11 | + <meta name="author" content="Amit Kumar"/> |
| 12 | + <link href='https://ManyCode.github.io/img/favicon.ico' rel='icon' type='image/x-icon'/> |
| 13 | + <meta property="og:image" content="https://ManyCode.github.io/img/avatar-icon.png" /> |
| 14 | + <meta name="twitter:image" content="https://ManyCode.github.io/img/avatar-icon.png" /> |
| 15 | + <meta name="twitter:card" content="summary" /> |
| 16 | + <meta name="twitter:site" content="@amit08255" /> |
| 17 | + <meta name="twitter:creator" content="@amit08255" /> |
| 18 | + <meta property="og:url" content="https://ManyCode.github.io/" /> |
| 19 | + <meta property="og:type" content="website" /> |
| 20 | + <meta property="og:site_name" content="ManyCode" /> |
| 21 | + |
| 22 | + <meta name="generator" content="Hugo 0.25.1" /> |
| 23 | + <link rel="canonical" href="https://ManyCode.github.io/" /> |
| 24 | + <link rel="alternate" href="https://ManyCode.github.io/index.xml" type="application/rss+xml" title="ManyCode"> |
| 25 | + <link rel="stylesheet" href="https://ManyCode.github.io/css/katex.min.css" /> |
| 26 | + <link rel="stylesheet" href="https://ManyCode.github.io/css/font-awesome.min.css" /> |
| 27 | + <link rel="stylesheet" href="https://ManyCode.github.io/css/bootstrap.min.css" /> |
| 28 | + <link rel="stylesheet" href="https://ManyCode.github.io/css/main.css" /> |
| 29 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" /> |
| 30 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" /> |
| 31 | + <link rel="stylesheet" href="https://ManyCode.github.io/css/pygment_highlights.css" /> |
| 32 | + <link rel="stylesheet" href="https://ManyCode.github.io/css/highlight.min.css" /> |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +<link rel="stylesheet" href="https://ManyCode.github.io/css/photoswipe.min.css" /> |
| 38 | +<link rel="stylesheet" href="https://ManyCode.github.io/css/default-skin.min.css" /> |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | +<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> |
| 43 | + |
| 44 | +<div class="pswp__bg"></div> |
| 45 | + |
| 46 | +<div class="pswp__scroll-wrap"> |
| 47 | + |
| 48 | + <div class="pswp__container"> |
| 49 | + <div class="pswp__item"></div> |
| 50 | + <div class="pswp__item"></div> |
| 51 | + <div class="pswp__item"></div> |
| 52 | + </div> |
| 53 | + |
| 54 | + <div class="pswp__ui pswp__ui--hidden"> |
| 55 | + <div class="pswp__top-bar"> |
| 56 | + |
| 57 | + <div class="pswp__counter"></div> |
| 58 | + <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> |
| 59 | + <button class="pswp__button pswp__button--share" title="Share"></button> |
| 60 | + <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> |
| 61 | + <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> |
| 62 | + |
| 63 | + |
| 64 | + <div class="pswp__preloader"> |
| 65 | + <div class="pswp__preloader__icn"> |
| 66 | + <div class="pswp__preloader__cut"> |
| 67 | + <div class="pswp__preloader__donut"></div> |
| 68 | + </div> |
| 69 | + </div> |
| 70 | + </div> |
| 71 | + </div> |
| 72 | + <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> |
| 73 | + <div class="pswp__share-tooltip"></div> |
| 74 | + </div> |
| 75 | + <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> |
| 76 | + </button> |
| 77 | + <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> |
| 78 | + </button> |
| 79 | + <div class="pswp__caption"> |
| 80 | + <div class="pswp__caption__center"></div> |
| 81 | + </div> |
| 82 | + </div> |
| 83 | + </div> |
| 84 | +</div> |
| 85 | + |
| 86 | +</head> |
| 87 | + |
| 88 | + <body> |
| 89 | + <nav class="navbar navbar-default navbar-fixed-top navbar-custom"> |
| 90 | + <div class="container-fluid"> |
| 91 | + <div class="navbar-header"> |
| 92 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar"> |
| 93 | + <span class="sr-only">Toggle navigation</span> |
| 94 | + <span class="icon-bar"></span> |
| 95 | + <span class="icon-bar"></span> |
| 96 | + <span class="icon-bar"></span> |
| 97 | + </button> |
| 98 | + <a class="navbar-brand" href="https://ManyCode.github.io/">ManyCode</a> |
| 99 | + </div> |
| 100 | + |
| 101 | + <div class="collapse navbar-collapse" id="main-navbar"> |
| 102 | + <ul class="nav navbar-nav navbar-right"> |
| 103 | + |
| 104 | + |
| 105 | + <li> |
| 106 | + <a title="Blog" href="/">Blog</a> |
| 107 | + </li> |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + <li class="navlinks-container"> |
| 112 | + <a class="navlinks-parent" href="javascript:void(0)">Categories</a> |
| 113 | + <div class="navlinks-children"> |
| 114 | + |
| 115 | + <a href="/tags/python">Python</a> |
| 116 | + |
| 117 | + <a href="/tags/c++">C++</a> |
| 118 | + |
| 119 | + <a href="/tags/java">Java</a> |
| 120 | + |
| 121 | + <a href="/tags/linux">Linux</a> |
| 122 | + |
| 123 | + <a href="/tags/windows">Windows</a> |
| 124 | + |
| 125 | + </div> |
| 126 | + </li> |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + <li> |
| 131 | + <a title="About" href="/page/about/">About</a> |
| 132 | + </li> |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + <li> |
| 137 | + <a title="Tags" href="/tags">Tags</a> |
| 138 | + </li> |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + <li> |
| 146 | + <a href="#modalSearch" data-toggle="modal" data-target="#modalSearch" style="outline: none;"> |
| 147 | + <span class="hidden-sm hidden-md hidden-lg">Search</span> <span id="searchGlyph" class="glyphicon glyphicon-search"></span> |
| 148 | + </a> |
| 149 | + </li> |
| 150 | + |
| 151 | + </ul> |
| 152 | + </div> |
| 153 | + |
| 154 | + <div class="avatar-container"> |
| 155 | + <div class="avatar-img-border"> |
| 156 | + |
| 157 | + <a title="ManyCode" href="https://ManyCode.github.io/"> |
| 158 | + <img class="avatar-img" src="https://ManyCode.github.io/img/avatar-icon.png" alt="ManyCode" /> |
| 159 | + </a> |
| 160 | + |
| 161 | + </div> |
| 162 | + </div> |
| 163 | + |
| 164 | + </div> |
| 165 | +</nav> |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + <div id="modalSearch" class="modal fade" role="dialog"> |
| 170 | + <div class="modal-dialog"> |
| 171 | + <div class="modal-content"> |
| 172 | + <div class="modal-header"> |
| 173 | + <button type="button" class="close" data-dismiss="modal">×</button> |
| 174 | + <h4 class="modal-title">Search ManyCode</h4> |
| 175 | + </div> |
| 176 | + <div class="modal-body"> |
| 177 | + <gcse:search></gcse:search> |
| 178 | + </div> |
| 179 | + <div class="modal-footer"> |
| 180 | + <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> |
| 181 | + </div> |
| 182 | + </div> |
| 183 | + </div> |
| 184 | + </div> |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + <div role="main" class="container main-content"> |
| 190 | + <div class="text-center"> |
| 191 | + <h1>Whoops, this page doesn't exist. Move along. (404 error)</h1> |
| 192 | + <br/> |
| 193 | + <img src="https://ManyCode.github.io//img/404-southpark.jpg" /> |
| 194 | + </div> |
| 195 | + </div> |
| 196 | + |
| 197 | + <footer> |
| 198 | + <div class="container"> |
| 199 | + <div class="row"> |
| 200 | + <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> |
| 201 | + <ul class="list-inline text-center footer-links"> |
| 202 | + |
| 203 | + <li> |
| 204 | + <a href="mailto:amitcute3@gmail.com" title="Email me"> |
| 205 | + <span class="fa-stack fa-lg"> |
| 206 | + <i class="fa fa-circle fa-stack-2x"></i> |
| 207 | + <i class="fa fa-envelope fa-stack-1x fa-inverse"></i> |
| 208 | + </span> |
| 209 | + </a> |
| 210 | + </li> |
| 211 | + <li> |
| 212 | + <a href="https://www.facebook.com/amitcutiepieblogspotcom" title="Facebook"> |
| 213 | + <span class="fa-stack fa-lg"> |
| 214 | + <i class="fa fa-circle fa-stack-2x"></i> |
| 215 | + <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> |
| 216 | + </span> |
| 217 | + </a> |
| 218 | + </li> |
| 219 | + <li> |
| 220 | + <a href="https://plus.google.com/+amitkumar08255" title="Google+"> |
| 221 | + <span class="fa-stack fa-lg"> |
| 222 | + <i class="fa fa-circle fa-stack-2x"></i> |
| 223 | + <i class="fa fa-google-plus fa-stack-1x fa-inverse"></i> |
| 224 | + </span> |
| 225 | + </a> |
| 226 | + </li> |
| 227 | + <li> |
| 228 | + <a href="https://github.com/ManyCode" title="GitHub"> |
| 229 | + <span class="fa-stack fa-lg"> |
| 230 | + <i class="fa fa-circle fa-stack-2x"></i> |
| 231 | + <i class="fa fa-github fa-stack-1x fa-inverse"></i> |
| 232 | + </span> |
| 233 | + </a> |
| 234 | + </li> |
| 235 | + <li> |
| 236 | + <a href="https://twitter.com/amit08255" title="Twitter"> |
| 237 | + <span class="fa-stack fa-lg"> |
| 238 | + <i class="fa fa-circle fa-stack-2x"></i> |
| 239 | + <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> |
| 240 | + </span> |
| 241 | + </a> |
| 242 | + </li> |
| 243 | + |
| 244 | + </ul> |
| 245 | + <p class="credits copyright text-muted"> |
| 246 | + Amit Kumar |
| 247 | + • |
| 248 | + 2017 |
| 249 | + |
| 250 | + |
| 251 | + • |
| 252 | + <a href="https://ManyCode.github.io/">ManyCode</a> |
| 253 | + |
| 254 | + </p> |
| 255 | + |
| 256 | + <p class="credits theme-by text-muted"> |
| 257 | + <a href="http://gohugo.io">Hugo v0.25.1</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> |
| 258 | + |
| 259 | + </p> |
| 260 | + </div> |
| 261 | + </div> |
| 262 | + </div> |
| 263 | +</footer> |
| 264 | + |
| 265 | +<script src="https://ManyCode.github.io/js/katex.min.js"></script> |
| 266 | +<script src="https://ManyCode.github.io/js/auto-render.min.js"></script> |
| 267 | +<script src="https://ManyCode.github.io/js/jquery-1.12.4.min.js"></script> |
| 268 | +<script src="https://ManyCode.github.io/js/bootstrap.min.js"></script> |
| 269 | +<script src="https://ManyCode.github.io/js/main.js"></script> |
| 270 | +<script src="https://ManyCode.github.io/js/highlight.min.js"></script> |
| 271 | +<script> hljs.initHighlightingOnLoad(); </script> |
| 272 | +<script> renderMathInElement(document.body); </script> |
| 273 | +<script src="https://ManyCode.github.io/js/photoswipe.min.js"></script> |
| 274 | +<script src="https://ManyCode.github.io/js/photoswipe-ui-default.min.js"></script> |
| 275 | +<script src="/js/load-photoswipe.js"></script> |
| 276 | + |
| 277 | + |
| 278 | +<script> |
| 279 | + (function() { |
| 280 | + var cx = '001080563839388073046:l0xncslrj5c'; |
| 281 | + var gcse = document.createElement('script'); |
| 282 | + gcse.type = 'text/javascript'; |
| 283 | + gcse.async = true; |
| 284 | + gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; |
| 285 | + var s = document.getElementsByTagName('script')[0]; |
| 286 | + s.parentNode.insertBefore(gcse, s); |
| 287 | + })(); |
| 288 | +</script> |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + </body> |
| 293 | +</html> |
| 294 | + |
0 commit comments