Skip to content

Instantly share code, notes, and snippets.

View vincode-io's full-sized avatar

Maurice Parker vincode-io

View GitHub Profile
@vincode-io
vincode-io / pre-commit
Last active September 29, 2023 21:28
Detect unresolved merge conflict markers using a Git pre-commit hook
#!/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"
@vincode-io
vincode-io / Combined.opml
Created October 2, 2019 00:06
Feed Curator OPML
<?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"/>
<?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
@vincode-io
vincode-io / OPML-Directory.json
Last active October 2, 2019 00:09
OPML Directory
[
{
"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",
@vincode-io
vincode-io / Vanlife.opml
Last active April 3, 2019 22:53
Feed Curator OPML
<?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 &amp; bikinis" title="beanies &amp; bikinis" description="" type="rss" version="RSS" htmlUrl="http://beaniesandbikinisblog.com" xmlUrl="http://beaniesandbikinisblog.com/feed/"/>