This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Mike Wills' Shortcodes | |
Plugin URI: http://mikewills.me/projects | |
Description: A bunch of shortcodes for the network of Mike Wills' WordPress sites. | |
Version: 0.1 | |
Author: Mike Wills | |
Author URI: http://mikewills.me | |
License: GPL2 | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PGM PARM(&USER &PASS &TWEET) | |
DCL VAR(&USER) TYPE(*CHAR) LEN(30) | |
DCL VAR(&PASS) TYPE(*CHAR) LEN(30) | |
DCL VAR(&TWEET) TYPE(*CHAR) LEN(140) | |
DCL VAR(&CMD) TYPE(*CHAR) LEN(300) | |
CHGVAR VAR(&CMD) VALUE('/installedApps/curl/curl --basic + | |
--user ' || &USER *TCAT ':' || &PASS *TCAT ' + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Class: Calendar | |
Created by: Mike Wills (http://mikewills.me) | |
*/ | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Web; | |
using System.Text; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"states":{"state":[{"name":"Alabama","shortCode":"AL"},{"name":"Alaska","shortCode":"AK"},{"name":"American Samoa","shortCode":"AS"},{"name":"Arizona","shortCode":"AZ"},{"name":"Arkansas","shortCode":"AR"},{"name":"Armed Forces Europe","shortCode":"AE"},{"name":"Armed Forces Pacific","shortCode":"AP"},{"name":"Armed Forces the Americas","shortCode":"AA"},{"name":"California","shortCode":"CA"},{"name":"Colorado","shortCode":"CO"},{"name":"Connecticut","shortCode":"CT"},{"name":"Delaware","shortCode":"DE"},{"name":"District of Columbia","shortCode":"DC"},{"name":"Federated States of Micronesia","shortCode":"FM"},{"name":"Florida","shortCode":"FL"},{"name":"Georgia","shortCode":"GA"},{"name":"Guam","shortCode":"GU"},{"name":"Hawaii","shortCode":"HI"},{"name":"Idaho","shortCode":"ID"},{"name":"Illinois","shortCode":"IL"},{"name":"Indiana","shortCode":"IN"},{"name":"Iowa","shortCode":"IA"},{"name":"Kansas","shortCode":"KS"},{"name":"Kentucky","shortCode":"KY"},{"name":"Louisiana","shortCode":"LA"},{"name":"Maine" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PGM | |
ADDLIBLE LIB(SPLTOOL) POSITION(*LAST) | |
MONMSG MSGID(CPF2103) | |
ADDLIBLE LIB(AFPTOOL) POSITION(*LAST) | |
MONMSG MSGID(CPF2103) | |
ADDLIBLE LIB(MAILTOOL) POSITION(*LAST) | |
MONMSG MSGID(CPF2103) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ********************************************************************** */ | |
/* Program . . . . . STRING */ | |
/* */ | |
/* Created on . . . 06/27/2006 */ | |
/* by . . . Mike Wills (http://mikewills.me) */ | |
/* */ | |
/* Description . . . */ | |
/* */ | |
/* CHANGE LOG: */ | |
/* Date | Name | Description */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ********************************************************************** */ | |
/* Program . . . . . DATE */ | |
/* */ | |
/* Created on . . . 06/08/2006 */ | |
/* by . . . Mike Wills (http://mikewills.me) */ | |
/* */ | |
/* Description . . . */ | |
/* */ | |
/* CHANGE LOG: */ | |
/* Date | Name | Description */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ********************************************************************** */ | |
/* Program . . . . . ADVERROR */ | |
/* */ | |
/* Created on . . . 08/10/2004 */ | |
/* by . . . Mike Wills (http://mikewills.me) */ | |
/* */ | |
/* Description . . . */ | |
/* */ | |
/* CHANGE LOG: */ | |
/* Date | Name | Description */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ********************************************************************** */ | |
/* Program . . . . . ALERT */ | |
/* */ | |
/* Created on . . . 04/09/2010 */ | |
/* by . . . Mike Wills (http://mikewills.me) */ | |
/* */ | |
/* Description . . . */ | |
/* */ | |
/* CHANGE LOG: */ | |
/* Date | Name | Description */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Error Status Fields (Numeric Order) | |
D PGM_SUCCESS C CONST(00000) | |
D FILE_EOF C CONST(00011) | |
D FILE_NO_RECORD_FOUND... | |
D C CONST(00012) | |
D FILE_SFL_FULL C CONST(00013) | |
D PGM_DIVIDE_BY_ZERO... | |
D C CONST(00102) | |
D PGM_ALPHA_NUMERIC_ERROR... | |
D C CONST(00105) |
OlderNewer