I_HATE_THEMES

This commit is contained in:
2016-08-16 14:34:48 -04:00
parent d9211cb90c
commit 11ca0a067a
31 changed files with 2693 additions and 1638 deletions
+169 -158
View File
@@ -1,177 +1,188 @@
<!DOCTYPE HTML>
<html lang="en-us">
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta charset="utf-8">
<title>Mil años de solitario</title>
<meta name="author" content="map[name:CoderSherlock email:haopengzhan@gmail.com]">
<title>
Android // Mil años de solitario
</title>
<meta name="description" content="">
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<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/tags/android/">
<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>
<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>
<link rel="stylesheet" type="text/css" href="/css/my-categories.css">
</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 id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<img src="/img/photo.png" class="sidebarphoto">
<h1 class="brand-title">My Site</h1>
<h2 class="brand-tagline">Is super awesome</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="/posts">Blog</a></li>
</ul>
</nav>
</div>
</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&#39;t step into academia
</p>
</section>
</nav>
<nav id="sub-nav">
<div class="social">
<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&rsquo;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&rsquo;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">
<a class="email" href='mailto:haopengzhan@gmail.com' title="Email">Email</a>
</ul>
</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">
<section class="archives"><h1 class="year">2016</h1>
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<span class="date"><time datetime='2016' itemprop="datePublished">Aug 15</time></span>
<br>
<span class="tags">
<a href="https://codersherlock.github.io//categories/2016-08"> 2016-08 </a>
</span>
</div>
<h1 class="title" itemprop="name"><a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a></h1>
</article>
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<span class="date"><time datetime='2016' itemprop="datePublished">Jul 30</time></span>
<br>
<span class="tags">
<a href="https://codersherlock.github.io//categories/2016-07"> 2016-07 </a>
</span>
</div>
<h1 class="title" itemprop="name"><a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></h1>
</article>
</section>
<p>&copy; 2016. All rights reserved.</p>
</div>
</div>
</div>
<footer id="footer" class="inner">Copyright &copy; 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>
</div>
</div>
</body>
</html>
+12 -10
View File
@@ -1,19 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Android on Mil años de solitario </title>
<generator uri="https://gohugo.io">Hugo</generator>
<title>Android on Mil años de solitario</title>
<link>https://CoderSherlock.github.io/tags/android/</link>
<description>Recent content in Android on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<author>CoderSherlock</author>
<updated>Mon, 15 Aug 2016 15:44:05 EDT</updated>
<managingEditor>haopengzhan@gmail.com (CoderSherlock)</managingEditor>
<webMaster>haopengzhan@gmail.com (CoderSherlock)</webMaster>
<lastBuildDate>Mon, 15 Aug 2016 15:44:05 -0400</lastBuildDate>
<atom:link href="https://CoderSherlock.github.io/tags/android/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Cross Compile RSync ARM</title>
<link>https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/</link>
<pubDate>Mon, 15 Aug 2016 15:44:05 EDT</pubDate>
<author>CoderSherlock</author>
<pubDate>Mon, 15 Aug 2016 15:44:05 -0400</pubDate>
<author>haopengzhan@gmail.com (CoderSherlock)</author>
<guid>https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/</guid>
<description>
@@ -65,8 +67,8 @@ $ mv ../../../local/tmp/rsync .
<item>
<title>Cross Compile Seafile 2 ARM</title>
<link>https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 EDT</pubDate>
<author>CoderSherlock</author>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<author>haopengzhan@gmail.com (CoderSherlock)</author>
<guid>https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
<description>
@@ -200,4 +202,4 @@ export LDFLAGS=&amp;quot;-Wl,-rpath-link=-I${SYSROOT}/usr/lib -L${SYSROOT}/usr/l
</item>
</channel>
</rss>
</rss>
+169 -158
View File
@@ -1,177 +1,188 @@
<!DOCTYPE HTML>
<html lang="en-us">
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta charset="utf-8">
<title>Mil años de solitario</title>
<meta name="author" content="map[name:CoderSherlock email:haopengzhan@gmail.com]">
<title>
Arm // Mil años de solitario
</title>
<meta name="description" content="">
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<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/tags/arm/">
<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>
<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>
<link rel="stylesheet" type="text/css" href="/css/my-categories.css">
</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 id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<img src="/img/photo.png" class="sidebarphoto">
<h1 class="brand-title">My Site</h1>
<h2 class="brand-tagline">Is super awesome</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="/posts">Blog</a></li>
</ul>
</nav>
</div>
</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&#39;t step into academia
</p>
</section>
</nav>
<nav id="sub-nav">
<div class="social">
<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&rsquo;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&rsquo;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">
<a class="email" href='mailto:haopengzhan@gmail.com' title="Email">Email</a>
</ul>
</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">
<section class="archives"><h1 class="year">2016</h1>
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<span class="date"><time datetime='2016' itemprop="datePublished">Aug 15</time></span>
<br>
<span class="tags">
<a href="https://codersherlock.github.io//categories/2016-08"> 2016-08 </a>
</span>
</div>
<h1 class="title" itemprop="name"><a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a></h1>
</article>
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<span class="date"><time datetime='2016' itemprop="datePublished">Jul 30</time></span>
<br>
<span class="tags">
<a href="https://codersherlock.github.io//categories/2016-07"> 2016-07 </a>
</span>
</div>
<h1 class="title" itemprop="name"><a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></h1>
</article>
</section>
<p>&copy; 2016. All rights reserved.</p>
</div>
</div>
</div>
<footer id="footer" class="inner">Copyright &copy; 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>
</div>
</div>
</body>
</html>
+12 -10
View File
@@ -1,19 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Arm on Mil años de solitario </title>
<generator uri="https://gohugo.io">Hugo</generator>
<title>Arm on Mil años de solitario</title>
<link>https://CoderSherlock.github.io/tags/arm/</link>
<description>Recent content in Arm on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<author>CoderSherlock</author>
<updated>Mon, 15 Aug 2016 15:44:05 EDT</updated>
<managingEditor>haopengzhan@gmail.com (CoderSherlock)</managingEditor>
<webMaster>haopengzhan@gmail.com (CoderSherlock)</webMaster>
<lastBuildDate>Mon, 15 Aug 2016 15:44:05 -0400</lastBuildDate>
<atom:link href="https://CoderSherlock.github.io/tags/arm/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Cross Compile RSync ARM</title>
<link>https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/</link>
<pubDate>Mon, 15 Aug 2016 15:44:05 EDT</pubDate>
<author>CoderSherlock</author>
<pubDate>Mon, 15 Aug 2016 15:44:05 -0400</pubDate>
<author>haopengzhan@gmail.com (CoderSherlock)</author>
<guid>https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/</guid>
<description>
@@ -65,8 +67,8 @@ $ mv ../../../local/tmp/rsync .
<item>
<title>Cross Compile Seafile 2 ARM</title>
<link>https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 EDT</pubDate>
<author>CoderSherlock</author>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<author>haopengzhan@gmail.com (CoderSherlock)</author>
<guid>https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
<description>
@@ -200,4 +202,4 @@ export LDFLAGS=&amp;quot;-Wl,-rpath-link=-I${SYSROOT}/usr/lib -L${SYSROOT}/usr/l
</item>
</channel>
</rss>
</rss>
+133 -127
View File
@@ -1,146 +1,152 @@
<!DOCTYPE HTML>
<html lang="en-us">
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta charset="utf-8">
<title>Mil años de solitario</title>
<meta name="author" content="map[name:CoderSherlock email:haopengzhan@gmail.com]">
<title>
Github // Mil años de solitario
</title>
<meta name="description" content="">
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<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/tags/github/">
<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>
<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>
<link rel="stylesheet" type="text/css" href="/css/my-categories.css">
</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 id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<img src="/img/photo.png" class="sidebarphoto">
<h1 class="brand-title">My Site</h1>
<h2 class="brand-tagline">Is super awesome</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="/posts">Blog</a></li>
</ul>
</nav>
</div>
</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&#39;t step into academia
</p>
</section>
</nav>
<nav id="sub-nav">
<div class="social">
<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">
<a class="email" href='mailto:haopengzhan@gmail.com' title="Email">Email</a>
</ul>
</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">
<section class="archives"><h1 class="year">2016</h1>
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<span class="date"><time datetime='2016' itemprop="datePublished">Jul 30</time></span>
<br>
<span class="tags">
<a href="https://codersherlock.github.io//categories/2016-07"> 2016-07 </a>
</span>
</div>
<h1 class="title" itemprop="name"><a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/">Pokemon Go Hack</a></h1>
</article>
</section>
<p>&copy; 2016. All rights reserved.</p>
</div>
</div>
</div>
<footer id="footer" class="inner">Copyright &copy; 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>
</div>
</div>
</body>
</html>
+10 -8
View File
@@ -1,19 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Github on Mil años de solitario </title>
<generator uri="https://gohugo.io">Hugo</generator>
<title>Github on Mil años de solitario</title>
<link>https://CoderSherlock.github.io/tags/github/</link>
<description>Recent content in Github on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<author>CoderSherlock</author>
<updated>Sat, 30 Jul 2016 18:10:20 EDT</updated>
<managingEditor>haopengzhan@gmail.com (CoderSherlock)</managingEditor>
<webMaster>haopengzhan@gmail.com (CoderSherlock)</webMaster>
<lastBuildDate>Sat, 30 Jul 2016 18:10:20 -0400</lastBuildDate>
<atom:link href="https://CoderSherlock.github.io/tags/github/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Pokemon Go Hack</title>
<link>https://codersherlock.github.io/post/Pokemon-Go-Hack/</link>
<pubDate>Sat, 30 Jul 2016 18:10:20 EDT</pubDate>
<author>CoderSherlock</author>
<pubDate>Sat, 30 Jul 2016 18:10:20 -0400</pubDate>
<author>haopengzhan@gmail.com (CoderSherlock)</author>
<guid>https://codersherlock.github.io/post/Pokemon-Go-Hack/</guid>
<description>
@@ -37,4 +39,4 @@ Anyway, after coming back, I think I write too much on useless words, so let me
</item>
</channel>
</rss>
</rss>
+133 -127
View File
@@ -1,146 +1,152 @@
<!DOCTYPE HTML>
<html lang="en-us">
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta charset="utf-8">
<title>Mil años de solitario</title>
<meta name="author" content="map[name:CoderSherlock email:haopengzhan@gmail.com]">
<title>
Hack // Mil años de solitario
</title>
<meta name="description" content="">
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<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/tags/hack/">
<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>
<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>
<link rel="stylesheet" type="text/css" href="/css/my-categories.css">
</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 id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<img src="/img/photo.png" class="sidebarphoto">
<h1 class="brand-title">My Site</h1>
<h2 class="brand-tagline">Is super awesome</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="/posts">Blog</a></li>
</ul>
</nav>
</div>
</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&#39;t step into academia
</p>
</section>
</nav>
<nav id="sub-nav">
<div class="social">
<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">
<a class="email" href='mailto:haopengzhan@gmail.com' title="Email">Email</a>
</ul>
</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">
<section class="archives"><h1 class="year">2016</h1>
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<span class="date"><time datetime='2016' itemprop="datePublished">Jul 30</time></span>
<br>
<span class="tags">
<a href="https://codersherlock.github.io//categories/2016-07"> 2016-07 </a>
</span>
</div>
<h1 class="title" itemprop="name"><a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/">Pokemon Go Hack</a></h1>
</article>
</section>
<p>&copy; 2016. All rights reserved.</p>
</div>
</div>
</div>
<footer id="footer" class="inner">Copyright &copy; 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>
</div>
</div>
</body>
</html>
+10 -8
View File
@@ -1,19 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Hack on Mil años de solitario </title>
<generator uri="https://gohugo.io">Hugo</generator>
<title>Hack on Mil años de solitario</title>
<link>https://CoderSherlock.github.io/tags/hack/</link>
<description>Recent content in Hack on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<author>CoderSherlock</author>
<updated>Sat, 30 Jul 2016 18:10:20 EDT</updated>
<managingEditor>haopengzhan@gmail.com (CoderSherlock)</managingEditor>
<webMaster>haopengzhan@gmail.com (CoderSherlock)</webMaster>
<lastBuildDate>Sat, 30 Jul 2016 18:10:20 -0400</lastBuildDate>
<atom:link href="https://CoderSherlock.github.io/tags/hack/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Pokemon Go Hack</title>
<link>https://codersherlock.github.io/post/Pokemon-Go-Hack/</link>
<pubDate>Sat, 30 Jul 2016 18:10:20 EDT</pubDate>
<author>CoderSherlock</author>
<pubDate>Sat, 30 Jul 2016 18:10:20 -0400</pubDate>
<author>haopengzhan@gmail.com (CoderSherlock)</author>
<guid>https://codersherlock.github.io/post/Pokemon-Go-Hack/</guid>
<description>
@@ -37,4 +39,4 @@ Anyway, after coming back, I think I write too much on useless words, so let me
</item>
</channel>
</rss>
</rss>