Skip to content

Commit

Permalink
chore: add public feed
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanninin committed May 18, 2023
1 parent 9867462 commit fa3155f
Show file tree
Hide file tree
Showing 99 changed files with 17,282 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/.gitignore
@@ -1,2 +0,0 @@
feed.xml
tags
6,097 changes: 6,097 additions & 0 deletions public/feed.xml

Large diffs are not rendered by default.

160 changes: 160 additions & 0 deletions public/tags/algorithm/feed.xml
@@ -0,0 +1,160 @@

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>程序员资源分享网站</title>
<link>https://goto-share.github.io/blog</link>
<description>内容来自耗子维护的 Telegram 程序员资源分享群, 本群主要是技术资源分享,包括:技术资料、资源、工具、心得、热点等
为了让交流更多效率:1)鼓励有价值的内容、有深度的思考; 2)鼓励友善、互相帮助、努力学习的氛围;3)不要做伸手党、盗版党、破解党;4)提问前先看看《提问的智慧》; 5) 适当聊天讨论翻墙,千万不要灌水; 6)禁止开车、广告和商业推广; 7)禁止任何仇恨、煽动、歧视的言论; 8)禁止有政治、宗教、性别攻击倾向的言论; 9)禁止低级趣味下流庸俗的内容
</description>
<language>en-us</language>
<managingEditor>dylanninin@gmail.com (程序员资源分享网站)</managingEditor>
<webMaster>dylanninin@gmail.com (程序员资源分享网站)</webMaster>
<lastBuildDate>Wed, 27 May 2020 00:00:00 GMT</lastBuildDate>
<atom:link href="https://goto-share.github.io/tags/algorithm/feed.xml" rel="self" type="application/rss+xml"/>

<item>
<guid>https://goto-share.github.io/blog/2020-05-27-775</guid>
<title>labuladong 的算法网站
</title>
<link>https://goto-share.github.io/blog/2020-05-27-775</link>
<description>labuladong 的算法网站, https://labuladong.gitbook.io/algo/
</description>
<pubDate>Wed, 27 May 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>ebook</category><category>algorithm</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-05-27-787</guid>
<title>How Important are Algorithms and Data Structures in Backend Engineering?
</title>
<link>https://goto-share.github.io/blog/2020-05-27-787</link>
<description>Algorithms &amp; Data Structures are critical to Backend Engineering however it really depends on what kind of application and infrastructure you are building.
</description>
<pubDate>Wed, 27 May 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>youtube</category><category>algorithm</category><category>ds</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-05-27-795</guid>
<title>魔法级算法收集
</title>
<link>https://goto-share.github.io/blog/2020-05-27-795</link>
<description>魔法级算法收集
</description>
<pubDate>Wed, 27 May 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>algorithm</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-05-27-798</guid>
<title>How to iterate over a PriorityQueue?
</title>
<link>https://goto-share.github.io/blog/2020-05-27-798</link>
<description>for (Event e : pq) doesn&#39;t iterate in the priority order. while(!pq.isEmpty()){ Event e = pq.poll(); } This works but empties the queue.
</description>
<pubDate>Wed, 27 May 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>stackoverflow</category><category>algorithm</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-04-17-755</guid>
<title>推荐个遗传算法系列
</title>
<link>https://goto-share.github.io/blog/2020-04-17-755</link>
<description>Welcome to part 1 of a new series of videos focused on Evolutionary Computing, and more specifically, Genetic Algorithms. In this tutorial, I introduce the concept of a genetic algorithm, how it can be used to approach &quot;search&quot; problems and how it relates to brute force algorithms.
</description>
<pubDate>Fri, 17 Apr 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>youtube</category><category>algorithm</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-03-14-720</guid>
<title>算法,第一部分
</title>
<link>https://goto-share.github.io/blog/2020-03-14-720</link>
<description>https://zh.coursera.org/learn/algorithms-part1
</description>
<pubDate>Sat, 14 Mar 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>mooc</category><category>algorithm</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-03-07-680</guid>
<title>When Bloom filters don&#39;t bloom
</title>
<link>https://goto-share.github.io/blog/2020-03-07-680</link>
<description>https://blog.cloudflare.com/when-bloom-filters-dont-bloom/ 正好配合群主最近关于cache的blog,看看缓存如何影响程序性能
</description>
<pubDate>Sat, 07 Mar 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>algorithm</category><category>perf</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-02-29-620</guid>
<title>这个Quad Sort有点意思啊
</title>
<link>https://goto-share.github.io/blog/2020-02-29-620</link>
<description>这个Quad Sort有点意思啊,少比较一次,比Quick Sort快……
</description>
<pubDate>Sat, 29 Feb 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>github</category><category>algorithm</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-02-04-515</guid>
<title>花花酱: 两岸科技术语的差别
</title>
<link>https://goto-share.github.io/blog/2020-02-04-515</link>
<description>花花酱 两岸科技术语的差别 - CS大讲堂 EP14
</description>
<pubDate>Tue, 04 Feb 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>youtube</category><category>algorithm</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-01-21-489</guid>
<title>Algorithms with Go
</title>
<link>https://goto-share.github.io/blog/2020-01-21-489</link>
<description>Learn how algorithms work and how to implement them in Go
</description>
<pubDate>Tue, 21 Jan 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>golang</category><category>algorithm</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-01-08-414</guid>
<title>algorithms interviews
</title>
<link>https://goto-share.github.io/blog/2020-01-08-414</link>
<description>分享一个少有讲算法面试比较深入的文章,danluu的写作很厉害 https://danluu.com/algorithms-interviews/
</description>
<pubDate>Wed, 08 Jan 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>algorithm</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-01-04-400</guid>
<title>算法导论的视频
</title>
<link>https://goto-share.github.io/blog/2020-01-04-400</link>
<description>本课程教授高效率算法的设计及分析技巧,并着重在有实用价值的方法上。课程主题包含了:排序、搜寻树、堆积及散列;各个击破法、动态规划、偿还分析、图论算法、最短路径、网络流、计算几何、数字理论性算法;多项式及矩阵的运算;高速缓存技术及并行运算。
</description>
<pubDate>Sat, 04 Jan 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>algorithm</category><category>mooc</category>
</item>

</channel>
</rss>
52 changes: 52 additions & 0 deletions public/tags/android/feed.xml
@@ -0,0 +1,52 @@

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>程序员资源分享网站</title>
<link>https://goto-share.github.io/blog</link>
<description>内容来自耗子维护的 Telegram 程序员资源分享群, 本群主要是技术资源分享,包括:技术资料、资源、工具、心得、热点等
为了让交流更多效率:1)鼓励有价值的内容、有深度的思考; 2)鼓励友善、互相帮助、努力学习的氛围;3)不要做伸手党、盗版党、破解党;4)提问前先看看《提问的智慧》; 5) 适当聊天讨论翻墙,千万不要灌水; 6)禁止开车、广告和商业推广; 7)禁止任何仇恨、煽动、歧视的言论; 8)禁止有政治、宗教、性别攻击倾向的言论; 9)禁止低级趣味下流庸俗的内容
</description>
<language>en-us</language>
<managingEditor>dylanninin@gmail.com (程序员资源分享网站)</managingEditor>
<webMaster>dylanninin@gmail.com (程序员资源分享网站)</webMaster>
<lastBuildDate>Wed, 27 May 2020 00:00:00 GMT</lastBuildDate>
<atom:link href="https://goto-share.github.io/tags/android/feed.xml" rel="self" type="application/rss+xml"/>

<item>
<guid>https://goto-share.github.io/blog/2020-05-27-804</guid>
<title>Open source fork of the Google Authenticator Android app
</title>
<link>https://goto-share.github.io/blog/2020-05-27-804</link>
<description>Open source fork of the Google Authenticator Android app - GitHub - google/google-authenticator-android: Open source fork of the Google Authenticator Android app
</description>
<pubDate>Wed, 27 May 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>github</category><category>android</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-05-27-805</guid>
<title>Totp: google otp
</title>
<link>https://goto-share.github.io/blog/2020-05-27-805</link>
<description>totp, hotp, source fork of the Google Authenticator Android app - GitHub - biutech/Totp: totp, hotp, source fork of the Google Authenticator Android app
</description>
<pubDate>Wed, 27 May 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>github</category><category>android</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-01-14-436</guid>
<title>Gio UI
</title>
<link>https://goto-share.github.io/blog/2020-01-14-436</link>
<description>Gio is an open source library for creating portable, immediate mode GUI programs for Android, iOS, Linux, Windows, macOS.
</description>
<pubDate>Tue, 14 Jan 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>ui</category><category>android</category><category>ios</category><category>linux</category><category>windows</category><category>mac</category>
</item>

</channel>
</rss>
40 changes: 40 additions & 0 deletions public/tags/app/feed.xml
@@ -0,0 +1,40 @@

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>程序员资源分享网站</title>
<link>https://goto-share.github.io/blog</link>
<description>内容来自耗子维护的 Telegram 程序员资源分享群, 本群主要是技术资源分享,包括:技术资料、资源、工具、心得、热点等
为了让交流更多效率:1)鼓励有价值的内容、有深度的思考; 2)鼓励友善、互相帮助、努力学习的氛围;3)不要做伸手党、盗版党、破解党;4)提问前先看看《提问的智慧》; 5) 适当聊天讨论翻墙,千万不要灌水; 6)禁止开车、广告和商业推广; 7)禁止任何仇恨、煽动、歧视的言论; 8)禁止有政治、宗教、性别攻击倾向的言论; 9)禁止低级趣味下流庸俗的内容
</description>
<language>en-us</language>
<managingEditor>dylanninin@gmail.com (程序员资源分享网站)</managingEditor>
<webMaster>dylanninin@gmail.com (程序员资源分享网站)</webMaster>
<lastBuildDate>Fri, 14 Feb 2020 00:00:00 GMT</lastBuildDate>
<atom:link href="https://goto-share.github.io/tags/app/feed.xml" rel="self" type="application/rss+xml"/>

<item>
<guid>https://goto-share.github.io/blog/2020-02-14-574</guid>
<title>https://t.me/faangbbs
</title>
<link>https://goto-share.github.io/blog/2020-02-14-574</link>
<description>https://t.me/faangbbs
</description>
<pubDate>Fri, 14 Feb 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>telegram</category><category>app</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-02-14-576</guid>
<title>Learn English with Bob the Canadian
</title>
<link>https://goto-share.github.io/blog/2020-02-14-576</link>
<description>Learn English with Bob the Canadian
</description>
<pubDate>Fri, 14 Feb 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>youtube</category><category>english</category><category>app</category>
</item>

</channel>
</rss>
40 changes: 40 additions & 0 deletions public/tags/apple/feed.xml
@@ -0,0 +1,40 @@

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>程序员资源分享网站</title>
<link>https://goto-share.github.io/blog</link>
<description>内容来自耗子维护的 Telegram 程序员资源分享群, 本群主要是技术资源分享,包括:技术资料、资源、工具、心得、热点等
为了让交流更多效率:1)鼓励有价值的内容、有深度的思考; 2)鼓励友善、互相帮助、努力学习的氛围;3)不要做伸手党、盗版党、破解党;4)提问前先看看《提问的智慧》; 5) 适当聊天讨论翻墙,千万不要灌水; 6)禁止开车、广告和商业推广; 7)禁止任何仇恨、煽动、歧视的言论; 8)禁止有政治、宗教、性别攻击倾向的言论; 9)禁止低级趣味下流庸俗的内容
</description>
<language>en-us</language>
<managingEditor>dylanninin@gmail.com (程序员资源分享网站)</managingEditor>
<webMaster>dylanninin@gmail.com (程序员资源分享网站)</webMaster>
<lastBuildDate>Wed, 18 Nov 2020 00:00:00 GMT</lastBuildDate>
<atom:link href="https://goto-share.github.io/tags/apple/feed.xml" rel="self" type="application/rss+xml"/>

<item>
<guid>https://goto-share.github.io/blog/2020-11-18-844</guid>
<title>M1芯片内存访问顺序的一致性
</title>
<link>https://goto-share.github.io/blog/2020-11-18-844</link>
<description>Apple的M1芯片可能会给你的多线程序带来一些bug,因为ARM芯片不像X86的芯片会保证内存访问顺的一致性。(当然,如果高级语方处理了则不会有问题)
</description>
<pubDate>Wed, 18 Nov 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>apple</category><category>memory</category>
</item>

<item>
<guid>https://goto-share.github.io/blog/2020-05-27-797</guid>
<title>开发了一个英文阅读辅助app
</title>
<link>https://goto-share.github.io/blog/2020-05-27-797</link>
<description>这两天学swiftui,开发了一个英文阅读辅助app,iOS内测版:https://testflight.apple.com/join/cU9qI5rn 每天自动推送两篇经济学人文章,一篇英文版的,一篇双语版的,想提高一下英文阅读的可以下载试用一下
</description>
<pubDate>Wed, 27 May 2020 00:00:00 GMT</pubDate>
<author>程序员资源分享网站 (@haoel)</author>
<category>apple</category><category>swift</category>
</item>

</channel>
</rss>

0 comments on commit fa3155f

Please sign in to comment.