Skip to content

Instantly share code, notes, and snippets.

@soe
soe / WP2Chatter.js
Created August 21, 2012 10:21
WP2Chatter Kynetx
ruleset a1000x9 {
meta {
name 'WP2Chatter'
description <<
WP2Chatter
>>
author "soe soe"
logging on
key wp2chatter {
@soe
soe / gist:4002310
Created November 2, 2012 16:05
baseText
"""
This module converts requested URLs to callback view functions.
RegexURLResolver is the main class here. Its resolve() method takes a URL (as
a string) and returns a tuple in this format:
(view_function, function_args, function_kwargs)
"""
import re
@soe
soe / gist:4003358
Created November 2, 2012 18:25
newText
"""
This module converts requested URLs to callback view functions.
RegexURLResolver is the main class here. Its resolve() method takes a URL (as
a string) and returns a tuple in this format:
(view_function, function_args, function_kwargs)
"""
from __future__ import unicode_literals
@soe
soe / gist:4005229
Created November 3, 2012 00:29
field.api.php new
<?php
/**
* @addtogroup hooks
* @{
*/
/**
* Exposes "pseudo-field" components on fieldable entities.
*
@soe
soe / gist:4005234
Created November 3, 2012 00:30
field.api.php old
<?php
// $Id$
/**
* @ingroup field_fieldable_type
* @{
*/
/**
* Exposes "pseudo-field" components on fieldable entities.
@soe
soe / gist:4005307
Created November 3, 2012 00:52
form.inc new
<?php
/**
* @file
* Functions for form and batch generation and processing.
*/
/**
* @defgroup forms Form builder functions
* @{
* Functions that build an abstract representation of a HTML form.
@soe
soe / gist:4005311
Created November 3, 2012 00:53
form.inc old
<?php
// $Id$
/**
* @defgroup forms Form builder functions
* @{
* Functions that build an abstract representation of a HTML form.
*
* All modules should declare their form builder functions to be in this
* group and each builder function should reference its validate and submit
@soe
soe / tabs JSON output
Created January 22, 2013 22:47
tabs JSON output
"tabs": {
"checkboxTabs": [{
"documentId": "1",
"pageNumber": "1",
"recipientId": "1",
"xPosition": "139",
"yPosition": "141",
"name": "Individual",
"requireInitialOnSharedChange": "false",
"selected": "true",
@soe
soe / Challenge 2026
Last active December 11, 2015 12:18
Challenge 2026
2 files (routes/index.js and libs/cloudspokes.js) are changed in refactoring updateMember function.
"updateMember" function is modified to accept 1 more param: memberTabs which is retrieved from DocuSign API.
Please refer to change log here: https://github.com/soe/Docusign-Embedded-Signing/compare/cs2026
In the following gist (https://gist.github.com/4599566#file-tabs-json-output), "tabs" returned in JSON output from DocuSign API response is included for reference.
** Demo: http://docusign-soe.herokuapp.com/sign/a0IZ0000000FyJU/jeffdonthemic/99097A71-5EE0-43DD-A16F-6D0066983910/jdouglas@appirio.com
** Screencast: https://vimeo.com/57982065
@soe
soe / sfdc-partner.wsdl
Last active December 11, 2015 14:29
sfdc-partner.wsdl
<?xml version="1.0" encoding="UTF-8"?>
<!--
Salesforce.com Partner Web Services API Version 26.0
Generated on 2013-01-23 22:06:12 +0000.
Copyright 1999-2013 salesforce.com, inc.
All Rights Reserved
-->