Skip to content

Instantly share code, notes, and snippets.

View phatsk's full-sized avatar

Zach O phatsk

  • WebDevStudios
  • NC
View GitHub Profile

BitBucket Has Problems - The Deployment History View

Have you ever gone to the deployment history screen only to be greeted by dates like "Two Weeks Ago" or "Last Month" and thought "wow that's so useful!" Of course not, because it's not.

Enter: the ✨ magic ✨ of CSS and Javascript

How Do I Use This?

You ask. I dunno.

diff --git a/test.md b/example.md
similarity index 74%
rename from test.md
rename to example.md
index c0c9d78..0ea7f6d 100644
--- a/test.md
+++ b/example.md
@@ -1,6 +1,6 @@
-<pre>add_action( 'pre_get_posts', function( $query ) {
- $query-&gt;set( 'post_type', 'page' );
<?php
/*
* Template Name: Downloads
*/
?>
// ==UserScript==
// @name Make JIRA Comments Readable
// @namespace https://gist.github.com/phatsk
// @version 0.1
// @description Makes JIRA comments readable.
// @author phatsk@
// @include /^https://.*\.atlassian\.net/browse/\w+-\d+/
// @include /^https://jira\..*\.com/browse/\w+-\d+/
// @grant none
// ==/UserScript==
### Look for this line and comment it out, as shown:
#config.vm.network :private_network, ip: "192.168.50.4"
# Public Network (disabled)
#
# Using a public network rather than the default private network configuration will allow
# access to the guest machine from other devices on the network. By default, enabling this
# line will cause the guest machine to use DHCP to determine its IP address. You will also
# be prompted to choose a network interface to bridge with during `vagrant up`.
## I'm using this in the agnoster theme - should work for any
## zsh theme
## Main prompt
build_prompt() {
RETVAL=$?
prompt_status
prompt_virtualenv
prompt_context
prompt_dir