Fixed incorrect url bug

This commit is contained in:
2021-11-01 01:02:39 -04:00
parent f86bce1774
commit 42598a9075
16 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<meta name="description" content="My personal blog, with some boring research staff and some tricks I was fancy to. I'll try my best to make this blog fun and useful. Not just a place I complain about all happens in my Lab.
">
<link rel="canonical" href="https://codersherlock.github.com//404.html"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="canonical" href="https://codersherlock.github.io/404.html"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
+1 -1
View File
@@ -14,7 +14,7 @@
<meta name="description" content="My personal blog, with some boring research staff and some tricks I was fancy to. I'll try my best to make this blog fun and useful. Not just a place I complain about all happens in my Lab.
">
<link rel="canonical" href="https://codersherlock.github.com//about.html"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="canonical" href="https://codersherlock.github.io/about.html"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
+1 -1
View File
@@ -14,7 +14,7 @@
<meta name="description" content="My personal blog, with some boring research staff and some tricks I was fancy to. I'll try my best to make this blog fun and useful. Not just a place I complain about all happens in my Lab.
">
<link rel="canonical" href="https://codersherlock.github.com//archive"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="canonical" href="https://codersherlock.github.io/archive"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
+8 -8
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -14,7 +14,7 @@
<meta name="description" content="My personal blog, with some boring research staff and some tricks I was fancy to. I'll try my best to make this blog fun and useful. Not just a place I complain about all happens in my Lab.
">
<link rel="canonical" href="https://codersherlock.github.com//"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="canonical" href="https://codersherlock.github.io/"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
+2 -2
View File
@@ -13,7 +13,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><title>Using charles proxy to monitor mobile SSL traffics - Stop Talking, Start Doing</title>
<meta name="description" content="In this blog, I will generally talk about how to use proper tools to monitor SSL traffics of a mobile devices. Currently, I only can dealing with those SSL t...">
<link rel="canonical" href="https://codersherlock.github.com//posts/charles-is-not-a-good-tool"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="canonical" href="https://codersherlock.github.io/posts/charles-is-not-a-good-tool"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
@@ -502,7 +502,7 @@ You also need to save charles Root Certificate, it also contains in the same men
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = 'https://codersherlock.github.com//posts/charles-is-not-a-good-tool';
this.page.url = 'https://codersherlock.github.io/posts/charles-is-not-a-good-tool';
this.page.identifier = '/posts/charles-is-not-a-good-tool';
};
(function() { // DON'T EDIT BELOW THIS LINE
@@ -13,7 +13,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><title>EDDL: How do we train neural networks on limited edge devices - PART 2 - Stop Talking, Start Doing</title>
<meta name="description" content="In the last post, part1, our idea of distributed learning on edge environment was generally addressed.I introduced the reason why edge distributed learning i...">
<link rel="canonical" href="https://codersherlock.github.com//posts/eddl-how-do-we-train-on-limited-edge-devices-part2"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="canonical" href="https://codersherlock.github.io/posts/eddl-how-do-we-train-on-limited-edge-devices-part2"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
@@ -577,7 +577,7 @@ We chose the Dlib library because it is written in C/C++, and can be easily and
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = 'https://codersherlock.github.com//posts/eddl-how-do-we-train-on-limited-edge-devices-part2';
this.page.url = 'https://codersherlock.github.io/posts/eddl-how-do-we-train-on-limited-edge-devices-part2';
this.page.identifier = '/posts/eddl-how-do-we-train-on-limited-edge-devices-part2';
};
(function() { // DON'T EDIT BELOW THIS LINE
@@ -13,7 +13,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><title>EDDL: How do we train neural networks on limited edge devices - PART 1 - Stop Talking, Start Doing</title>
<meta name="description" content="This post introduces our previous milestone in project “Edge trainer”, as the paper “EDDL: A Distributed Deep Learning System for Resource-limited Edge Compu...">
<link rel="canonical" href="https://codersherlock.github.com//posts/eddl-how-do-we-train-on-limited-edge-devices"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="canonical" href="https://codersherlock.github.io/posts/eddl-how-do-we-train-on-limited-edge-devices"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
@@ -550,7 +550,7 @@ Smartly schedule work balance and handle join/exit issues also need under consid
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = 'https://codersherlock.github.com//posts/eddl-how-do-we-train-on-limited-edge-devices';
this.page.url = 'https://codersherlock.github.io/posts/eddl-how-do-we-train-on-limited-edge-devices';
this.page.identifier = '/posts/eddl-how-do-we-train-on-limited-edge-devices';
};
(function() { // DON'T EDIT BELOW THIS LINE
@@ -13,7 +13,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><title>Generate Word Cloud Figures with Chinese-Tokenization and WordCloud python libraries - Stop Talking, Start Doing</title>
<meta name="description" content="Lets generate a word cloud like this. Dont understand the language is not a big deal.If your written language is based on latin alphabet(or other language ...">
<link rel="canonical" href="https://codersherlock.github.com//posts/generate-word-cloud-with-chinese-fenci"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="canonical" href="https://codersherlock.github.io/posts/generate-word-cloud-with-chinese-fenci"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
@@ -633,7 +633,7 @@ If your written language is based on latin alphabet(or other language has space
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = 'https://codersherlock.github.com//posts/generate-word-cloud-with-chinese-fenci';
this.page.url = 'https://codersherlock.github.io/posts/generate-word-cloud-with-chinese-fenci';
this.page.identifier = '/posts/generate-word-cloud-with-chinese-fenci';
};
(function() { // DON'T EDIT BELOW THIS LINE
+2 -2
View File
@@ -13,7 +13,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><title>Xv6 introduction - Stop Talking, Start Doing</title>
<meta name="description" content="In this post, you will learn a few basic concepts of xv6. Learning path will be closed coupled to first project assignment I gave when I assisted in teaching...">
<link rel="canonical" href="https://codersherlock.github.com//posts/intro-xv6"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="canonical" href="https://codersherlock.github.io/posts/intro-xv6"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
@@ -548,7 +548,7 @@ Using ssh may connect to different physical devices under same domain name, this
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = 'https://codersherlock.github.com//posts/intro-xv6';
this.page.url = 'https://codersherlock.github.io/posts/intro-xv6';
this.page.identifier = '/posts/intro-xv6';
};
(function() { // DON'T EDIT BELOW THIS LINE
@@ -13,7 +13,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><title>Some of my previews experiment works: 2016 - Stop Talking, Start Doing</title>
<meta name="description" content="This blog contains only some basic record of my works. For some details, I will write a unique blog just for some specific topics.">
<link rel="canonical" href="https://codersherlock.github.com//posts/some-of-my-previews-exper-work"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="canonical" href="https://codersherlock.github.io/posts/some-of-my-previews-exper-work"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
@@ -583,7 +583,7 @@ su
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = 'https://codersherlock.github.com//posts/some-of-my-previews-exper-work';
this.page.url = 'https://codersherlock.github.io/posts/some-of-my-previews-exper-work';
this.page.identifier = '/posts/some-of-my-previews-exper-work';
};
(function() { // DON'T EDIT BELOW THIS LINE
+2 -2
View File
@@ -13,7 +13,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><title>Stop Talking is the worst title of one blog - Stop Talking, Start Doing</title>
<meta name="description" content="">
<link rel="canonical" href="https://codersherlock.github.com//posts/welcome-to-my-blog"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="canonical" href="https://codersherlock.github.io/posts/welcome-to-my-blog"><link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing" href="/feed.xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
@@ -473,7 +473,7 @@ c13 9 26 20 30 26 7 11 -9 26 -27 26 -5 0 -3 -5 5 -10 9 -6 10 -10 3 -10 -24
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = 'https://codersherlock.github.com//posts/welcome-to-my-blog';
this.page.url = 'https://codersherlock.github.io/posts/welcome-to-my-blog';
this.page.identifier = '/posts/welcome-to-my-blog';
};
(function() { // DON'T EDIT BELOW THIS LINE
+1 -1
View File
@@ -1 +1 @@
Sitemap: https://codersherlock.github.com//sitemap.xml
Sitemap: https://codersherlock.github.io/sitemap.xml
+15 -15
View File
@@ -1,60 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://codersherlock.github.com//posts/welcome-to-my-blog</loc>
<loc>https://codersherlock.github.io/posts/welcome-to-my-blog</loc>
<lastmod>2016-10-26T22:50:33-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.com//posts/charles-is-not-a-good-tool</loc>
<loc>https://codersherlock.github.io/posts/charles-is-not-a-good-tool</loc>
<lastmod>2016-10-27T22:50:33-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.com//posts/some-of-my-previews-exper-work</loc>
<loc>https://codersherlock.github.io/posts/some-of-my-previews-exper-work</loc>
<lastmod>2016-10-28T12:27:33-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.com//posts/intro-xv6</loc>
<loc>https://codersherlock.github.io/posts/intro-xv6</loc>
<lastmod>2017-07-28T14:56:55-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.com//posts/generate-word-cloud-with-chinese-fenci</loc>
<loc>https://codersherlock.github.io/posts/generate-word-cloud-with-chinese-fenci</loc>
<lastmod>2020-09-15T22:00:14-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.com//posts/eddl-how-do-we-train-on-limited-edge-devices</loc>
<loc>https://codersherlock.github.io/posts/eddl-how-do-we-train-on-limited-edge-devices</loc>
<lastmod>2021-10-13T16:53:20-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.com//posts/eddl-how-do-we-train-on-limited-edge-devices-part2</loc>
<loc>https://codersherlock.github.io/posts/eddl-how-do-we-train-on-limited-edge-devices-part2</loc>
<lastmod>2021-10-31T13:01:14-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.com//about.html</loc>
<loc>https://codersherlock.github.io/about.html</loc>
</url>
<url>
<loc>https://codersherlock.github.com//archive</loc>
<loc>https://codersherlock.github.io/archive</loc>
</url>
<url>
<loc>https://codersherlock.github.com//</loc>
<loc>https://codersherlock.github.io/</loc>
</url>
<url>
<loc>https://codersherlock.github.com//static/2017-07/eps_poster.pdf</loc>
<loc>https://codersherlock.github.io/static/2017-07/eps_poster.pdf</loc>
<lastmod>2018-08-29T16:16:03-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.com//static/2017-07/p163-hao.pdf</loc>
<loc>https://codersherlock.github.io/static/2017-07/p163-hao.pdf</loc>
<lastmod>2018-08-29T16:16:03-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.com//static/2017-07/p169-zhang.pdf</loc>
<loc>https://codersherlock.github.io/static/2017-07/p169-zhang.pdf</loc>
<lastmod>2018-08-29T16:16:03-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.com//static/2018-02/a7-hao.pdf</loc>
<loc>https://codersherlock.github.io/static/2018-02/a7-hao.pdf</loc>
<lastmod>2018-08-29T16:16:03-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.com//static/2021-10/eta-infocom18.pdf</loc>
<loc>https://codersherlock.github.io/static/2021-10/eta-infocom18.pdf</loc>
<lastmod>2021-10-12T16:53:06-04:00</lastmod>
</url>
</urlset>