Skip to content

Instantly share code, notes, and snippets.

@notomato
notomato / wpmenus.html
Last active December 19, 2015 21:08 — forked from danblaker/wpmenus.html
<div class="nav-menu">
<ul>
<li class="current_page_item"><a href="http://wp-themes.com/" title="Home">Home</a></li>
<li class="page_item page-item-2"><a href="http://wp-themes.com/?page_id=2">About</a></li>
<li class="page_item page-item-46"><a href="http://wp-themes.com/?page_id=46">Parent Page</a>
<ul class="children">
<li class="page_item page-item-49"><a href="http://wp-themes.com/?page_id=49">Sub-page</a></li>
</ul>
</li>
</ul>
<?php
use lithium\core\ErrorHandler;
use lithium\action\Response;
use lithium\net\http\Media;
use lithium\analysis\Debugger;
use lithium\analysis\Logger;
use lithium\core\Environment;
/**
{
"require": {
"slim/slim": "2.*",
"illuminate/database": "*",
"dhorrigan/capsule": "*"
}
}
@notomato
notomato / reclaimWindows10.ps1
Created January 8, 2017 07:40 — forked from alirobe/reclaimWindows10.ps1
"Reclaim Windows 10" turns off a bunch of unnecessary Windows 10 telemetery, removes bloatware, and privacy invasions. Review and tweak before running. Scripts for reversing are included and commented. Fork via https://github.com/Disassembler0 (different defaults)
##########
# Win10 Initial Setup Script
# Author: Disassembler <disassembler@dasm.cz>
# Version: 1.7, 2016-08-15
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/
# THIS IS A PERSONALIZED VERSION
# This script leaves more MS defaults on, including MS security features.
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1