The order within each category is by preference, while categories are in alphabetical order.
Scroll down to see Matt's Wish List or Kara's Wish List. Items listed are in no particular order.
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Make sure all git repos are using the latest csscomb rules | |
# Uses Flint's rules as master | |
# | |
for repo in $(cat /usr/local/repos.git) | |
do | |
cd $repo | |
echo $(basename $repo) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias rsync-ssh='rsync -az -e ssh' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set updateSession = CreateObject("Microsoft.Update.Session") | |
updateSession.ClientApplicationID = "MSDN Sample Script" | |
Set updateSearcher = updateSession.CreateUpdateSearcher() | |
WScript.Echo "Searching for updates..." & vbCRLF | |
Set searchResult = _ | |
updateSearcher.Search("IsInstalled=0 and Type='Software' and IsHidden=0") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the main Apache server configuration file. It contains the | |
# configuration directives that give the server its instructions. | |
# See http://httpd.apache.org/docs/2.4/ for detailed information about | |
# the directives and /usr/share/doc/apache2/README.Debian about Debian specific | |
# hints. | |
# | |
# | |
# Summary of how the Apache 2 configuration works in Debian: | |
# The Apache 2 web server configuration in Debian is quite different to | |
# upstream's suggested way to configure the web server. This is because Debian's |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Displays content for a team member profile | |
* | |
* @package Steel | |
* @module Teams | |
* | |
*/ | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* The template for displaying a list of profiles for a Team. | |
* | |
* @package Steel | |
* @module Teams | |
* | |
*/ | |
get_header(); ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Displays a single profile | |
* | |
* @package Steel | |
* @module Teams | |
* | |
*/ | |
get_header(); ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Create a slideshow made up of images and video | |
* Uses Bootstrap Carousel plugin | |
* | |
* @package Steel | |
* @module Slides | |
* | |
*/ |
NewerOlder