Skip to content

Instantly share code, notes, and snippets.

View wmw's full-sized avatar

William Warnecke wmw

  • California
  • X @ww
View GitHub Profile
>> each/4 stat in stats
=INFO REPORT==== 14-Jul-2009::00:22:43 ===
>> gadd/3: stat_rows
=INFO REPORT==== 14-Jul-2009::00:22:43 ===
>> each/4 stat in stats
=INFO REPORT==== 14-Jul-2009::00:22:43 ===
>> gadd/3: stat_rows
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.GamerServices;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Framework.Media;
-module(example_05_eqc).
-compile(export_all).
-include_lib("eqc/include/eqc.hrl").
-include_lib("eqc/include/eqc_statem.hrl").
initial_state() ->
[].
/*
* William Warnecke
* Backpack Software
*
* Courier Authpipe - Xmail Mailuserstab Authentication Program (CAXMAP)
*
* Version 1 - Release
*
* REFERENCES:
* - http://www.courier-mta.org/authlib/README_authlib.html
#!/usr/bin/perl -w
use Asterisk::AGI;
use strict;
sub debug ( $ );
# all sound paths are relative to /var/lib/asterisk/sounds
# asterisk appends the proper extension, don't provide it