Skip to content

Instantly share code, notes, and snippets.

View smcstewart's full-sized avatar

Steven S. smcstewart

  • 11:15 (UTC)
View GitHub Profile
@peltho
peltho / svelte.md
Last active February 18, 2024 19:51
Svelte cheatsheet
@HoldOffHunger
HoldOffHunger / bradvin.social.share.urls.txt
Last active February 1, 2024 19:10
Social Share URL's (Summary)
https://www.facebook.com/sharer.php?u={url}
https://www.facebook.com/dialog/share?app_id={app_id}&display={page_type}&href={url}&redirect_uri={redirect_url}
https://reddit.com/submit?url={url}&title={title}
https://twitter.com/intent/tweet?url={url}&text={title}&via={user_id}&hashtags={hash_tags}
https://www.linkedin.com/sharing/share-offsite/?url={url}
https://api.whatsapp.com/send?phone={phone_number}&text={title}%20{url}
https://www.tumblr.com/widgets/share/tool?canonicalUrl={url}&title={title}&caption={text}&tags={hash_tags}
http://pinterest.com/pin/create/button/?url={url}
https://www.blogger.com/blog-this.g?u={url}&n={title}&t={text}
https://www.evernote.com/clip.action?url={url}&title={title}
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active March 29, 2024 09:36
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example