Create a table to represent tree nodes.
CREATE TABLE `tree_node` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`data_body` text,
node_deleted datetime DEFAULT NULL,
| #!/bin/bash | |
| PROGNAME=${0##*/} | |
| INPUT='' | |
| QUIET='0' | |
| NOSTATS='0' | |
| max_input_size=0 | |
| max_output_size=0 | |
| usage() |
| pm list packages -f |
| #!/usr/bin/env perl | |
| use Mojolicious::Lite -signatures; | |
| get '/' => sub ($c) { | |
| $c->render(template => 'index'); | |
| }; | |
| get '/api/:region' => sub ($c) { | |
| my %regions = ( |
| -- Fix albums display order | |
| -- Changes the "sort album" field, to ensure that albums get displayed in chronological order on iPods. | |
| -- CC-BY-NC 2011, Jean-Karim Bockstael, | |
| tell application "iTunes" | |
| -- input checking | |
| if selection is {} then | |
| display dialog "You must select at least a track" | |
| return | |
| else | |
| set selected_tracks to selection |
| # vim: syntax=config | |
| ########### | |
| # General # | |
| ########### | |
| priority=high | |
| input-ipc-server=/tmp/mpvsocket # listen for IPC on this socket | |
| load-stats-overlay=yes # use local stats.lua |
| #!/bin/bash | |
| ############################################################################## | |
| # Author: Peter Gordon <[email protected]> | |
| # License: Public Domain | |
| ############################################################################## | |
| # gresource-extract.sh | |
| # Version: 1 | |
| # | |
| # This Bash script is designed to extract all resource files in a given | |
| # GResource file, with the given base folder. For example, if a GResource file |
| /** | |
| * Sets up a DOM MutationObserver that watches for elements using undefined CSS | |
| * class names. Performance should be pretty good, but it's probably best to | |
| * avoid using this in production. | |
| * | |
| * Usage: | |
| * | |
| * import cssCheck from './checkForUndefinedCSSClasses.js' | |
| * | |
| * // Call before DOM renders (e.g. in <HEAD> or prior to React.render()) |
| #!/usr/bin/env bash | |
| set -Eeuo pipefail | |
| trap cleanup SIGINT SIGTERM ERR EXIT | |
| script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P) | |
| usage() { | |
| cat <<EOF | |
| Usage: $(basename "${BASH_SOURCE[0]}") [-h] [-v] [-f] -p param_value arg1 [arg2...] |
| aback | |
| abase | |
| abate | |
| abbey | |
| abbot | |
| abhor | |
| abide | |
| abled | |
| abode | |
| abort |