mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-12 23:58:11 -07:00
I_changed_another_another_theme
This commit is contained in:
+198
-202
@@ -1,206 +1,202 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>about me</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="article">
|
||||
<div class="title">about me</div>
|
||||
|
||||
<div class="description"><p>2012 - Coder Sherlock
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<title>
|
||||
about me // Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="about me" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://codersherlock.github.io/about/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="post">
|
||||
<h1 class="post-title">
|
||||
<a href="/about/">about me</a>
|
||||
</h1>
|
||||
<h3 class="post-subtitle">
|
||||
|
||||
</h3>
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>16</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Aug</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>2012 - Coder Sherlock
|
||||
2013 - Sherlock Hao
|
||||
2015 - Jon Hao</p>
|
||||
|
||||
<p><a href="mailto:haopengzhan@gmail.com">Email me</a></p>
|
||||
</div>
|
||||
<div class="tags">
|
||||
16 Aug 2016
|
||||
|
||||
</div>
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
|
||||
var disqus_shortname = 'codersherlockblog';
|
||||
|
||||
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<paper-item>
|
||||
|
||||
<paper-fab disabled icon="chevron-left"></paper-fab>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/"><paper-fab icon="chevron-right"></paper-fab></a>
|
||||
|
||||
</paper-item>
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="paging">
|
||||
<span class="paging-label">More Reading</span>
|
||||
|
||||
|
||||
|
||||
<div class="paging-older">
|
||||
<span class="dark-red">Older</span><span class="decorative-marker">//</span>
|
||||
<a class="paging-link" href="/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'codersherlockblog';
|
||||
var disqus_identifier = 'https:\/\/codersherlock.github.io\/about\/';
|
||||
var disqus_title = 'about me';
|
||||
var disqus_url = 'https:\/\/codersherlock.github.io\/about\/';
|
||||
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+201
-224
@@ -1,224 +1,201 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>2016 07</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/">Pokemon Go Hack</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/hack/">#hack</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/github/">#github</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<paper-item>
|
||||
|
||||
<paper-fab disabled icon="chevron-left"></paper-fab>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<paper-fab disabled icon="chevron-right"></paper-fab>
|
||||
|
||||
</paper-item>
|
||||
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<title>
|
||||
2016 07 // Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="2016 07" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/categories/2016-07/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="https://CoderSherlock.github.io/categories/2016-07/index.xml" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
<div class="posts">
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Pokemon-Go-Hack/">Pokemon Go Hack</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Pokemon-Go-Hack/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>3 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Cross-Compile-Seafile-2-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+165
-202
@@ -1,202 +1,165 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>2016 08</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-08/">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.</div>
|
||||
<div class="tags">
|
||||
15 Aug 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<paper-item>
|
||||
|
||||
<paper-fab disabled icon="chevron-left"></paper-fab>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<paper-fab disabled icon="chevron-right"></paper-fab>
|
||||
|
||||
</paper-item>
|
||||
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<title>
|
||||
2016 08 // Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="2016 08" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/categories/2016-08/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="https://CoderSherlock.github.io/categories/2016-08/index.xml" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
<div class="posts">
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>15</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Aug</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-08" href="https://codersherlock.github.io//categories/2016-08">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Cross-Compile-RSync-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,210 @@
|
||||
/* Preload images */
|
||||
body:after {
|
||||
content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.lightboxOverlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
background-color: black;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
|
||||
opacity: 0.8;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.lightbox {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 10000;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.lightbox .lb-image {
|
||||
display: block;
|
||||
height: auto;
|
||||
max-width: inherit;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-ms-border-radius: 3px;
|
||||
-o-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.lightbox a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.lb-outerContainer {
|
||||
position: relative;
|
||||
background-color: white;
|
||||
*zoom: 1;
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
margin: 0 auto;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-ms-border-radius: 4px;
|
||||
-o-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.lb-outerContainer:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.lb-container {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.lb-loader {
|
||||
position: absolute;
|
||||
top: 43%;
|
||||
left: 0;
|
||||
height: 25%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.lb-cancel {
|
||||
display: block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 0 auto;
|
||||
background: url(../img/loading.gif) no-repeat;
|
||||
}
|
||||
|
||||
.lb-nav {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.lb-container > .nav {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.lb-nav a {
|
||||
outline: none;
|
||||
background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
|
||||
}
|
||||
|
||||
.lb-prev, .lb-next {
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.lb-nav a.lb-prev {
|
||||
width: 34%;
|
||||
left: 0;
|
||||
float: left;
|
||||
background: url(../img/prev.png) left 48% no-repeat;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.6s;
|
||||
-moz-transition: opacity 0.6s;
|
||||
-o-transition: opacity 0.6s;
|
||||
transition: opacity 0.6s;
|
||||
}
|
||||
|
||||
.lb-nav a.lb-prev:hover {
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.lb-nav a.lb-next {
|
||||
width: 64%;
|
||||
right: 0;
|
||||
float: right;
|
||||
background: url(../img/next.png) right 48% no-repeat;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.6s;
|
||||
-moz-transition: opacity 0.6s;
|
||||
-o-transition: opacity 0.6s;
|
||||
transition: opacity 0.6s;
|
||||
}
|
||||
|
||||
.lb-nav a.lb-next:hover {
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.lb-dataContainer {
|
||||
margin: 0 auto;
|
||||
padding-top: 5px;
|
||||
*zoom: 1;
|
||||
width: 100%;
|
||||
-moz-border-radius-bottomleft: 4px;
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
-moz-border-radius-bottomright: 4px;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.lb-dataContainer:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.lb-data {
|
||||
padding: 0 4px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.lb-data .lb-details {
|
||||
width: 85%;
|
||||
float: left;
|
||||
text-align: left;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
|
||||
.lb-data .lb-caption {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
.lb-data .lb-number {
|
||||
display: block;
|
||||
clear: left;
|
||||
padding-bottom: 1em;
|
||||
font-size: 12px;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.lb-data .lb-close {
|
||||
display: block;
|
||||
float: right;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url(../img/close.png) top right no-repeat;
|
||||
text-align: right;
|
||||
outline: none;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
|
||||
opacity: 0.7;
|
||||
-webkit-transition: opacity 0.2s;
|
||||
-moz-transition: opacity 0.2s;
|
||||
-o-transition: opacity 0.2s;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
.lb-data .lb-close:hover {
|
||||
cursor: pointer;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
@@ -0,0 +1,492 @@
|
||||
* {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
html {
|
||||
color: #2d303b;
|
||||
}
|
||||
html, p, nav, section, article {
|
||||
font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
|
||||
}
|
||||
pre {
|
||||
padding: 0;
|
||||
}
|
||||
p {
|
||||
color: #2d303b;
|
||||
}
|
||||
a {
|
||||
-o-transition:.5s;
|
||||
-ms-transition:.5s;
|
||||
-moz-transition:.5s;
|
||||
-webkit-transition:.5s;
|
||||
transition:.5s;
|
||||
color: #616161;
|
||||
}
|
||||
a:hover {
|
||||
color:#E54028;
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
a.pure-button:hover, a.pure-button:focus {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.pure-button-primary:hover, a.pure-button-primary:focus {
|
||||
color: #fff;
|
||||
}
|
||||
p a {
|
||||
color:#7F1000;
|
||||
}
|
||||
h1 {
|
||||
font-family: 'Libre Baskerville', serif;
|
||||
font-weight: 700;
|
||||
}
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
.red {
|
||||
color: #E54028;
|
||||
}
|
||||
.dark-red {
|
||||
color: #7F1000;
|
||||
}
|
||||
.thin-line {
|
||||
height: 1px;
|
||||
border: 0px;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
/* Layout */
|
||||
.pure-img-responsive {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
#layout {
|
||||
padding: 0;
|
||||
}
|
||||
.header {
|
||||
text-align: center;
|
||||
top: auto;
|
||||
margin: 3em auto;
|
||||
}
|
||||
.content {
|
||||
padding: 2em 1em 0;
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
h1.brand-title {
|
||||
font-family: 'Libre Baskerville', serif;
|
||||
font-weight: 400;
|
||||
padding-top: 1rem;
|
||||
font-size: 3rem;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
h2.brand-tagline {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
.sidebar h1.brand-title {
|
||||
color: #fff;
|
||||
}
|
||||
.brand-tagline {
|
||||
font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
|
||||
font-weight: 200;
|
||||
}
|
||||
.sidebar {
|
||||
background: #2d303b;
|
||||
}
|
||||
.sidebar, .sidebar p {
|
||||
color: #8b8b8b;
|
||||
}
|
||||
.sidebar a {
|
||||
color: #fff;
|
||||
}
|
||||
.sidebar a:hover {
|
||||
color:#E54028;
|
||||
}
|
||||
|
||||
/* Nav */
|
||||
.nav-list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
.nav-item {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
zoom: 1;
|
||||
}
|
||||
.nav-item a {
|
||||
background: transparent;
|
||||
color: #fff;
|
||||
margin-top: 1rem;
|
||||
letter-spacing: 0.05rem;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.85rem;
|
||||
text-decoration: none;
|
||||
margin-right: 0.1rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
.nav-item a:hover,
|
||||
.nav-item a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
.nav-item-separator {
|
||||
font-weight: 100;
|
||||
font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
|
||||
color: #E54028;
|
||||
letter-spacing: -0.35rem;
|
||||
margin-right: 0.4rem;
|
||||
}
|
||||
|
||||
/* Nav To Top */
|
||||
#nav-to-top {
|
||||
display: none;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 10px;
|
||||
padding: 0.5rem 1.5rem 0.5rem 0.5rem;
|
||||
font-size: 0.85rem;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
/* Posts */
|
||||
h1.post-title a {
|
||||
text-decoration: none;
|
||||
color: #111111;
|
||||
}
|
||||
.post-date {
|
||||
color: #E54028;
|
||||
font-family: 'Libre Baskerville', serif;
|
||||
font-weight: 400;
|
||||
font-size: 1.0rem;
|
||||
}
|
||||
.post-date-day {
|
||||
font-size: 1.5rem;
|
||||
margin-right: -0.2rem;
|
||||
}
|
||||
.post-date-separator {
|
||||
font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
|
||||
font-weight: 100;
|
||||
letter-spacing: -0.35rem;
|
||||
font-size: 1.9rem;
|
||||
color: #7F1000;
|
||||
}
|
||||
.post-date-month {
|
||||
font-size: 0.8rem;
|
||||
color: #7F1000;
|
||||
}
|
||||
.post-date-year {
|
||||
font-size: 0.8rem;
|
||||
color: #7F1000;
|
||||
}
|
||||
a.post-author {
|
||||
font-size: 0.9rem;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.post-author-single {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.post-author-social a {
|
||||
color: #bbb;
|
||||
}
|
||||
.post-author-social a:hover, .post-author-social a:focus {
|
||||
color: #E54028;
|
||||
}
|
||||
.post-author-social i {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.post {
|
||||
padding-bottom: 1.8rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
.post p {
|
||||
margin-bottom: 1.75rem;
|
||||
margin-top: 0;
|
||||
}
|
||||
.post h3 {
|
||||
margin-bottom: .25rem;
|
||||
font-size: 1.4rem;
|
||||
color: #7F1000;
|
||||
font-weight: 500;
|
||||
}
|
||||
.post h3.post-subtitle {
|
||||
font-weight: 200;
|
||||
color: #999;
|
||||
}
|
||||
.post-title {
|
||||
font-size: 2rem;
|
||||
color: #222;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
.post-subtitle {
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
font-weight: 200;
|
||||
font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
|
||||
color: #999;
|
||||
}
|
||||
.post-reading-time {
|
||||
display: inline;
|
||||
font-size: 0.65rem;
|
||||
color: #aeaeae;
|
||||
}
|
||||
.post-avatar-wrapper {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 50px;
|
||||
overflow: hidden;
|
||||
margin-left: 1rem;
|
||||
float: right;
|
||||
}
|
||||
.post-avatar {
|
||||
height: 50px;
|
||||
}
|
||||
.post-summary {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
.read-more-link {
|
||||
float: right;
|
||||
clear: left;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
.read-more-link a {
|
||||
text-decoration: none;
|
||||
/*text-transform: uppercase;*/
|
||||
font-weight: 400;
|
||||
font-size: 0.9rem;
|
||||
color: #7F1000;
|
||||
}
|
||||
.read-more-link a:hover, .read-more-link a:focus {
|
||||
color: #E54028;
|
||||
}
|
||||
.read-more-slashes {
|
||||
font-weight: 100;
|
||||
font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
|
||||
color: #E54028;
|
||||
letter-spacing: -0.26rem;
|
||||
margin-right: 0.3rem;
|
||||
}
|
||||
|
||||
.post-description {
|
||||
color: #444;
|
||||
line-height: 1.8rem;
|
||||
}
|
||||
.post-meta {
|
||||
color: #2d303b;
|
||||
font-size: 90%;
|
||||
margin: 0;
|
||||
}
|
||||
p.post-meta {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.post-meta a {
|
||||
color: #616161;
|
||||
}
|
||||
.post-meta a:hover {
|
||||
color: #E54028;
|
||||
}
|
||||
.post-categories {
|
||||
clear: left;
|
||||
}
|
||||
.post-category {
|
||||
margin: 0 0.1rem;
|
||||
padding: 0.2rem 0.5rem;
|
||||
color: #fff;
|
||||
background: #999;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
a.post-category {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.post-category:hover {
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Banner Image */
|
||||
.content-banner-image {
|
||||
overflow: hidden;
|
||||
}
|
||||
.content-banner-image-inline {
|
||||
float: right;
|
||||
margin: 0.5rem 0 1.5rem 2rem;
|
||||
}
|
||||
|
||||
/* Social Sharing */
|
||||
.social-sharing {
|
||||
clear: left;
|
||||
padding-left: 2px;
|
||||
margin-top: 0.75rem;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
.social-sharing a {
|
||||
padding: 0.4rem;
|
||||
background: #ccc;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
.social-sharing a i {
|
||||
width: 16px;
|
||||
}
|
||||
.social-sharing a i span {
|
||||
display: none;
|
||||
}
|
||||
.social-sharing a.share-button-twitter:hover {
|
||||
background: #00aced;
|
||||
}
|
||||
.social-sharing a.share-button-facebook:hover {
|
||||
background: #3b5998;
|
||||
}
|
||||
.social-sharing a.share-button-linkedin:hover {
|
||||
background: #007bb6;
|
||||
}
|
||||
.social-sharing a.share-button-google-plus:hover {
|
||||
background: #dd4b39;
|
||||
}
|
||||
.social-sharing a.share-button-pinterest:hover {
|
||||
background: #cb2027;
|
||||
}
|
||||
.social-sharing a.share-button-vk:hover {
|
||||
background: #45668e;
|
||||
}
|
||||
|
||||
/* Tags */
|
||||
.tags-list {
|
||||
clear: left;
|
||||
margin-bottom: 0.75rem;
|
||||
font-size: 0.85rem;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
/* Decorative Marker */
|
||||
.decorative-marker {
|
||||
color: #E54028;
|
||||
letter-spacing: -0.25rem;
|
||||
margin-right: 0.4rem;
|
||||
margin-lefT: 0.1rem;
|
||||
}
|
||||
|
||||
/* Paging */
|
||||
.paging {
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
.paging, .paging-older, .paging-newer {
|
||||
clear: left;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.paging-older, .paging-newer {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
.paging-label {
|
||||
color: #999;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* ToC */
|
||||
#toc {
|
||||
float: right;
|
||||
padding: 0 1rem 1rem 1rem;
|
||||
border-left: 1px solid #eee;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
nav#TableOfContents li {
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
.toc-label {
|
||||
font-size: 0.8rem;
|
||||
color: #aeaeae;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 1rem 0;
|
||||
font-weight: 100;
|
||||
color: #aeaeae;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
.footer a, .footer p {
|
||||
color: #aeaeae;
|
||||
}
|
||||
.footer a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.footer a:hover {
|
||||
color:#E54028;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.footer .pure-menu a:hover,
|
||||
.footer .pure-menu a:focus {
|
||||
background: none;
|
||||
}
|
||||
ul.footer-menu {
|
||||
list-style: none;
|
||||
display: block;
|
||||
text-align:center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.footer-menu li {
|
||||
display: inline-block;
|
||||
margin-right: 0.5rem;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
hr.thin {
|
||||
height: 1px;
|
||||
border: 0;
|
||||
color: #eee;
|
||||
background-color: #eee;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
h1.brand-title {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
h2.brand-tagline {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.header>.sidebarphoto{
|
||||
width:160px;
|
||||
height:160px;
|
||||
border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
-webkit-border-radius: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 48rem) {
|
||||
.content {
|
||||
padding: 2rem 3rem 0;
|
||||
margin-left: 25%;
|
||||
}
|
||||
|
||||
.content-banner-image {
|
||||
margin-left: 25%;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin: 30% 2rem 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.header>.sidebarphoto{
|
||||
width:160px;
|
||||
height:160px;
|
||||
border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
-webkit-border-radius: 50%;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
|
After Width: | Height: | Size: 183 B |
Binary file not shown.
|
After Width: | Height: | Size: 280 B |
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
+263
-256
@@ -1,257 +1,264 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>Mil años de solitario</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/about/">about me</a></div>
|
||||
|
||||
<div class="description">2012 - Coder Sherlock 2013 - Sherlock Hao 2015 - Jon Hao Email me</div>
|
||||
<div class="tags">
|
||||
16 Aug 2016
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-08/">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.</div>
|
||||
<div class="tags">
|
||||
15 Aug 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/">Pokemon Go Hack</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/hack/">#hack</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/github/">#github</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<paper-item>
|
||||
|
||||
<paper-fab disabled icon="chevron-left"></paper-fab>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<paper-fab disabled icon="chevron-right"></paper-fab>
|
||||
|
||||
</paper-item>
|
||||
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<title>
|
||||
Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="Mil años de solitario" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="https://CoderSherlock.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
<div class="posts">
|
||||
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/about/">about me</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>16</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Aug</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>1 min. read</em></span>
|
||||
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
2012 - Coder Sherlock 2013 - Sherlock Hao 2015 - Jon Hao Email me
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/about/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>15</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Aug</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
<a class="post-category post-category-2016-08" href="https://codersherlock.github.io//categories/2016-08">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Cross-Compile-RSync-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Pokemon-Go-Hack/">Pokemon Go Hack</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Pokemon-Go-Hack/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>3 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Cross-Compile-Seafile-2-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Vendored
+10
File diff suppressed because one or more lines are too long
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
Ridiculously Responsive Social Sharing Buttons
|
||||
Team: @dbox, @joshuatuscan
|
||||
Site: http://www.kurtnoble.com/labs/rrssb
|
||||
Twitter: @therealkni
|
||||
|
||||
___ ___
|
||||
/__/| /__/\ ___
|
||||
| |:| \ \:\ / /\
|
||||
| |:| \ \:\ / /:/
|
||||
__| |:| _____\__\:\ /__/::\
|
||||
/__/\_|:|____ /__/::::::::\ \__\/\:\__
|
||||
\ \:\/:::::/ \ \:\~~\~~\/ \ \:\/\
|
||||
\ \::/~~~~ \ \:\ ~~~ \__\::/
|
||||
\ \:\ \ \:\ /__/:/
|
||||
\ \:\ \ \:\ \__\/
|
||||
\__\/ \__\/
|
||||
*/(function(e,t,n){"use strict";var r=function(){t(".rrssb-buttons").each(function(e){var n=t(this),r=t("li",n).length,i=100/r;t("li",n).css("width",i+"%").attr("data-initwidth",i)})},i=function(){t(".rrssb-buttons").each(function(e){var n=t(this),r=parseFloat(t(n).width()),i=t("li",n).not(".small").first().width(),s=t("li.small",n).length;i>170&&s<1?t(n).addClass("large-format"):t(n).removeClass("large-format");r<200?t(n).removeClass("small-format").addClass("tiny-format"):t(n).removeClass("tiny-format")})},s=function(){t(".rrssb-buttons").each(function(e){var n=t(this),r=0,i=0,s,o,a=t("li.small",n).length;if(a===t("li",n).length){var f=a*42,l=parseFloat(t(n).width());s=t("li.small",n).first();o=parseFloat(t(s).attr("data-size"))+55;if(f+o<l){t(n).removeClass("small-format");t("li.small",n).first().removeClass("small");u()}}else{t("li",n).not(".small").each(function(e){var n=parseFloat(t(this).attr("data-size"))+55,s=parseFloat(t(this).width());r+=s;i+=n});var c=r-i;s=t("li.small",n).first();o=parseFloat(t(s).attr("data-size"))+55;if(o<c){t(s).removeClass("small");u()}}})},o=function(e){t(".rrssb-buttons").each(function(e){var n=t(this),r=t("li",n).nextAll(),i=r.length;t(t("li",n).get().reverse()).each(function(e,r){if(t(this).hasClass("small")===!1){var i=parseFloat(t(this).attr("data-size"))+55,o=parseFloat(t(this).width());if(i>o){var a=t("li",n).not(".small").last();t(a).addClass("small");u()}}--r||s()})});e===!0&&f(u)},u=function(){t(".rrssb-buttons").each(function(e){var n=t(this),i,s,o,u,a,f=t("li.small",n).length;if(f>0&&f!==t("li",n).length){t(n).removeClass("small-format");t("li.small",n).css("width","42px");o=f*42;i=t("li",n).not(".small").length;s=100/i;a=o/i;navigator.userAgent.indexOf("Chrome")>=0||navigator.userAgent.indexOf("Safari")>=0?u="-webkit-calc("+s+"% - "+a+"px)":navigator.userAgent.indexOf("Firefox")>=0?u="-moz-calc("+s+"% - "+a+"px)":u="calc("+s+"% - "+a+"px)";t("li",n).not(".small").css("width",u)}else if(f===t("li",n).length){t(n).addClass("small-format");r()}else{t(n).removeClass("small-format");r()}});i()},a=function(){t(".rrssb-buttons").each(function(e){t(this).addClass("rrssb-"+(e+1))});r();t(".rrssb-buttons li .text").each(function(e){var n=parseFloat(t(this).width());t(this).closest("li").attr("data-size",n)});o(!0)},f=function(e){t(".rrssb-buttons li.small").removeClass("small");o();e()},l=function(t,r,i,s){var o=e.screenLeft!==n?e.screenLeft:screen.left,u=e.screenTop!==n?e.screenTop:screen.top,a=e.innerWidth?e.innerWidth:document.documentElement.clientWidth?document.documentElement.clientWidth:screen.width,f=e.innerHeight?e.innerHeight:document.documentElement.clientHeight?document.documentElement.clientHeight:screen.height,l=a/2-i/2+o,c=f/3-s/3+u,h=e.open(t,r,"scrollbars=yes, width="+i+", height="+s+", top="+c+", left="+l);e.focus&&h.focus()},c=function(){var e={};return function(t,n,r){r||(r="Don't call this twice without a uniqueId");e[r]&&clearTimeout(e[r]);e[r]=setTimeout(t,n)}}();t(".rrssb-buttons a.popup").on("click",function(e){var n=t(this);l(n.attr("href"),n.find(".text").html(),580,470);e.preventDefault()});t(e).resize(function(){f(u);c(function(){f(u)},200,"finished resizing")});t(document).ready(function(){a()})})(window,jQuery);
|
||||
@@ -1,156 +1,167 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>Cross Compile RSync ARM</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="article">
|
||||
<div class="title">Cross Compile RSync ARM</div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-08/">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<title>
|
||||
Cross Compile RSync ARM // Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="Cross Compile RSync ARM" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="pure-u-1 pure-u-md-1-4">
|
||||
<small class="toc-label">Contents</small>
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#cross-compile-rsync-to-arm-platform">Cross Compile Rsync to ARM platform</a>
|
||||
<ul>
|
||||
<li><a href="#motivation">Motivation</a></li>
|
||||
<li><a href="#pre-work">Pre-work</a></li>
|
||||
<li><a href="#cross-compile-rsync">Cross-Compile Rsync</a></li>
|
||||
<li><a href="#push-rsync-to-android">Push RSync to Android.</a></li>
|
||||
<li><a href="#run-rsync-with-argument">Run Rsync with argument</a></li>
|
||||
<li><a href="#references">References</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section class="post">
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a>
|
||||
</h1>
|
||||
<h3 class="post-subtitle">
|
||||
|
||||
</h3>
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>15</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Aug</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
<a class="post-category post-category-2016-08" href="https://codersherlock.github.io//categories/2016-08">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h1 id="cross-compile-rsync-to-arm-platform">Cross Compile Rsync to ARM platform</h1>
|
||||
|
||||
@@ -194,64 +205,74 @@ $ mv ../../../local/tmp/rsync .
|
||||
<h2 id="references">References</h2>
|
||||
|
||||
<p><a href="http://stackoverflow.com/questions/8130889/build-rsync-for-android">Build Rsync for Android</a></p>
|
||||
</div>
|
||||
<div class="tags">
|
||||
15 Aug 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
|
||||
var disqus_shortname = 'codersherlockblog';
|
||||
|
||||
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<paper-item>
|
||||
|
||||
<a href="https://codersherlock.github.io/about/"><paper-fab icon="chevron-left"><a></a></paper-fab></a>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/"><paper-fab icon="chevron-right"></paper-fab></a>
|
||||
|
||||
</paper-item>
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="tags-list">
|
||||
<span class="dark-red">Tags</span><span class="decorative-marker">//</span>
|
||||
|
||||
<a class="post-tag post-tag-android" href="https://codersherlock.github.io//tags/android">android</a>,
|
||||
|
||||
<a class="post-tag post-tag-arm" href="https://codersherlock.github.io//tags/arm">arm</a>,
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="paging">
|
||||
<span class="paging-label">More Reading</span>
|
||||
|
||||
<div class="paging-newer">
|
||||
<span class="dark-red">Newer</span><span class="decorative-marker">//</span>
|
||||
<a class="paging-link" href="/about/">about me</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="paging-older">
|
||||
<span class="dark-red">Older</span><span class="decorative-marker">//</span>
|
||||
<a class="paging-link" href="/post/Pokemon-Go-Hack/">Pokemon Go Hack</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'codersherlockblog';
|
||||
var disqus_identifier = 'https:\/\/codersherlock.github.io\/post\/Cross-Compile-RSync-ARM\/';
|
||||
var disqus_title = 'Cross Compile RSync ARM';
|
||||
var disqus_url = 'https:\/\/codersherlock.github.io\/post\/Cross-Compile-RSync-ARM\/';
|
||||
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,156 +1,187 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>Cross Compile Seafile 2 ARM</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="article">
|
||||
<div class="title">Cross Compile Seafile 2 ARM</div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<title>
|
||||
Cross Compile Seafile 2 ARM // Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="Cross Compile Seafile 2 ARM" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="pure-u-1 pure-u-md-1-4">
|
||||
<small class="toc-label">Contents</small>
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#cross-compile-seafile-to-arm-platform">Cross Compile Seafile to ARM platform</a>
|
||||
<ul>
|
||||
<li><a href="#motivation">Motivation</a></li>
|
||||
<li><a href="#pre-work">Pre-work</a>
|
||||
<ul>
|
||||
<li><a href="#prerequisites">Prerequisites</a></li>
|
||||
<li><a href="#link-with-standalone-tool-chains">Link with standalone tool-chains</a></li>
|
||||
<li><a href="#original-system-environment-configuration">Original System Environment Configuration</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#compile-process">Compile Process</a>
|
||||
<ul>
|
||||
<li><a href="#libsearpc">libsearpc</a>
|
||||
<ul>
|
||||
<li><a href="#glib">glib</a>
|
||||
<ul>
|
||||
<li><a href="#libiconv">libiconv</a></li>
|
||||
<li><a href="#libffi">libffi</a></li>
|
||||
<li><a href="#gettext">gettext</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#libjasson">libjasson</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#ccnet">ccnet</a>
|
||||
<ul>
|
||||
<li><a href="#libuuid">libuuid</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#seafile">seafile</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#preferences">Preferences</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section class="post">
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a>
|
||||
</h1>
|
||||
<h3 class="post-subtitle">
|
||||
|
||||
</h3>
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h1 id="cross-compile-seafile-to-arm-platform">Cross Compile Seafile to ARM platform</h1>
|
||||
|
||||
@@ -278,64 +309,69 @@ export LDFLAGS="-Wl,-rpath-link=-I${SYSROOT}/usr/lib -L${SYSROOT}/usr/lib -
|
||||
<ul>
|
||||
<li><a href="http://zwyuan.github.io/2016/07/17/cross-compile-glib-for-android/">zwyuan</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
|
||||
var disqus_shortname = 'codersherlockblog';
|
||||
|
||||
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<paper-item>
|
||||
|
||||
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/"><paper-fab icon="chevron-left"><a></a></paper-fab></a>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<paper-fab disabled icon="chevron-right"></paper-fab>
|
||||
|
||||
</paper-item>
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="tags-list">
|
||||
<span class="dark-red">Tags</span><span class="decorative-marker">//</span>
|
||||
|
||||
<a class="post-tag post-tag-android" href="https://codersherlock.github.io//tags/android">android</a>,
|
||||
|
||||
<a class="post-tag post-tag-arm" href="https://codersherlock.github.io//tags/arm">arm</a>,
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="paging">
|
||||
<span class="paging-label">More Reading</span>
|
||||
|
||||
<div class="paging-newer">
|
||||
<span class="dark-red">Newer</span><span class="decorative-marker">//</span>
|
||||
<a class="paging-link" href="/post/Pokemon-Go-Hack/">Pokemon Go Hack</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'codersherlockblog';
|
||||
var disqus_identifier = 'https:\/\/codersherlock.github.io\/post\/Cross-Compile-Seafile-2-ARM\/';
|
||||
var disqus_title = 'Cross Compile Seafile 2 ARM';
|
||||
var disqus_url = 'https:\/\/codersherlock.github.io\/post\/Cross-Compile-Seafile-2-ARM\/';
|
||||
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+231
-214
@@ -1,156 +1,163 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>Pokemon Go Hack</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="article">
|
||||
<div class="title">Pokemon Go Hack</div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<title>
|
||||
Pokemon Go Hack // Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="Pokemon Go Hack" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://codersherlock.github.io/post/Pokemon-Go-Hack/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="pure-u-1 pure-u-md-1-4">
|
||||
<small class="toc-label">Contents</small>
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#catch-them-all-until-bored">Catch them all until bored</a>
|
||||
<ul>
|
||||
<li><a href="#preface">Preface</a></li>
|
||||
<li><a href="#todo-list">TODO List</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section class="post">
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Pokemon-Go-Hack/">Pokemon Go Hack</a>
|
||||
</h1>
|
||||
<h3 class="post-subtitle">
|
||||
|
||||
</h3>
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h1 id="catch-them-all-until-bored">Catch them all until bored</h1>
|
||||
|
||||
@@ -168,64 +175,74 @@ Anyway, after coming back, I think I write too much on useless words, so let me
|
||||
-[ ] Smart Walking route
|
||||
-[ ] Pokemon Predict (Thanks to Pokevision’s idea)
|
||||
-[ ] Become a Pokemon Master</p>
|
||||
</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/hack/">#hack</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/github/">#github</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
|
||||
var disqus_shortname = 'codersherlockblog';
|
||||
|
||||
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<paper-item>
|
||||
|
||||
<a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/"><paper-fab icon="chevron-left"><a></a></paper-fab></a>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/"><paper-fab icon="chevron-right"></paper-fab></a>
|
||||
|
||||
</paper-item>
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="tags-list">
|
||||
<span class="dark-red">Tags</span><span class="decorative-marker">//</span>
|
||||
|
||||
<a class="post-tag post-tag-hack" href="https://codersherlock.github.io//tags/hack">hack</a>,
|
||||
|
||||
<a class="post-tag post-tag-github" href="https://codersherlock.github.io//tags/github">github</a>,
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="paging">
|
||||
<span class="paging-label">More Reading</span>
|
||||
|
||||
<div class="paging-newer">
|
||||
<span class="dark-red">Newer</span><span class="decorative-marker">//</span>
|
||||
<a class="paging-link" href="/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="paging-older">
|
||||
<span class="dark-red">Older</span><span class="decorative-marker">//</span>
|
||||
<a class="paging-link" href="/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'codersherlockblog';
|
||||
var disqus_identifier = 'https:\/\/codersherlock.github.io\/post\/Pokemon-Go-Hack\/';
|
||||
var disqus_title = 'Pokemon Go Hack';
|
||||
var disqus_url = 'https:\/\/codersherlock.github.io\/post\/Pokemon-Go-Hack\/';
|
||||
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+237
-246
@@ -1,246 +1,237 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>Posts</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-08/">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.</div>
|
||||
<div class="tags">
|
||||
15 Aug 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/">Pokemon Go Hack</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/hack/">#hack</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/github/">#github</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<paper-item>
|
||||
|
||||
<paper-fab disabled icon="chevron-left"></paper-fab>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<paper-fab disabled icon="chevron-right"></paper-fab>
|
||||
|
||||
</paper-item>
|
||||
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<title>
|
||||
Posts // Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="Posts" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/post/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="https://CoderSherlock.github.io/post/index.xml" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
<div class="posts">
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>15</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Aug</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-08" href="https://codersherlock.github.io//categories/2016-08">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Cross-Compile-RSync-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Pokemon-Go-Hack/">Pokemon Go Hack</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Pokemon-Go-Hack/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>3 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Cross-Compile-Seafile-2-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+201
-224
@@ -1,224 +1,201 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>Android</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-08/">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.</div>
|
||||
<div class="tags">
|
||||
15 Aug 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<paper-item>
|
||||
|
||||
<paper-fab disabled icon="chevron-left"></paper-fab>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<paper-fab disabled icon="chevron-right"></paper-fab>
|
||||
|
||||
</paper-item>
|
||||
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<title>
|
||||
Android // Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="Android" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/tags/android/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="https://CoderSherlock.github.io/tags/android/index.xml" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
<div class="posts">
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>15</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Aug</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-08" href="https://codersherlock.github.io//categories/2016-08">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Cross-Compile-RSync-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>3 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Cross-Compile-Seafile-2-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+201
-224
@@ -1,224 +1,201 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>Arm</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-08/">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.</div>
|
||||
<div class="tags">
|
||||
15 Aug 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/android/">#android</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<paper-item>
|
||||
|
||||
<paper-fab disabled icon="chevron-left"></paper-fab>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<paper-fab disabled icon="chevron-right"></paper-fab>
|
||||
|
||||
</paper-item>
|
||||
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<title>
|
||||
Arm // Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="Arm" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/tags/arm/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="https://CoderSherlock.github.io/tags/arm/index.xml" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
<div class="posts">
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>15</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Aug</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-08" href="https://codersherlock.github.io//categories/2016-08">2016-08</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Cross-Compile-RSync-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>3 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Cross-Compile-Seafile-2-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+165
-202
@@ -1,202 +1,165 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>Github</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/">Pokemon Go Hack</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/hack/">#hack</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/github/">#github</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<paper-item>
|
||||
|
||||
<paper-fab disabled icon="chevron-left"></paper-fab>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<paper-fab disabled icon="chevron-right"></paper-fab>
|
||||
|
||||
</paper-item>
|
||||
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<title>
|
||||
Github // Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="Github" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/tags/github/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="https://CoderSherlock.github.io/tags/github/index.xml" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
<div class="posts">
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Pokemon-Go-Hack/">Pokemon Go Hack</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Pokemon-Go-Hack/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+165
-202
@@ -1,202 +1,165 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
||||
<title>Hack</title>
|
||||
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
|
||||
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
|
||||
<style is="custom-style">
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.nav {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
paper-scroll-header-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: var(--paper-grey-200, #eee);
|
||||
|
||||
--paper-scroll-header-panel-full-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
|
||||
--paper-scroll-header-panel-condensed-header: {
|
||||
background-image: url(https://codersherlock.github.io//images/cover.png);
|
||||
};
|
||||
}
|
||||
|
||||
paper-toolbar {
|
||||
|
||||
height: 256px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.profile{
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.photo{
|
||||
margin: 20px;
|
||||
display: inline-block;
|
||||
height: 64px; width: 64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.article{
|
||||
border: 1px solid #bebebe;
|
||||
padding: 16px;
|
||||
margin: 16px;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.title{
|
||||
font-size: 22px;
|
||||
padding: 8px 0 16px;
|
||||
}
|
||||
.description{
|
||||
font-size: 16px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.author{
|
||||
font-size: 16px;
|
||||
padding-left: 20px;
|
||||
color: white;
|
||||
}
|
||||
.design{
|
||||
font-size: 14px;
|
||||
}
|
||||
.copyright{
|
||||
font-size: 16px;
|
||||
}
|
||||
paper-menu a {
|
||||
text-decoration: none;
|
||||
color: #212121;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
|
||||
<div class="nav scroll" drawer>
|
||||
|
||||
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
|
||||
|
||||
|
||||
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
|
||||
|
||||
<div class="author">Jon Hao</div>
|
||||
</iron-image>
|
||||
<paper-menu>
|
||||
<a href="https://codersherlock.github.io/"><paper-item>
|
||||
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//categories/"><paper-item>
|
||||
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
<a href="https://codersherlock.github.io//tags/"><paper-item>
|
||||
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
|
||||
<iron-icon icon="chevron-right"></iron-icon>
|
||||
</paper-item></a>
|
||||
</paper-menu>
|
||||
</div>
|
||||
|
||||
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
|
||||
|
||||
<paper-toolbar>
|
||||
|
||||
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
|
||||
<div class="bottom title">Mil años de solitario</div>
|
||||
<div class="flex"></div>
|
||||
|
||||
|
||||
|
||||
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
|
||||
|
||||
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
|
||||
|
||||
</paper-toolbar>
|
||||
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
|
||||
<div class="article">
|
||||
<div class="title"><a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/">Pokemon Go Hack</a></div>
|
||||
|
||||
<div class="categories">
|
||||
|
||||
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.</div>
|
||||
<div class="tags">
|
||||
30 Jul 2016
|
||||
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/hack/">#hack</a>
|
||||
|
||||
<a href="https://codersherlock.github.io//tags/github/">#github</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<paper-item>
|
||||
|
||||
<paper-fab disabled icon="chevron-left"></paper-fab>
|
||||
|
||||
<div class="flex"></div>
|
||||
|
||||
<paper-fab disabled icon="chevron-right"></paper-fab>
|
||||
|
||||
</paper-item>
|
||||
|
||||
|
||||
<paper-item>
|
||||
<div class="copyright"></div>
|
||||
<div class="flex"></div>
|
||||
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
|
||||
</paper-item>
|
||||
</paper-scroll-header-panel>
|
||||
</paper-drawer-panel>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-82637164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<title>
|
||||
Hack // Mil años de solitario
|
||||
</title>
|
||||
|
||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
|
||||
<meta property="og:title" content="Hack" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://CoderSherlock.github.io/tags/hack/" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
|
||||
<link href="https://CoderSherlock.github.io/tags/hack/index.xml" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="layout" class="pure-g">
|
||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
||||
<div class="header">
|
||||
|
||||
|
||||
|
||||
<img src="/images/photo.png" class="sidebarphoto">
|
||||
|
||||
|
||||
<h1 class="brand-title">Mil años de solitario</h1>
|
||||
<h2 class="brand-tagline">A boy who can't step into academia</h2>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
|
||||
|
||||
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="social-buttons">
|
||||
|
||||
|
||||
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content pure-u-1 pure-u-md-3-4">
|
||||
<a name="top"></a>
|
||||
|
||||
|
||||
<div class="posts">
|
||||
|
||||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/post/Pokemon-Go-Hack/">Pokemon Go Hack</a>
|
||||
</h1>
|
||||
</header>
|
||||
<p class="post-meta">
|
||||
|
||||
<span class="post-date">
|
||||
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
|
||||
|
||||
|
||||
<div class="post-categories">
|
||||
|
||||
|
||||
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
|
||||
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<article class="post-summary">
|
||||
Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.
|
||||
</article>
|
||||
<div class="read-more-link">
|
||||
<a href="/post/Pokemon-Go-Hack/"><span class="read-more-slashes">//</span>Read More...</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<hr class="thin" />
|
||||
<div class="pure-menu pure-menu-horizontal pure-menu-open">
|
||||
<ul class="footer-menu">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>© 2016. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 570 B |
Reference in New Issue
Block a user