Skip to content

Instantly share code, notes, and snippets.

View stephdatu's full-sized avatar
🛸
spaced out

Stephanie Datu stephdatu

🛸
spaced out
View GitHub Profile
@stephdatu
stephdatu / meta-tags.md
Created January 8, 2019 18:29 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@stephdatu
stephdatu / .bash_profile
Created May 15, 2018 23:25 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@stephdatu
stephdatu / Sublime Text User Settings
Last active November 9, 2017 03:57
Sublime Text User Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Colorsublime-Themes/Monokai-Soft.tmTheme",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
@stephdatu
stephdatu / Don't Use These Names!
Last active December 20, 2015 06:29
Reserved Names for Ruby on Rails.. Feel free to comment others you might think of and I'll add it in!
ADDITIONAL_LOAD_PATHS
ARGF
ARGV
ActionController
ActionView
ActiveRecord
ArgumentError
Array
Base
BasicSocket