-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a364b06
commit 515d42c
Showing
206 changed files
with
34,745 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,335 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head><head> | ||
<meta name="google-site-verification" content="9vIieCe-Qpd78QOmBl63rGtIVbhY6sYyuxX3j8XWBA4" /> | ||
<meta name="baidu-site-verification" content="LRrmH41lz7" /> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="google-site-verification" content="xBT4GhYoi5qRD5tr338pgPM5OWHHIDR6mNg1a3euekI" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
|
||
<meta property="og:site_name" content="Kabelsalat"> | ||
<meta property="og:type" content="article"> | ||
|
||
|
||
<meta property="og:image" content="https://philmassie.github.io//img/201402_tankwa_099_IMG_6752.jpg"> | ||
<meta property="twitter:image" content="https://philmassie.github.io//img/201402_tankwa_099_IMG_6752.jpg" /> | ||
|
||
|
||
|
||
<meta name="title" content="" /> | ||
<meta property="og:title" content="" /> | ||
<meta property="twitter:title" content="" /> | ||
|
||
|
||
|
||
<meta name="description" content="A small blog site, mainly data science, rarely updated."> | ||
<meta property="og:description" content="A small blog site, mainly data science, rarely updated." /> | ||
<meta property="twitter:description" content="A small blog site, mainly data science, rarely updated." /> | ||
|
||
|
||
|
||
<meta property="twitter:card" content="summary" /> | ||
|
||
|
||
|
||
<meta name="keyword" content="data science, predictive analytics, machine learning, visualisation, photography, spark, python, R, scala"> | ||
<link rel="shortcut icon" href="/img/favicon.ico"> | ||
|
||
<title>404 Page not found-Kabelsalat | Phil Massie's blog</title> | ||
|
||
<link rel="canonical" href="/"> | ||
|
||
<link rel="stylesheet" href="/css/iDisqus.min.css"/> | ||
|
||
|
||
<link rel="stylesheet" href="/css/bootstrap.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/css/hux-blog.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/css/syntax.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/css/zanshang.css"> | ||
|
||
|
||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
|
||
|
||
<script src="/js/jquery.min.js"></script> | ||
|
||
|
||
<script src="/js/bootstrap.min.js"></script> | ||
|
||
|
||
<script src="/js/hux-blog.min.js"></script> | ||
|
||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/docco.min.css"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
</head> | ||
</head> | ||
|
||
<nav class="navbar navbar-default navbar-custom navbar-fixed-top"> | ||
<div class="container-fluid"> | ||
|
||
<div class="navbar-header page-scroll"> | ||
<button type="button" class="navbar-toggle"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="/">Kabelsalat</a> | ||
</div> | ||
|
||
|
||
|
||
<div id="huxblog_navbar"> | ||
<div class="navbar-collapse"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li> | ||
<a href="/">Home</a> | ||
</li> | ||
|
||
|
||
|
||
<li><a href="/top/about/">ABOUT</a></li> | ||
|
||
|
||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</nav> | ||
<script> | ||
|
||
|
||
|
||
var $body = document.body; | ||
var $toggle = document.querySelector('.navbar-toggle'); | ||
var $navbar = document.querySelector('#huxblog_navbar'); | ||
var $collapse = document.querySelector('.navbar-collapse'); | ||
|
||
$toggle.addEventListener('click', handleMagic) | ||
function handleMagic(e){ | ||
if ($navbar.className.indexOf('in') > 0) { | ||
|
||
$navbar.className = " "; | ||
|
||
setTimeout(function(){ | ||
|
||
if($navbar.className.indexOf('in') < 0) { | ||
$collapse.style.height = "0px" | ||
} | ||
},400) | ||
}else{ | ||
|
||
$collapse.style.height = "auto" | ||
$navbar.className += " in"; | ||
} | ||
} | ||
</script> | ||
|
||
|
||
|
||
<header class="intro-header" style="background-image: url('/img/201402_tankwa_099_IMG_6752.jpg')"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 "> | ||
<div class="site-heading"> | ||
<h1>Kabelsalat </h1> | ||
|
||
<span class="subheading">http://philmassie.github.com</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
|
||
<header class="intro-header" style="background-image: url('/img/404-bg.jpg')"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | ||
<div class="site-heading" id="tag-heading"> | ||
<h1>404</h1> | ||
<span class="subheading">Cant find that page :(</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<script> | ||
document.body.classList.add('page-fullscreen'); | ||
</script> | ||
|
||
|
||
|
||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | ||
<ul class="list-inline text-center"> | ||
|
||
<li> | ||
<a href="" rel="alternate" type="application/rss+xml" title="Kabelsalat" > | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-rss fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
|
||
<li> | ||
<a href="mailto:[email protected]"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a target="_blank" href="https://github.com/philmassie"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-github fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
|
||
<li> | ||
<a target="_blank" href="https://www.linkedin.com/in/philmassie"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
|
||
<li> | ||
<a target="_blank" href="https://medium.com/@pmassie"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-medium fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
<p class="copyright text-muted"> | ||
Copyright © Kabelsalat , 0001 | ||
<br> | ||
<a href="https://themes.gohugo.io/hugo-theme-cleanwhite">CleanWhite Hugo Theme</a> by <a href="https://zhaohuabing.com">Huabing</a> | | ||
<iframe | ||
style="margin-left: 2px; margin-bottom:-5px;" | ||
frameborder="0" scrolling="0" width="100px" height="20px" | ||
src="https://ghbtns.com/github-btn.html?user=zhaohuabing&repo=hugo-theme-cleanwhite&type=star&count=true" > | ||
</iframe> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
|
||
<script> | ||
function async(u, c) { | ||
var d = document, t = 'script', | ||
o = d.createElement(t), | ||
s = d.getElementsByTagName(t)[0]; | ||
o.src = u; | ||
if (c) { o.addEventListener('load', function (e) { c(null, e); }, false); } | ||
s.parentNode.insertBefore(o, s); | ||
} | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<script> | ||
|
||
if($('#tag_cloud').length !== 0){ | ||
async("/js/jquery.tagcloud.js",function(){ | ||
$.fn.tagcloud.defaults = { | ||
|
||
color: {start: '#bbbbee', end: '#0085a1'}, | ||
}; | ||
$('#tag_cloud a').tagcloud(); | ||
}) | ||
} | ||
</script> | ||
|
||
|
||
<script> | ||
async("https://cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.js", function(){ | ||
var $nav = document.querySelector("nav"); | ||
if($nav) FastClick.attach($nav); | ||
}) | ||
</script> | ||
|
||
|
||
<script> | ||
(function(){ | ||
var bp = document.createElement('script'); | ||
var curProtocol = window.location.protocol.split(':')[0]; | ||
if (curProtocol === 'https'){ | ||
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; | ||
} | ||
else{ | ||
bp.src = 'http://push.zhanzhang.baidu.com/push.js'; | ||
} | ||
var s = document.getElementsByTagName("script")[0]; | ||
s.parentNode.insertBefore(bp, s); | ||
})(); | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script type="application/javascript"> | ||
var doNotTrack = false; | ||
if (!doNotTrack) { | ||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; | ||
ga('create', 'UA-24074009-12', 'auto'); | ||
|
||
ga('send', 'pageview'); | ||
} | ||
</script> | ||
<script async src='https://www.google-analytics.com/analytics.js'></script> | ||
|
||
|
||
|
||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us" dir="ltr"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<title>Categories · My New Hugo Site</title> | ||
<meta name="description" content="" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="http://example.org/css/main.min.css" /> | ||
<link rel="alternate" type="application/rss+xml" href="http://example.org/categories/index.xml" title="My New Hugo Site" /> | ||
|
||
|
||
</head> | ||
<body class="list-body"> | ||
<nav class="nav-bar side-padding"> | ||
<h1 class="nav-header"><a href="http://example.org/" class="nav-text">My New Hugo Site</a></h1> | ||
<div class="hamburger-menu"> | ||
<button onclick="hamburgerMenuPressed.call(this)" aria-haspopup="true" aria-expanded="false" aria-controls="menu" aria-label="Menu"> | ||
<span></span> | ||
<span></span> | ||
</button> | ||
<ul id="menu" class="hamburger-menu-overlay"> | ||
<li><a href="http://example.org/" class="hamburger-menu-overlay-link">Home</a></li> | ||
|
||
</ul> | ||
</div> | ||
</nav> | ||
<main class="card-container side-gutter"> | ||
<header class="list-header"> | ||
<p class="list-header-subtext"></p> | ||
<h1 class="list-header-title">Categories</h1> | ||
</header> | ||
|
||
</main> | ||
<footer> | ||
|
||
</footer> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe" crossorigin="anonymous" | ||
onload="renderMathInElement(document.body);"></script> | ||
<script src="http://example.org/js/core.js"></script> | ||
<script> | ||
hljs.initHighlightingOnLoad(); | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.