mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-12 23:58:11 -07:00
195 lines
6.3 KiB
HTML
195 lines
6.3 KiB
HTML
<!DOCTYPE HTML>
|
|
|
|
<html lang="en-us">
|
|
|
|
<head>
|
|
<meta name="generator" content="Hugo 0.16" />
|
|
<meta charset="utf-8">
|
|
<title>Mil años de solitario</title>
|
|
<meta name="author" content="map[name:CoderSherlock email:haopengzhan@gmail.com]">
|
|
|
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
|
|
|
<meta name="HandheldFriendly" content="True">
|
|
<meta name="MobileOptimized" content="320">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="canonical" href="https://CoderSherlock.github.io/">
|
|
<link href="https://codersherlock.github.io//favicon.png" rel="shortcut icon">
|
|
<link href="https://codersherlock.github.io//css/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
|
|
<link href="https://codersherlock.github.io//css/font-awesome.min.css" media="screen, projection" rel="stylesheet" type="text/css">
|
|
|
|
<link href='http://fonts.googleapis.com/css?family=Nunito:400,300,700' rel='stylesheet' type='text/css'>
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<div class="container">
|
|
<div class="left-col">
|
|
<div class="intrude-less">
|
|
<header id="header" class="inner"><div class="profilepic">
|
|
|
|
|
|
<script src="https://codersherlock.github.io//js/md5.js"></script>
|
|
<script type="text/javascript">
|
|
$(function(){
|
|
$('.profilepic').append("<img src='http://www.gravatar.com/avatar/" + MD5('haopengzhan@gmail.com') + "?s=160' alt='Profile Picture' style='width: 160px;' />");
|
|
});
|
|
</script>
|
|
|
|
|
|
</div>
|
|
|
|
<nav id="main-nav"><ul class="main">
|
|
<li><a href="/">Blog</a></li>
|
|
<li><a href="http://about.me/shashankmehta">About</a></li>
|
|
<li><a href="/post/">Archives</a></li>
|
|
</ul>
|
|
|
|
<section class="aboutme">
|
|
<p>
|
|
A boy who can't step into academia
|
|
</p>
|
|
</section>
|
|
</nav>
|
|
<nav id="sub-nav">
|
|
<div class="social">
|
|
|
|
<a class="email" href='mailto:haopengzhan@gmail.com' title="Email">Email</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
</div>
|
|
</div>
|
|
<div class="mid-col">
|
|
|
|
<div class="mid-col-container">
|
|
<div id="content" class="inner">
|
|
|
|
<div itemscope itemtype="http://schema.org/Blog">
|
|
|
|
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
|
|
<div class="meta">
|
|
<div class="date"><time datetime='Mon, Aug 15, 2016' data-updated="true" itemprop="datePublished">Mon, Aug 15, 2016</time>
|
|
</div>
|
|
<div class="tags">
|
|
|
|
|
|
|
|
|
|
<a href="https://codersherlock.github.io//categories/2016-08"> 2016-08 </a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<h1 class="title" itemprop="name"><a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/" itemprop="url">Cross Compile RSync ARM</a></h1>
|
|
<div class="entry-content" itemprop="articleBody">
|
|
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.
|
|
<a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/" class="more-link">Read on →</a>
|
|
</div>
|
|
</article>
|
|
|
|
|
|
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
|
|
<div class="meta">
|
|
<div class="date"><time datetime='Sat, Jul 30, 2016' data-updated="true" itemprop="datePublished">Sat, Jul 30, 2016</time>
|
|
</div>
|
|
<div class="tags">
|
|
|
|
|
|
|
|
|
|
<a href="https://codersherlock.github.io//categories/2016-07"> 2016-07 </a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<h1 class="title" itemprop="name"><a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/" itemprop="url">Pokemon Go Hack</a></h1>
|
|
<div class="entry-content" itemprop="articleBody">
|
|
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.
|
|
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/" class="more-link">Read on →</a>
|
|
</div>
|
|
</article>
|
|
|
|
|
|
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
|
|
<div class="meta">
|
|
<div class="date"><time datetime='Sat, Jul 30, 2016' data-updated="true" itemprop="datePublished">Sat, Jul 30, 2016</time>
|
|
</div>
|
|
<div class="tags">
|
|
|
|
|
|
|
|
|
|
<a href="https://codersherlock.github.io//categories/2016-07"> 2016-07 </a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<h1 class="title" itemprop="name"><a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" itemprop="url">Cross Compile Seafile 2 ARM</a></h1>
|
|
<div class="entry-content" itemprop="articleBody">
|
|
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.
|
|
<a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="more-link">Read on →</a>
|
|
</div>
|
|
</article>
|
|
|
|
|
|
</div>
|
|
<nav id="pagenavi">
|
|
|
|
|
|
<div class="center"><a href="https://codersherlock.github.io//post/">Blog Archives</a></div>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
<footer id="footer" class="inner">Copyright © 2016
|
|
|
|
CoderSherlock
|
|
|
|
Design credit: <a href="http://shashankmehta.in/archive/2012/greyshade.html">Shashank Mehta</a>
|
|
<script src="https://codersherlock.github.io//js/slash.js"></script>
|
|
<script src="https://codersherlock.github.io//js/jquery.fancybox.pack.js"></script>
|
|
<script type="text/javascript">
|
|
(function($){
|
|
$('.fancybox').fancybox();
|
|
})(jQuery);
|
|
</script></footer>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|