Skip to content

Instantly share code, notes, and snippets.

View wjkennedy's full-sized avatar
💭
I may be slow to respond.

William Kennedy wjkennedy

💭
I may be slow to respond.
View GitHub Profile
@felipeccastro
felipeccastro / hunix.sh
Last active February 20, 2025 02:45
Human-friendly UNIX aliases & functions
#!/bin/bash
# Human-friendly UNIX aliases & functions
# Navigation
alias up='cd ..' # Move up one directory
alias home='cd ~' # Move to home directory
# File & Directory Operations
alias list='ls -A' # Show all files
alias newdir='mkdir -p' # Create directory (including parents)
@vested-sigil
vested-sigil / notion.yaml
Created January 26, 2024 00:07
swagger spec for notion.so for custom GPTS
openapi: 3.0.0
info:
title: Notion API
description: API for interacting with Notion resources such as pages and databases.
version: 1.0.0
servers:
- url: https://api.notion.com/v1
description: Main API server
paths:
/pages/{page_id}:
@patpohler
patpohler / Big List of Real Estate APIs.md
Last active December 4, 2025 16:10
Evolving list of Real Estate APIs by Category

Big List of Real Estate APIs

Listings / Property Data

####Rets Rabbit http://www.retsrabbit.com

Rets Rabbit removes the nightmare of importing thousands of real estate listings and photos from RETS or ListHub and gives you an easy to use import and Web API server so you can focus on building your listing search powered website or app.