Skip to content

Instantly share code, notes, and snippets.

<?php # -*- coding: utf-8 -*-
/**
* Create a nav menu with very basic markup.
*
* @author Thomas Scholz http://toscho.de
* @version 1.0
*/
class T5_Nav_Menu_Walker_Simple extends Walker_Nav_Menu
{
/**
@ecrofeg
ecrofeg / strings.html
Created December 9, 2015 15:16
Generates 20\10 symbol strings **Gist created using this.Gist for NetBeans**
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<input type="text" id="input" /> <span id="number"></span> <button id="getTwenty">Get 20</button> <button id="getTen">Get 10</button>
<script type="text/javascript">
version: '2'
services:
### Applications Code Container #############################
applications:
image: tianon/true
### Workspace Utilities Container ###########################