Skip to content

Instantly share code, notes, and snippets.

View phily245's full-sized avatar

Phil Young phily245

View GitHub Profile
@phily245
phily245 / openapi.yml
Last active February 26, 2024 09:10
AbuseIPDB Check OpenAPI Spec
openapi: 3.0.3
info:
title: AbuseIPDB API
version: "v2"
servers:
- url: https://api.abuseipdb.com/api/v2
paths:
/check:
get:
operationId: checkIp
<div id="the-basics">
<input class="typeahead" type="text" placeholder="States of USA">
</div>
@phily245
phily245 / git-commit-csv-export.sh
Last active May 3, 2016 10:40 — forked from ghinda/git-commit-csv-export.sh
git csv export of commits in the last month
git log --since='last month' --pretty=format:'%h;%an;%ad;%s' > log.csv