Skip to content

Instantly share code, notes, and snippets.

View itsmattsoria's full-sized avatar
🎃

Matt Soria itsmattsoria

🎃
View GitHub Profile
<ul>
<li>The birch canoe slid on the smooth planks.
</li><li>Glue the sheet to the dark blue background.
</li><li>It's easy to tell the depth of a well.
</li><li>These days a chicken leg is a rare dish.
</li><li>Rice is often served in round bowls.
</li><li>The juice of lemons makes fine punch.
</li><li>The box was thrown beside the parked truck.
</li><li>The hogs were fed chopped corn and garbage.
</li><li>Four hours of steady work faced us.
@itsmattsoria
itsmattsoria / wgetinstructions.md
Created September 6, 2016 15:34
Scrape a site and save locally from the command line with Wget
@itsmattsoria
itsmattsoria / wp-blogpost-template.html
Last active March 7, 2018 16:43
Some dummy blog post content for testing
<h2>Some standard content types in posts.</h2>
Donec sed odio dui. <strong>This is bold</strong>. <em>This is italic</em>. Nullam id dolor id nibh ultricies vehicula ut id elit. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. <a href="http://github.org">This is a link</a>. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna.
Here is a horizontal line, used sparingly for breaking content:
<hr>
The following is an image, which when selected, the size should be set to "full-width", the alignment set to "none", and typically, the 'Link to' should be set to "none". Avoid trying to align images to the left or right, let them stay full-width.

Daily git log command by Nate Beaty:

git log --author=Nate --since=1.day.ago --all-match --format='%s' | tail -r | paste -s -d : - | sed -e 's/:/; /g' | pbcopy

@itsmattsoria
itsmattsoria / where-to-start.md
Last active July 4, 2020 01:06
Some resources and tips for getting started as a Web Developer (with a front end emphasis)
@itsmattsoria
itsmattsoria / promentalshitbackwashpsychosis
Created January 31, 2014 10:23
Promentalshitbackwashpsychosis Enema Squad (The Doodoo chasers) lyrics
The world is a toll-free toilet
Our mouths neurological assholes
And psychologically speaking
We're in a state of mental diarrhea
Talking shit a mile a minute
Or in a state of constipated notions
Can't think of nothin' but shit
And in this world of
Stinky futures, shitty memories and
Constipated 19 now-nows
@itsmattsoria
itsmattsoria / neo-block-description.md
Last active February 6, 2023 21:48
Display Neo block description in block in admin

1) Add a new template to your project in the templates dir with the following in it:

{{ element.type.description | markdown }}

2) Add a description to your NEO block type:

@itsmattsoria
itsmattsoria / gistfil1.textile
Last active April 22, 2024 12:37
Mac Terminal Cheat Sheet

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor