Upload_test_#0.8

This commit is contained in:
2016-07-30 14:29:23 -04:00
parent 0efa6e0312
commit 07af17e7cd
20 changed files with 201 additions and 143 deletions
+12 -12
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml">
<title>2016_07 - Mil años de solitario</title> <title>2016_07 - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="CoderSherlock.github.io/categories/2016_07/"> <meta property="og:url" content="http://CoderSherlock.github.io:1313/categories/2016_07/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a> <a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -62,13 +62,13 @@
<article class="li"> <article class="li">
<header> <header>
<div class="date">Sat, Jul 30, 2016</div> <div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div> <div class="title"><a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header> </header>
<div class="body">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.</div> <div class="body">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.</div>
<footer> <footer>
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a> <a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer> </footer>
</article> </article>
@@ -89,7 +89,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -101,7 +101,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a> <a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -112,9 +112,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a> <a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a>
<a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a> <a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -144,6 +144,6 @@
</body> <script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
</html> </html>
+4 -4
View File
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>2016_07 on Mil años de solitario</title> <title>2016_07 on Mil años de solitario</title>
<link>CoderSherlock.github.io/categories/2016_07/</link> <link>http://CoderSherlock.github.io:1313/categories/2016_07/</link>
<description>Recent content in 2016_07 on Mil años de solitario</description> <description>Recent content in 2016_07 on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate> <lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
<atom:link href="CoderSherlock.github.io/categories/2016_07/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://CoderSherlock.github.io:1313/categories/2016_07/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Cross Compile Seafile 2 ARM</title> <title>Cross Compile Seafile 2 ARM</title>
<link>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link> <link>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate> <pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<guid>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid> <guid>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</guid>
<description> <description>
&lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt; &lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt;
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/categories/2016_07/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/categories/2016_07/" /></head></html> <!DOCTYPE html><html><head><link rel="canonical" href="http://CoderSherlock.github.io:1313/categories/2016_07/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://CoderSherlock.github.io:1313/categories/2016_07/" /></head></html>
+10 -10
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml">
<title>Categories - Mil años de solitario</title> <title>Categories - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="CoderSherlock.github.io/categories/"> <meta property="og:url" content="http://CoderSherlock.github.io:1313/categories/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a> <a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -74,7 +74,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -86,7 +86,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a> <a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -97,9 +97,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a> <a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a>
<a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a> <a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -129,6 +129,6 @@
</body> <script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
</html> </html>
+49 -7
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml">
<title>Mil años de solitario</title> <title>Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="CoderSherlock.github.io/"> <meta property="og:url" content="http://CoderSherlock.github.io:1313/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a> <a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -57,6 +57,22 @@
<div class="row"> <div class="row">
<div class="col-md-8"> <div class="col-md-8">
<article class="li">
<header>
<div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header>
<div class="body">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.</div>
<footer>
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer>
</article>
<hr>
@@ -71,10 +87,36 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">category</h2>
</div>
<div class="list-group">
<a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">tag</h2>
</div>
<div class="list-group">
<a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a>
<a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a>
</div>
</div>
</aside> </aside>
@@ -88,7 +130,7 @@
<footer class="site"> <footer class="site">
<div class="container"> <div class="container">
<p>&copy; 1 Mil años de solitario</p> <p>&copy; 2016 Mil años de solitario</p>
<p>Powered by <a href="http://gohugo.io" target="_blank" rel="nofollow">Hugo</a>, Theme <a href="https://github.com/dim0627/hugo_theme_beg" target="_blank" rel="nofollow">beg</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p> <p>Powered by <a href="http://gohugo.io" target="_blank" rel="nofollow">Hugo</a>, Theme <a href="https://github.com/dim0627/hugo_theme_beg" target="_blank" rel="nofollow">beg</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
</div> </div>
</footer> </footer>
@@ -100,6 +142,6 @@
</body> <script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
</html> </html>
+21 -2
View File
@@ -2,11 +2,30 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Mil años de solitario</title> <title>Mil años de solitario</title>
<link>CoderSherlock.github.io/</link> <link>http://CoderSherlock.github.io:1313/</link>
<description>Recent content on Mil años de solitario</description> <description>Recent content on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<atom:link href="CoderSherlock.github.io/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
<atom:link href="http://CoderSherlock.github.io:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Cross Compile Seafile 2 ARM</title>
<link>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<guid>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</guid>
<description>
&lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt;
&lt;h2 id=&#34;motivation&#34;&gt;Motivation&lt;/h2&gt;
&lt;p&gt;This project is working for delta sync from mobile to server. Currently, there&amp;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&amp;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.&lt;/p&gt;
&lt;h2 id=&#34;pre-work&#34;&gt;Pre-work&lt;/h2&gt;
</description>
</item>
</channel> </channel>
</rss> </rss>
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/" /></head></html> <!DOCTYPE html><html><head><link rel="canonical" href="http://CoderSherlock.github.io:1313/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://CoderSherlock.github.io:1313/" /></head></html>
-15
View File
@@ -1,15 +0,0 @@
+++
date = "2016-07-30T14:02:34-04:00"
draft = true
title = "Cross Compile Seafile 2 ARM"
tags = ["Android", "ARM"]
categories = ["2016_07"]
+++
# 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.
## Pre-work
@@ -9,17 +9,17 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="https://codersherlock.github.io/css/styles.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css">
<link rel="stylesheet" href="https://codersherlock.github.io/css/custom.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://codersherlock.github.io//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml">
<title>test - Mil años de solitario</title> <title>Cross Compile Seafile 2 ARM - Mil años de solitario</title>
<meta property='og:title' content="test - Mil años de solitario"> <meta property='og:title' content="Cross Compile Seafile 2 ARM - Mil años de solitario">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="https://codersherlock.github.io/post/test/"> <meta property="og:url" content="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="https://codersherlock.github.io/">Mil años de solitario</a> <a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -60,19 +60,19 @@
<article class="single" itemscope="itemscope" itemtype="http://schema.org/Article"> <article class="single" itemscope="itemscope" itemtype="http://schema.org/Article">
<meta itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" content="https://codersherlock.github.io/"/> <meta itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" content="http://codersherlock.github.io:1313/"/>
<meta itemprop="dateModified" content="2016-07-29T17:28:27-04:00"> <meta itemprop="dateModified" content="2016-07-30T14:02:34-04:00">
<meta itemprop="headline" content="test"> <meta itemprop="headline" content="Cross Compile Seafile 2 ARM">
<meta itemprop="description" content="This is a fucking test! fuck you and you and you"> <meta itemprop="description" content="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.">
<meta itemprop="url" content="https://codersherlock.github.io/post/test/"> <meta itemprop="url" content="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">
<div itemprop="image" itemscope itemtype="https://schema.org/ImageObject"> <div itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://codersherlock.github.io/images/default.jpg" /> <meta itemprop="url" content="http://codersherlock.github.io:1313/images/default.jpg" />
<meta itemprop="width" content="800"> <meta itemprop="width" content="800">
<meta itemprop="height" content="800"> <meta itemprop="height" content="800">
</div> </div>
<div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://codersherlock.github.io/images/logo.jpg"> <meta itemprop="url" content="http://codersherlock.github.io:1313/images/logo.jpg">
<meta itemprop="width" content="100"> <meta itemprop="width" content="100">
<meta itemprop="height" content="100"> <meta itemprop="height" content="100">
</div> </div>
@@ -83,32 +83,32 @@
</div> </div>
<header class="article-header"> <header class="article-header">
<time itemprop="datePublished" pubdate="pubdate" datetime="2016-07-29T17:28:27-04:00">Fri, Jul 29, 2016</time> <time itemprop="datePublished" pubdate="pubdate" datetime="2016-07-30T14:02:34-04:00">Sat, Jul 30, 2016</time>
<h1 class="article-title">test</h1> <h1 class="article-title">Cross Compile Seafile 2 ARM</h1>
</header> </header>
<div class="article-body" itemprop="articleBody"> <div class="article-body" itemprop="articleBody">
<p>This is a fucking test!</p>
<p><em>fuck you</em></p> <h1 id="cross-compile-seafile-to-arm-platform">Cross Compile Seafile to ARM platform</h1>
<ul> <h2 id="motivation">Motivation</h2>
<li><p>and you</p></li>
<li><p>and <a href="www.baidu.com">you</a></p></li> <p>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.</p>
</ul>
<h2 id="pre-work">Pre-work</h2>
</div> </div>
<aside> <aside>
<div class="section"><a href="http://codersherlock.github.io:1313/tags/Android" class="tag">Android</a> <a href="http://codersherlock.github.io:1313/tags/ARM" class="tag">ARM</a> </div>
<div class="section share"> <div class="section share">
<a href="http://www.facebook.com/sharer.php?src=bm&u=https%3a%2f%2fcodersherlock.github.io%2fpost%2ftest%2f&t=test" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-facebook"></i></a> <a href="http://www.facebook.com/sharer.php?src=bm&u=http%3a%2f%2fcodersherlock.github.io%3a1313%2fpost%2fCross-Compile-Seafile-2-ARM%2f&t=Cross%20Compile%20Seafile%202%20ARM" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-facebook"></i></a>
<a href="http://twitter.com/intent/tweet?url=https%3a%2f%2fcodersherlock.github.io%2fpost%2ftest%2f&text=test&tw_p=tweetbutton" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-twitter"></i></a> <a href="http://twitter.com/intent/tweet?url=http%3a%2f%2fcodersherlock.github.io%3a1313%2fpost%2fCross-Compile-Seafile-2-ARM%2f&text=Cross%20Compile%20Seafile%202%20ARM&tw_p=tweetbutton" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-twitter"></i></a>
<a href="https://plus.google.com/share?url=https%3a%2f%2fcodersherlock.github.io%2fpost%2ftest%2f" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-google-plus"></i></a> <a href="https://plus.google.com/share?url=http%3a%2f%2fcodersherlock.github.io%3a1313%2fpost%2fCross-Compile-Seafile-2-ARM%2f" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-google-plus"></i></a>
<a href="http://getpocket.com/edit?url=https%3a%2f%2fcodersherlock.github.io%2fpost%2ftest%2f&title=test" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-get-pocket"></i></a> <a href="http://getpocket.com/edit?url=http%3a%2f%2fcodersherlock.github.io%3a1313%2fpost%2fCross-Compile-Seafile-2-ARM%2f&title=Cross%20Compile%20Seafile%202%20ARM" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-get-pocket"></i></a>
</div> </div>
@@ -129,7 +129,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="https://codersherlock.github.io/post/test/" class="list-group-item">test</a> <a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -141,6 +141,8 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -150,6 +152,10 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a>
<a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -179,6 +185,6 @@
</body> <script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
</html> </html>
+12 -12
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml">
<title>Posts - Mil años de solitario</title> <title>Posts - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="CoderSherlock.github.io/post/"> <meta property="og:url" content="http://CoderSherlock.github.io:1313/post/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a> <a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -62,13 +62,13 @@
<article class="li"> <article class="li">
<header> <header>
<div class="date">Sat, Jul 30, 2016</div> <div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div> <div class="title"><a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header> </header>
<div class="body">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.</div> <div class="body">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.</div>
<footer> <footer>
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a> <a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer> </footer>
</article> </article>
@@ -89,7 +89,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -101,7 +101,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a> <a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -112,9 +112,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a> <a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a>
<a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a> <a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -144,6 +144,6 @@
</body> <script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
</html> </html>
+4 -4
View File
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Posts on Mil años de solitario</title> <title>Posts on Mil años de solitario</title>
<link>CoderSherlock.github.io/post/</link> <link>http://CoderSherlock.github.io:1313/post/</link>
<description>Recent content in Posts on Mil años de solitario</description> <description>Recent content in Posts on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate> <lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
<atom:link href="CoderSherlock.github.io/post/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://CoderSherlock.github.io:1313/post/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Cross Compile Seafile 2 ARM</title> <title>Cross Compile Seafile 2 ARM</title>
<link>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link> <link>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate> <pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<guid>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid> <guid>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</guid>
<description> <description>
&lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt; &lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt;
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/post/" /></head></html> <!DOCTYPE html><html><head><link rel="canonical" href="http://CoderSherlock.github.io:1313/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://CoderSherlock.github.io:1313/post/" /></head></html>
+7 -1
View File
@@ -2,7 +2,13 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>/CoderSherlock.github.io/</loc> <loc>http://codersherlock.github.io:1313/</loc>
<lastmod>2016-07-30T14:02:34-04:00</lastmod>
</url>
<url>
<loc>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</loc>
<lastmod>2016-07-30T14:02:34-04:00</lastmod>
</url> </url>
</urlset> </urlset>
+12 -12
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml">
<title>Android - Mil años de solitario</title> <title>Android - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="CoderSherlock.github.io/tags/android/"> <meta property="og:url" content="http://CoderSherlock.github.io:1313/tags/android/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a> <a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -62,13 +62,13 @@
<article class="li"> <article class="li">
<header> <header>
<div class="date">Sat, Jul 30, 2016</div> <div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div> <div class="title"><a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header> </header>
<div class="body">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.</div> <div class="body">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.</div>
<footer> <footer>
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a> <a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer> </footer>
</article> </article>
@@ -89,7 +89,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -101,7 +101,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a> <a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -112,9 +112,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a> <a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a>
<a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a> <a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -144,6 +144,6 @@
</body> <script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
</html> </html>
+4 -4
View File
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Android on Mil años de solitario</title> <title>Android on Mil años de solitario</title>
<link>CoderSherlock.github.io/tags/android/</link> <link>http://CoderSherlock.github.io:1313/tags/android/</link>
<description>Recent content in Android on Mil años de solitario</description> <description>Recent content in Android on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate> <lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
<atom:link href="CoderSherlock.github.io/tags/android/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://CoderSherlock.github.io:1313/tags/android/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Cross Compile Seafile 2 ARM</title> <title>Cross Compile Seafile 2 ARM</title>
<link>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link> <link>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate> <pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<guid>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid> <guid>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</guid>
<description> <description>
&lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt; &lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt;
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/tags/android/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/tags/android/" /></head></html> <!DOCTYPE html><html><head><link rel="canonical" href="http://CoderSherlock.github.io:1313/tags/android/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://CoderSherlock.github.io:1313/tags/android/" /></head></html>
+12 -12
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml">
<title>Arm - Mil años de solitario</title> <title>Arm - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="CoderSherlock.github.io/tags/arm/"> <meta property="og:url" content="http://CoderSherlock.github.io:1313/tags/arm/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a> <a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -62,13 +62,13 @@
<article class="li"> <article class="li">
<header> <header>
<div class="date">Sat, Jul 30, 2016</div> <div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div> <div class="title"><a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header> </header>
<div class="body">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.</div> <div class="body">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.</div>
<footer> <footer>
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a> <a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer> </footer>
</article> </article>
@@ -89,7 +89,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -101,7 +101,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a> <a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -112,9 +112,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a> <a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a>
<a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a> <a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -144,6 +144,6 @@
</body> <script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
</html> </html>
+4 -4
View File
@@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Arm on Mil años de solitario</title> <title>Arm on Mil años de solitario</title>
<link>CoderSherlock.github.io/tags/arm/</link> <link>http://CoderSherlock.github.io:1313/tags/arm/</link>
<description>Recent content in Arm on Mil años de solitario</description> <description>Recent content in Arm on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate> <lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
<atom:link href="CoderSherlock.github.io/tags/arm/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://CoderSherlock.github.io:1313/tags/arm/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Cross Compile Seafile 2 ARM</title> <title>Cross Compile Seafile 2 ARM</title>
<link>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link> <link>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate> <pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<guid>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid> <guid>http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/</guid>
<description> <description>
&lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt; &lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt;
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/tags/arm/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/tags/arm/" /></head></html> <!DOCTYPE html><html><head><link rel="canonical" href="http://CoderSherlock.github.io:1313/tags/arm/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://CoderSherlock.github.io:1313/tags/arm/" /></head></html>
+10 -10
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css"> <link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml">
<title>Tags - Mil años de solitario</title> <title>Tags - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="CoderSherlock.github.io/tags/"> <meta property="og:url" content="http://CoderSherlock.github.io:1313/tags/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a> <a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a>
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
@@ -76,7 +76,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a> <a href="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div> </div>
</div> </div>
@@ -88,7 +88,7 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a> <a href="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</a>
</div> </div>
</div> </div>
@@ -99,9 +99,9 @@
</div> </div>
<div class="list-group"> <div class="list-group">
<a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a> <a href="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a>
<a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a> <a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a>
</div> </div>
</div> </div>
@@ -131,6 +131,6 @@
</body> <script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
</html> </html>