Public Gists by csamuel

Gravatar
Tue Oct 27 15:12:49 -0700 2009
1
2
3
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xml.comcast.com/9/types" xmlns:ser="http://xml.comcast.com/troublemanagement/9/services" xmlns:typ1="http://xml.comcast.com/troublemanagement/9/types">
  <soapenv:Header>
      <typ:requestHeader>
gist: 216218 Axis2 enum example
Gravatar
Thu Oct 22 12:34:58 -0700 2009
1
2
3
package com.comcast.ivr.das.domain.activate;
 
public enum DeviceActionEnum {
Gravatar
Thu Oct 15 10:48:06 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
require 'fileutils'
Gravatar
Thu Oct 08 09:38:28 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
def process(file)
Gravatar
Mon Aug 31 20:05:48 -0700 2009
1
2
3
<?xml version="1.0" encoding="utf-8"?>
<settings>
<mirrors>
Gravatar
Mon Aug 31 15:20:49 -0700 2009
1
2
3
require 'java'
 
import javax.sound.midi.MidiSystem
Gravatar
Tue Aug 18 13:52:59 -0700 2009
1
2
3
#!/usr/bin/env ruby
require 'date'
 
Gravatar
Tue Aug 11 11:05:38 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8"?>
 
<!-- *********************************************************************** -->
Gravatar
Thu Aug 06 13:26:20 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8"?>
 
<!-- ********************************************************************** -->
Gravatar
Tue Jul 28 05:44:10 -0700 2009
1
2
3
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
   <soapenv:Body>
      <soapenv:Fault xmlns:axis2ns2="http://www.w3.org/2003/05/soap-envelope">
Gravatar
Tue Jul 07 13:41:27 -0700 2009
1
2
3
# Mimic Mac OS X Finder's sort by name.
class Array
  def finder_sort
Gravatar
Thu Jun 04 06:58:52 -0700 2009
1
2
3
// ==UserScript==
// @name OWA MailNotify
// @namespace http://blog.hacker.dk/category/greasemonkey/
Gravatar
Thu Jun 04 06:57:43 -0700 2009
1
2
3
// ==UserScript==
// @name Webmail Auto-Login
// @namespace https://webmail.bah.com
Gravatar
Wed Jun 03 14:20:36 -0700 2009
1
2
3
class SubmitTerminationReport < Report
  
  @@header = "time|date|account number|srNumber|uoid|uniqueCallId|applicationName|callType|appServer|browserName|callEndReason|function|start time|duration|exitOSDMName|dnis|ani|dialString|totalDasTime|totalDacTime|ineligibilityReason|callerEnteredDigits|verifiedPhoneNumber|vuiSessionId|browserSessionId|totalNumberDasCalls|dtaDevicesActivatedAttempted|dctDevicesActivatedAttempted|dtaDevicesActivatedConfirmed|dctDevicesActivatedConfirmed|dtaDevicesOrdered|dctDevicesOrdered|serverName\n"
Gravatar
Wed Jun 03 09:22:00 -0700 2009
1
2
3
require 'config/environment.rb'
 
def create_reports
Gravatar
Wed Jun 03 09:17:15 -0700 2009
1
2
3
class Report
  
  BLANK = "".freeze
Gravatar
Wed Jun 03 08:52:01 -0700 2009
1
2
3
class ActivateDeviceReport < Report
  def initialize
    @header = "time|date|call id|exec time|account number|sr number|serial number|output|das server\n"
Gravatar
Wed Jun 03 08:49:23 -0700 2009
1
2
3
class Report
  
  BLANK = "".freeze
Gravatar
Tue Jun 02 20:38:17 -0700 2009
1
2
3
guest = Guest.find(:first,
          :conditions => {:fname => params[:fname],
                          :lname => params[:lname],
Gravatar
Mon Jun 01 11:12:45 -0700 2009
1
git svn clone http://pacdcntdp01.cable.comcast.com:8080/svn/repos/IVR/DAS/ -T trunk -b branches -t tags