Skip to content

Instantly share code, notes, and snippets.

View germanny's full-sized avatar

Jen G germanny

View GitHub Profile
@germanny
germanny / prd.md
Created April 14, 2025 14:57 — forked from burkeholland/prd.md
TheUrlist PRD

Project Requirements Document: The Urlist Website

The following table outlines the detailed functional requirements of The Urlist website.

Requirement ID Description User Story Expected Behavior/Outcome
FR001 Creating a New URL List As a user, I want to be able to start a new, empty list so I can begin adding URLs. The system should provide a clear way for the user to initiate the creation of a new list, potentially presenting an empty list view or an "add new list" button.
FR002 A
@germanny
germanny / WP Security README.md
Created December 5, 2024 14:36 — forked from ericrasch/WP Security README.md
Hardening & Improving WordPress Security
@germanny
germanny / wget-snapshotpage.md
Created March 19, 2019 21:00 — forked from dannguyen/wget-snapshotpage.md
Use wget to snapshot a page and its necessary visual dependencies

Use wget to mirror a single page and its visible dependencies (images, styles)

Money graphic via State of Florida CFO Vendor Payment Search

Graphic via State of Florida CFO Vendor Payment Search (flair.myfloridacfo.com)

This is a quick command I use to snapshot webpages that have a fun image I want to keep for my own collection of WTFViz. Why not just right-click and save the image? Oftentimes, the webpage in which the image is embedded contains necessary context, such as captions and links to important documentation just incase you forget what exactly that fun graphic was trying to explain.

@germanny
germanny / Readme.md
Created June 11, 2018 17:06 — forked from jasoncomes/Readme.md
Developer Project - Cars

Project Overview

So this should take them about an 30 mins to 1 hr, depending on how in depth they get. I wanted to keep the instructions as vague as possible with little direction to see how they operate. Here is a list of things we'll be looking for as we QA:

  • Questions, if they ask any
  • Github
  • Javascript/JQuery
  • HTML Markup
  • PHP Logic
  • Git Committing
@germanny
germanny / .gitconfig
Last active December 29, 2016 15:56 — forked from jimmynotjim/.gitconfig
Base .gitconfig
[apply]
whitespace = fix
[color]
# Use colors in Git commands that are capable of colored output when outputting to the terminal
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
@germanny
germanny / _instructions2.md
Last active February 3, 2022 15:25 — forked from saetia/gist:1623487
Clean Install – OS X 10.11 El Capitan

OS X Preferences


most of these require logout/restart to take effect

# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false

# Set a shorter Delay until key repeat
@germanny
germanny / Preferences.sublime-settings
Created December 26, 2015 20:41 — forked from jimmynotjim/Preferences.sublime-settings
Current ST2 User Settings
{
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/User/SublimeLinter/Phix Dark (SL).tmTheme",
"detect_indentation": true,
"file_exclude_patterns":
[
".DS_Store",
"dump.rdb"
],
@germanny
germanny / 0_reuse_code.js
Created August 6, 2014 18:54
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

To shut off all comments/trackbacks/pingbacks in the WordPress Admin, the steps for cleanup are: