Skip to content

Instantly share code, notes, and snippets.

View fera2k's full-sized avatar

Fernando Vieira fera2k

View GitHub Profile
# enable brew completions
if type brew &>/dev/null
then
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
autoload -Uz compinit
compinit
fi
@fera2k
fera2k / apple_itunes_lookup_example.json
Created December 1, 2022 15:42
Apple Itunes Lookup API example
{
"resultCount": 10,
"results": [
{
"wrapperType": "track",
"kind": "podcast",
"collectionId": 1500673800,
"trackId": 1500673800,
"artistName": "HomeLight Inc.",
"collectionName": "The Walkthrough™ | HomeLight's Real Estate Podcast",
version: '3.8'
services:
postgres-and-postgis:
image: postgis/postgis
environment:
POSTGRES_PASSWORD: "postgres"
ports:
- "5432:5432"
volumes:
@fera2k
fera2k / metadata.xml
Last active July 5, 2018 14:25
Swordfish + Redfish PoC Metadata
This file has been truncated, but you can view the full file.
<?xml version='1.0' encoding='UTF-8'?>
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:DataServices>
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageReplicaInfo">
<EnumType Name="ReplicaUpdateMode" IsFlags="false" UnderlyingType="Edm.Int32">
<Member Name="Active">
<Annotation Term="Org.OData.Core.V1.Description">
<String>Active-Active (i.e. bidirectional) synchronous updates.</String>
</Annotation>
<Annotation Term="Org.OData.Core.V1.LongDescription">