This file contains hidden or 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
| #!/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 |
This file contains hidden or 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
| /* | |
| * William Warnecke | |
| * Backpack Software | |
| * | |
| * Courier Authpipe - Xmail Mailuserstab Authentication Program (CAXMAP) | |
| * | |
| * Version 1 - Release | |
| * | |
| * REFERENCES: | |
| * - http://www.courier-mta.org/authlib/README_authlib.html |
This file contains hidden or 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
| -module(example_05_eqc). | |
| -compile(export_all). | |
| -include_lib("eqc/include/eqc.hrl"). | |
| -include_lib("eqc/include/eqc_statem.hrl"). | |
| initial_state() -> | |
| []. |
This file contains hidden or 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
| 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; |
This file contains hidden or 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
| >> 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 |
This file contains hidden or 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
| LamePS | |
| Funkstrong | |
| Waldizzzo | |
| jonogotoo | |
| christide | |
| moogle_ | |
| r3plica1337 | |
| TivoliPSN | |
| weirdo513 | |
| ngerakines |
This file contains hidden or 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
| Friday: | |
| Wale | |
| Street Sweeper Social Club | |
| Passion Pit | |
| Lax Roux / Grizzly Bear | |
| LCD SoundSystem | |
| Vampire Weekend | |
| Deadmau5 (though I really would like to see Jay-Z live too.) |
This file contains hidden or 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
| <session> | |
| <token>SNIP</token> | |
| <var name="customerName" value="Bill" /> | |
| <var name="numberToDial" value="SNIP" /> | |
| <var name="message" value="Test Message" /> | |
| </session> |
This file contains hidden or 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
| })})})})})})})})})}); |
This file contains hidden or 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
| require 'mm-paginate' | |
| if ENV['MONGOHQ_URL'] | |
| MongoMapper.config = {RAILS_ENV => {'uri' => ENV['MONGOHQ_URL']}} | |
| else | |
| MongoMapper.config = {RAILS_ENV => {'uri' => 'mongodb://localhost:27071/shapado-development'}} | |
| end | |
| MongoMapperExt.init |
OlderNewer