Skip to content

Instantly share code, notes, and snippets.

@mbeall
mbeall / vws_product_backlog.md
Last active August 29, 2015 14:13
Vuyiroli product backlog

Content Updates

  • Remove baptism photos
  • Fix galleries
  • "Vuyiroli provides a permanent home, daily food, medical care, community activities
  • Change "Who We Serve" to "Whom We Serve"
  • Update $3/day to $4 and include pounds and rupees
  • Make sure new content is accessible from home page
  • Update resident photos/profiles*
  • Add updated statistics*
@mbeall
mbeall / crontab.md
Last active August 29, 2015 14:11
Turk's homework

USER is the user's home directory, i.e. queral

PATH

  • On your team machine, edit the .bashrc file in your home directory.
vi ~/.bashrc
  • At the bottom of the file, type export PATH=$PATH:~/etc
  • Save and quit ( :wq )
@mbeall
mbeall / elizabeth.md
Last active January 4, 2018 17:33
Gift lists for Beall children

Elizabeth's Wish List

Scroll down to see Matt's Wish List or Kara's Wish List. Items listed are in no particular order.

Books

Harry Potter books

  • Harry Potter and the Sorcerer's Stone
  • Harry Potter and the Chamber of Secrets
  • Harry Potter and the Prisoner of Azkaban
  • Harry Potter and the Goblet of Fire
@mbeall
mbeall / osx.md
Last active August 29, 2015 14:09
Electronic Filing System
Applications
Auto
  • Insurance
  • Titles
  • Maintenance and Repair
  • Recreational Vehicles
  • Boats
  • Motorcycles
@mbeall
mbeall / README.md
Created November 7, 2014 01:18
Echo ASP README.md

Echo (ASP) 0.0.0

The ASP code for the ASP version of the project

Visual Studio Configuration

Before working on any code, make sure to configure Visual Studio, by doing the following:

  1. Open Visual Studio and open website, pointing to the echo-asp folder.
  2. Go to Tools -> Options...
@mbeall
mbeall / research.md
Last active August 29, 2015 14:07
Research Project

History

What it does

  • Sorts CSS declarations
  • Helps maintain coding style through multiple iterations, revisions, and contributors
  • Makes code easier to read by colleagues and yourself
  • Helps find CSS properties faster
  • Prevents accidental errors by revealing redundant declarations

How to use

@mbeall
mbeall / class.php
Last active August 29, 2015 14:07
DocBlock Templates
/**
* A summary informing the user what the associated element does.
*
* A *description*, that can span multiple lines, to go _in-depth_ into the details of this element
* and to provide some background information or textual references.
*
* @author
* @deprecated
* @since
*
@mbeall
mbeall / style.css
Created September 19, 2014 19:57
.embed-expand-*
/**
* .embed-expand-*
*
* Apply this class to the closest ancestor
* element that has a col-*-* class
*/
@media (max-width: 767px) {
.embed-expand-xs {
padding-right: 0;
padding-left: 0;
<?php
/*
Name: Memcached
Description: Memcached backend for the WP Object Cache.
Version: 2.0
URI: http://dev.wp-plugins.org/browser/memcached/
Author: Ryan Boren
@mbeall
mbeall / install.sh
Last active August 29, 2015 14:05
Purge and re-install mysql-server
# (Run as sudo)
# (Run after purge_mysql.sh)
apt-get install --reinstall mysql-server