Skip to content

Instantly share code, notes, and snippets.

View 47ronin's full-sized avatar
👨‍🚀
🖌

Glenn Batuyong 47ronin

👨‍🚀
🖌
View GitHub Profile
@47ronin
47ronin / bash_find_filenames.sh
Last active July 18, 2016 16:05
BASH command to recursively search current directory for filenames containing string; case-insensitive, ending with specific extension
#!/bin/bash
find . -iname "*string*.jpg"
@47ronin
47ronin / SocialProfilesSchemaJSON.js
Last active October 23, 2015 16:17
JSON Structured Data Schema for Port of San Diego Social Profiles (Google). See https://developers.google.com/structured-data/customize/social-profiles
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"Organization",
"name":"Port of San Diego",
"url":"https://www.portofsandiego.org",
"logo":"https://www.portofsandiego.org/templates/yoo_sync/styles/SDUPD/images/logo-sdupd.png",
"contactPoint":[
{
"@type":"ContactPoint",