Skip to content

Instantly share code, notes, and snippets.

View ntwb's full-sized avatar
🏠
Working from home

Stephen Edgar ntwb

🏠
Working from home
View GitHub Profile
Verifying my Blockstack ID is secured with the address 17PzqkWrHkMKQTq8x7yApMYZrXQ2m3fiP4 https://explorer.blockstack.org/address/17PzqkWrHkMKQTq8x7yApMYZrXQ2m3fiP4
#222222,#2F2F2F,#F92772,#FFFFFF,#A6E22D,#f8f8f2,#66D9EF,#BE84F2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Monokai</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
@ntwb
ntwb / phpcs.xml
Last active July 7, 2017 01:41
@netweb's custom `phpcs.xml` file for Gutenberg
<?xml version="1.0"?>
<ruleset name="@netweb' custom `phpcs.xml` file for Gutenberg">
<!-- Use colors in output -->
<arg value="-colors"/>
<!-- Show Progress -->
<arg value="p"/>
<!-- Now get everything else from this file -->
@ntwb
ntwb / NewBB.php
Last active August 2, 2021 18:49
NewBB bbPress Import Script - Forked from phpBB.php
<?php
/**
* bbPress NewBB 4.x Converter
*
* @package bbPress
* @subpackage Converters
*/
/**
@ntwb
ntwb / config.local.yaml
Created March 21, 2017 05:16
My Default Chassis Configuration
php: '7.0'
hosts:
- vagrant.local
extensions:
- Chassis/Composer
- Chassis/Debugging
- Chassis/Fish
- Chassis/nodejs
@ntwb
ntwb / gist:229a1cbbbf77225a365e229c38ae699c
Created November 1, 2016 05:13 — forked from johnbillion/hierarchy.php
WordPress Template Hierarchy (as of WordPress 4.6)
<?php
/*
WordPress Template Hierarchy (as of WordPress 4.6)
is_404() ------------------------------------------------------------------------------------------------> 404.php
is_search() ---------------------------------------------------------------------------------------------> search.php
is_front_page() -----------------------------------------------------------------------------------------> front-page.php
is_home() -----------------------------------------------------------------------------------------------> home.php
Verifying that +netweb is my blockchain ID. https://onename.com/netweb
@ntwb
ntwb / bbpress.scss
Last active September 30, 2018 10:41 — forked from cdils/bbpress.scss
This is quick, sassified version of the default bbPress stylesheet. I did not sassify the media queries at this point (I intend to re-work those as mobile-first for my project). Also note that I kept the original stylesheet organization. There's repition of some selectors that could be avoidded if the current organization was disregarded. :) As …
/**
* bbPress specific CSS
*
* @package bbPress
* @subpackage Theme
*/
/* =bbPress Style
-------------------------------------------------------------- */
@ntwb
ntwb / 0_reuse_code.js
Created December 14, 2015 23:45
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