Last active
March 6, 2025 14:11
-
-
Save stanleytangerror/24fd2bf0df0bbe66164d7b489db84e89 to your computer and use it in GitHub Desktop.
RSS feeds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="2.0"> | |
| <head> | |
| <title>Feeds</title> | |
| </head> | |
| <body> | |
| <outline title=".NET" text=".NET"> | |
| <outline xmlUrl="https://devblogs.microsoft.com/dotnet/feed/" text=".NET Blog" | |
| type="rss" htmlUrl="https://devblogs.microsoft.com/dotnet/" title=".NET Blog" /> | |
| <outline htmlUrl="https://devblogs.microsoft.com/dotnet-ch/" | |
| xmlUrl="https://devblogs.microsoft.com/dotnet-ch/feed/" type="rss" | |
| title=".NET中文官方博客" text=".NET中文官方博客" /> | |
| </outline> | |
| <outline text="C++" title="C++"> | |
| <outline type="rss" htmlUrl="http://cpptruths.blogspot.com/" text="C++ Truths" | |
| title="C++ Truths" | |
| xmlUrl="http://cpptruths.blogspot.com/feeds/posts/default?alt=rss" /> | |
| <outline title="C++ Team Blog" text="C++ Team Blog" type="rss" | |
| htmlUrl="https://devblogs.microsoft.com/cppblog/" | |
| xmlUrl="https://devblogs.microsoft.com/cppblog/feed/" /> | |
| <outline title="CppCon" | |
| htmlUrl="https://www.youtube.com/channel/UCMlGfpWw-RUdWX_JbLCukXg" | |
| xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCMlGfpWw-RUdWX_JbLCukXg" | |
| type="rss" text="CppCon" /> | |
| <outline text="Sutter's Mill" title="Sutter's Mill" type="rss" | |
| xmlUrl="https://herbsutter.com/feed/" htmlUrl="https://herbsutter.com" /> | |
| <outline text="The View from Aristeia" type="rss" | |
| xmlUrl="https://scottmeyers.blogspot.com/feeds/posts/default?alt=rss" | |
| title="The View from Aristeia" htmlUrl="https://scottmeyers.blogspot.com/" /> | |
| <outline text="Eric Niebler - Judge me by my C++, not my WordPress" htmlUrl="https://ericniebler.com" | |
| xmlUrl="https://ericniebler.com/feed/" type="rss" | |
| title="Eric Niebler - Judge me by my C++, not my WordPress" /> | |
| </outline> | |
| <outline title="DevBlog" text="DevBlog"> | |
| <outline text="The Old New Thing" htmlUrl="https://devblogs.microsoft.com/oldnewthing" | |
| xmlUrl="https://devblogs.microsoft.com/oldnewthing/feed" type="rss" | |
| title="The Old New Thing" /> | |
| <outline text="Stephen Toub - MSFT, Author at .NET Blog" type="rss" | |
| xmlUrl="https://devblogs.microsoft.com/dotnet/author/toub/feed/" | |
| title="Stephen Toub - MSFT, Author at .NET Blog" | |
| htmlUrl="https://devblogs.microsoft.com/dotnet/author/toub/" /> | |
| </outline> | |
| <outline title="Game" text="Game"> | |
| <outline xmlUrl="https://gamedev.net/articles/feed/" text="GameDev.net Articles" | |
| title="GameDev.net Articles" htmlUrl="http://gamedev.net/articles/" type="rss" /> | |
| <outline title="UnrealEngine RSS Feed" text="UnrealEngine RSS Feed" | |
| xmlUrl="https://www.unrealengine.com/en-US/rss" type="rss" | |
| htmlUrl="https://www.unrealengine.com/" /> | |
| <outline title="Jeremy Ong's Blog" text="Jeremy Ong's Blog" | |
| xmlUrl="https://www.jeremyong.com/feed.xml" type="rss" | |
| htmlUrl="https://jeremyong.com/" /> | |
| <outline xmlUrl="https://www.reedbeta.com/feed/" text="Nathan Reed's coding blog" | |
| type="rss" title="Nathan Reed's coding blog" htmlUrl="https://www.reedbeta.com/" /> | |
| <outline htmlUrl="https://devblogs.microsoft.com/directx/" | |
| title="DirectX Developer Blog" xmlUrl="https://devblogs.microsoft.com/directx/feed/" | |
| type="rss" text="DirectX Developer Blog" /> | |
| <outline xmlUrl="https://therealmjp.github.io/posts/index.xml" type="rss" | |
| text="MJP - The Danger Zone" htmlUrl="https://therealmjp.github.io/posts/" | |
| title="MJP - The Danger Zone" /> | |
| <outline text="Unity Blog RSS Feed" type="rss" xmlUrl="https://blog.unity.com/feed" | |
| title="Unity Blog RSS Feed" htmlUrl="https://unity.com" /> | |
| <outline xmlUrl="https://www.sebastiansylvan.com/index.xml" | |
| text="Sebastian Sylvan - A Random Walk Through Geek-Space" | |
| title="Sebastian Sylvan - A Random Walk Through Geek-Space" type="rss" | |
| htmlUrl="https://www.sebastiansylvan.com/" /> | |
| <outline htmlUrl="https://gamefromscratch.com/" title="GameFromScratch.com" | |
| xmlUrl="https://gamefromscratch.com/feed/" type="rss" text="GameFromScratch.com" /> | |
| <outline type="rss" title="Stephen Hill - Self Shadow" | |
| xmlUrl="https://blog.selfshadow.com/index.xml" text="Stephen Hill - Self Shadow" | |
| htmlUrl="https://blog.selfshadow.com/" /> | |
| <outline htmlUrl="https://blog.mecheye.net" text="Clean Rinse" title="Clean Rinse" | |
| type="rss" xmlUrl="https://blog.mecheye.net/feed/" /> | |
| </outline> | |
| </body> | |
| </opml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment