Start_with_Rsync_Experiment

This commit is contained in:
2016-08-20 01:53:24 -04:00
parent 1cddc5a51c
commit 4ba0c971e9
26 changed files with 673 additions and 39 deletions
+21 -2
View File
@@ -67,6 +67,21 @@
<header class="page-title">Android</header>
<article class="li">
<header>
<div class="date">Sat, Aug 20, 2016</div>
<div class="title"><a href="https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/">Rsync Experiment Towards X86 VS ARM</a></div>
</header>
<div class="body"><p>Partial content of this post won&rsquo;t be showed public on this blog. I will generally talking about how I organized my experiment and how I did such a work. As for data and observation, I will create a google docs for it. However, I will also give precise conclusion of my experiments.</p>
<p><a href="https://docs.google.com/a/binghamton.edu/document/d/1sCjsC1pXcfgECp3do2oySsG9kW7UZ3BTEXvDlau1vIE/edit?usp=sharing">Google Docs</a></p>
</div>
</article>
<hr>
<article class="li">
<header>
<div class="date">Mon, Aug 15, 2016</div>
@@ -113,6 +128,8 @@
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/" class="list-group-item">Rsync Experiment Towards X86 VS ARM</a>
<a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/" class="list-group-item">Cross Compile RSync ARM</a>
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/" class="list-group-item">Pokemon Go Hack</a>
@@ -133,6 +150,8 @@
<a href="https://codersherlock.github.io/categories/cross-compile" class="list-group-item">cross-compile</a>
<a href="https://codersherlock.github.io/categories/experiment" class="list-group-item">experiment</a>
<a href="https://codersherlock.github.io/categories/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/categories/hack" class="list-group-item">hack</a>
@@ -148,10 +167,10 @@
<a href="https://codersherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/research" class="list-group-item">research</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/tags/github" class="list-group-item">github</a>
+13 -1
View File
@@ -7,9 +7,21 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>Copyright (c) 2016 - 2016, Pengzhan Hao; all rights reserved.</copyright>
<lastBuildDate>Mon, 15 Aug 2016 15:44:05 -0400</lastBuildDate>
<lastBuildDate>Sat, 20 Aug 2016 01:44:59 -0400</lastBuildDate>
<atom:link href="https://CoderSherlock.github.io/tags/android/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Rsync Experiment Towards X86 VS ARM</title>
<link>https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/</link>
<pubDate>Sat, 20 Aug 2016 01:44:59 -0400</pubDate>
<guid>https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/</guid>
<description>&lt;p&gt;Partial content of this post won&amp;rsquo;t be showed public on this blog. I will generally talking about how I organized my experiment and how I did such a work. As for data and observation, I will create a google docs for it. However, I will also give precise conclusion of my experiments.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://docs.google.com/a/binghamton.edu/document/d/1sCjsC1pXcfgECp3do2oySsG9kW7UZ3BTEXvDlau1vIE/edit?usp=sharing&#34;&gt;Google Docs&lt;/a&gt;&lt;/p&gt;
</description>
</item>
<item>
<title>Cross Compile RSync ARM</title>
<link>https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/</link>
+6 -2
View File
@@ -113,6 +113,8 @@
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/" class="list-group-item">Rsync Experiment Towards X86 VS ARM</a>
<a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/" class="list-group-item">Cross Compile RSync ARM</a>
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/" class="list-group-item">Pokemon Go Hack</a>
@@ -133,6 +135,8 @@
<a href="https://codersherlock.github.io/categories/cross-compile" class="list-group-item">cross-compile</a>
<a href="https://codersherlock.github.io/categories/experiment" class="list-group-item">experiment</a>
<a href="https://codersherlock.github.io/categories/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/categories/hack" class="list-group-item">hack</a>
@@ -148,10 +152,10 @@
<a href="https://codersherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/research" class="list-group-item">research</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/tags/github" class="list-group-item">github</a>
+6 -2
View File
@@ -97,6 +97,8 @@
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/" class="list-group-item">Rsync Experiment Towards X86 VS ARM</a>
<a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/" class="list-group-item">Cross Compile RSync ARM</a>
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/" class="list-group-item">Pokemon Go Hack</a>
@@ -117,6 +119,8 @@
<a href="https://codersherlock.github.io/categories/cross-compile" class="list-group-item">cross-compile</a>
<a href="https://codersherlock.github.io/categories/experiment" class="list-group-item">experiment</a>
<a href="https://codersherlock.github.io/categories/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/categories/hack" class="list-group-item">hack</a>
@@ -132,10 +136,10 @@
<a href="https://codersherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/research" class="list-group-item">research</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/tags/github" class="list-group-item">github</a>
+6 -2
View File
@@ -97,6 +97,8 @@
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/" class="list-group-item">Rsync Experiment Towards X86 VS ARM</a>
<a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/" class="list-group-item">Cross Compile RSync ARM</a>
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/" class="list-group-item">Pokemon Go Hack</a>
@@ -117,6 +119,8 @@
<a href="https://codersherlock.github.io/categories/cross-compile" class="list-group-item">cross-compile</a>
<a href="https://codersherlock.github.io/categories/experiment" class="list-group-item">experiment</a>
<a href="https://codersherlock.github.io/categories/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/categories/hack" class="list-group-item">hack</a>
@@ -132,10 +136,10 @@
<a href="https://codersherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/research" class="list-group-item">research</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/tags/github" class="list-group-item">github</a>
+6 -2
View File
@@ -97,6 +97,8 @@
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/" class="list-group-item">Rsync Experiment Towards X86 VS ARM</a>
<a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/" class="list-group-item">Cross Compile RSync ARM</a>
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/" class="list-group-item">Pokemon Go Hack</a>
@@ -117,6 +119,8 @@
<a href="https://codersherlock.github.io/categories/cross-compile" class="list-group-item">cross-compile</a>
<a href="https://codersherlock.github.io/categories/experiment" class="list-group-item">experiment</a>
<a href="https://codersherlock.github.io/categories/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/categories/hack" class="list-group-item">hack</a>
@@ -132,10 +136,10 @@
<a href="https://codersherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/research" class="list-group-item">research</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/tags/github" class="list-group-item">github</a>
+6 -2
View File
@@ -92,6 +92,8 @@
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/" class="list-group-item">Rsync Experiment Towards X86 VS ARM</a>
<a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/" class="list-group-item">Cross Compile RSync ARM</a>
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/" class="list-group-item">Pokemon Go Hack</a>
@@ -112,6 +114,8 @@
<a href="https://codersherlock.github.io/categories/cross-compile" class="list-group-item">cross-compile</a>
<a href="https://codersherlock.github.io/categories/experiment" class="list-group-item">experiment</a>
<a href="https://codersherlock.github.io/categories/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/categories/hack" class="list-group-item">hack</a>
@@ -127,10 +131,10 @@
<a href="https://codersherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/research" class="list-group-item">research</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/tags/github" class="list-group-item">github</a>
+21 -2
View File
@@ -67,6 +67,21 @@
<header class="page-title">Research</header>
<article class="li">
<header>
<div class="date">Sat, Aug 20, 2016</div>
<div class="title"><a href="https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/">Rsync Experiment Towards X86 VS ARM</a></div>
</header>
<div class="body"><p>Partial content of this post won&rsquo;t be showed public on this blog. I will generally talking about how I organized my experiment and how I did such a work. As for data and observation, I will create a google docs for it. However, I will also give precise conclusion of my experiments.</p>
<p><a href="https://docs.google.com/a/binghamton.edu/document/d/1sCjsC1pXcfgECp3do2oySsG9kW7UZ3BTEXvDlau1vIE/edit?usp=sharing">Google Docs</a></p>
</div>
</article>
<hr>
<article class="li">
<header>
<div class="date">Mon, Aug 15, 2016</div>
@@ -113,6 +128,8 @@
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/" class="list-group-item">Rsync Experiment Towards X86 VS ARM</a>
<a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/" class="list-group-item">Cross Compile RSync ARM</a>
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/" class="list-group-item">Pokemon Go Hack</a>
@@ -133,6 +150,8 @@
<a href="https://codersherlock.github.io/categories/cross-compile" class="list-group-item">cross-compile</a>
<a href="https://codersherlock.github.io/categories/experiment" class="list-group-item">experiment</a>
<a href="https://codersherlock.github.io/categories/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/categories/hack" class="list-group-item">hack</a>
@@ -148,10 +167,10 @@
<a href="https://codersherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/research" class="list-group-item">research</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/game" class="list-group-item">game</a>
<a href="https://codersherlock.github.io/tags/github" class="list-group-item">github</a>
+13 -1
View File
@@ -7,9 +7,21 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>Copyright (c) 2016 - 2016, Pengzhan Hao; all rights reserved.</copyright>
<lastBuildDate>Mon, 15 Aug 2016 15:44:05 -0400</lastBuildDate>
<lastBuildDate>Sat, 20 Aug 2016 01:44:59 -0400</lastBuildDate>
<atom:link href="https://CoderSherlock.github.io/tags/research/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Rsync Experiment Towards X86 VS ARM</title>
<link>https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/</link>
<pubDate>Sat, 20 Aug 2016 01:44:59 -0400</pubDate>
<guid>https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/</guid>
<description>&lt;p&gt;Partial content of this post won&amp;rsquo;t be showed public on this blog. I will generally talking about how I organized my experiment and how I did such a work. As for data and observation, I will create a google docs for it. However, I will also give precise conclusion of my experiments.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://docs.google.com/a/binghamton.edu/document/d/1sCjsC1pXcfgECp3do2oySsG9kW7UZ3BTEXvDlau1vIE/edit?usp=sharing&#34;&gt;Google Docs&lt;/a&gt;&lt;/p&gt;
</description>
</item>
<item>
<title>Cross Compile RSync ARM</title>
<link>https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/</link>