View pre-commit
This file contains 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
#!/bin/sh | |
# | |
# Add this to your .git/hooks/pre-commit file to detect unresolved merge conflict markers | |
# | |
CHECK=$(git diff --staged --check) | |
if [ ! -z "$CHECK" ] | |
then | |
echo "$(tput setab 1) WARNING $(tput sgr0) Conflict markers still present" |
View Combined.opml
This file contains 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"?> | |
<!-- Generated by Feed Curator --> | |
<opml version="1.1"> | |
<head> | |
<title>Media Feed Project</title> | |
</head> | |
<body> | |
<outline text="ABC News" title="ABC News"> | |
<outline text="ABC News - Top Stories" title="ABC News - Top Stories" description="" type="rss" version="RSS" htmlUrl="" xmlUrl="http://feeds.abcnews.com/abcnews/topstories"/> | |
<outline text="ABC News - World" title="ABC News - World" description="" type="rss" version="RSS" htmlUrl="" xmlUrl="http://feeds.abcnews.com/abcnews/internationalheadlines"/> |
View MS_Tech_Comm_Blogs_RSS_Feeds - 13 May 2019.opml
This file contains 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"?> | |
<!-- Generated by Feed Curator --> | |
<opml version="1.1"> | |
<head> | |
<title>Microsoft Tech Community RSS Feeds as of 21 February 2019</title> | |
</head> | |
<body> | |
<outline text="New blog articles in Microsoft Tech Community" title="New blog articles in Microsoft Tech Community" description="" type="rss" version="RSS" htmlUrl="https://techcommunity.microsoft.com/" xmlUrl="https://techcommunity.microsoft.com/gxcuf89792/rss/Community?interaction.style=blog"/> | |
<outline text="Access Blog articles" title="Access Blog articles" description="" type="rss" version="RSS" htmlUrl="https://techcommunity.microsoft.com/t5/Access-Blog/bg-p/AccessBlog" xmlUrl="https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=AccessBlog"/> | |
<outline text="AI Customer Engineering Team" title="AI Customer Engineering Team" description="" type="rss" version="RSS" htmlUrl="https://techcommunity.microsoft.com/t5/AI-Customer-Engineering-Team/bg-p/AICustomerEngineeringTeam" xmlUrl="https://techcommunit |
View OPML-Directory.json
This file contains 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
[ | |
{ | |
"title": "Media Feed Project", | |
"url": "https://gist.githubusercontent.com/vincode-io/adc45ba5bac438a78c21caf62e9d1ebf/raw/", | |
"contributeURL": "https://github.com/mediafeedproject/mediafeedproject", | |
"description": "The Media Feed Project is an effort to create a definitive list of RSS/Atom feeds from news organizations." | |
}, | |
{ | |
"title": "Engineering Blogs", | |
"url": "https://raw.githubusercontent.com/kilimchoi/engineering-blogs/master/engineering_blogs.opml", |
View Vanlife.opml
This file contains 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"?> | |
<!-- Generated by Feed Curator --> | |
<opml version="1.1"> | |
<head> | |
<title>Vanlife</title> | |
</head> | |
<body> | |
<outline text="50 Campfires" title="50 Campfires" description="" type="rss" version="RSS" htmlUrl="https://50campfires.com" xmlUrl="http://50campfires.com/feed/"/> | |
<outline text="Authentic Asheville" title="Authentic Asheville" description="" type="rss" version="RSS" htmlUrl="https://authenticavl.com" xmlUrl="https://authenticavl.com/feed/"/> | |
<outline text="beanies & bikinis" title="beanies & bikinis" description="" type="rss" version="RSS" htmlUrl="http://beaniesandbikinisblog.com" xmlUrl="http://beaniesandbikinisblog.com/feed/"/> |