Skip to content

Instantly share code, notes, and snippets.

View veewee's full-sized avatar
👾
Parsing XML

Toon Verwerft veewee

👾
Parsing XML
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Subscriptions - freek@spatie.be</title>
</head>
<body>
<outline text="PHP" title="PHP">
<outline htmlUrl="http://frederickvanbrabant.com" title="frederickvanbrabant.com" xmlUrl="http://frederickvanbrabant.com/feed.xml" type="rss" text="frederickvanbrabant.com"/>
<outline htmlUrl="http://mattallan.org" title="mattallan.org" xmlUrl="http://mattallan.org/feed.xml" type="rss" text="mattallan.org"/>
<outline title="asked.io" xmlUrl="https://asked.io/rss" type="rss" text="asked.io"/>
@wiipiiw
wiipiiw / GIT cheatsheet
Last active December 18, 2015 17:49
Veelgebruikte GIT commando's met een lijntje uitleg.
Afkortingen
* wd - working directory
* sd - staging directory of index
Termen
* HEAD - 'points to the tip of the current (checked-out) branch'. wijst altijd naar je laatste commit.
* Tree-ish - kan verwijzen naar een tree, commit of tag
@ziadoz
ziadoz / awesome-php.md
Last active April 17, 2024 21:06
Awesome PHP — A curated list of amazingly awesome PHP libraries, resources and shiny things.