Skip to content

Instantly share code, notes, and snippets.

View jicksta's full-sized avatar

Jay Phillips jicksta

View GitHub Profile
Info 2008-07-29 21:43:24 Twinners Core Server v.2.2.1 instance twinners started.
Info 2008-07-29 21:43:24 Processing ReloadPacket
Info 2008-07-29 21:43:24 Finished processing ReloadPacket
Info 2008-07-29 21:43:26 Server listening on port 10001
Info 2008-07-29 21:43:26 Server listening on port 10000
Info 2008-07-29 21:43:26 netHandler is alive 75.101.141.230:53903
Info 2008-07-29 21:43:26 Client with ip 75.101.141.230 connected.
Fine 2008-07-29 21:53:25 RECV [75.101.141.230:53903]: "REGI 13370017000000000000"
Info 2008-07-29 21:53:25 Processing REGI Owner: 1337 Room: 1337
Info 2008-07-29 21:53:25 netHandler is set
-- AGI Script Executing Application: (Conference) Options: (21/R)
[Aug 1 02:33:20] WARNING[31009]: translate.c:283 ast_translator_build_path: No translator path from unknown to unknown
[Aug 1 02:33:39] WARNING[30733]: chan_sip.c:1950 retrans_pkt: Maximum retries exceeded on transmission NTgxMWE2NTEzZjA4YjM3ZTU1ZTlhZTE1OGFiYTIwMjg. for seqno 2 (Critical Response)
[Aug 1 02:33:39] WARNING[30733]: chan_sip.c:1972 retrans_pkt: Hanging up call NTgxMWE2NTEzZjA4YjM3ZTU1ZTlhZTE1OGFiYTIwMjg. - no reply to our critical packet.
== Spawn extension (avatar_complete, 10, 2) exited non-zero on 'SIP/jicksta-081d7dc8'
-- Executing [h@avatar_complete:1] Answer("SIP/jicksta-081d7dc8", "") in new stack
== Spawn extension (avatar_complete, h, 1) exited non-zero on 'SIP/jicksta-081d7dc8'
[Aug 1 02:33:46] NOTICE[30733]: chan_sip.c:15851 sip_poke_noanswer: Peer 'jicksta' is now UNREACHABLE! Last qualify: 1627
[Aug 1 02:33:57] NOTICE[30733]: chan_sip.c:12669 handle_response_peerpoke: Peer 'jicksta' is now Re
do |${1:object}|
$0
end
require 'rubygems'
require 'twitter'
TwitterClient = Twitter::Base.new("jicksta@gmail.com", "xxxxxxxxx")
class Twitter::User
def friends
TwitterClient.friends_for @screen_name
end
end
external {
simon = new_simon_game
simon.start
}
internal {
play "Hello"
+external
}
class Foo
def initialize
puts "Initializing!"
@foo = 123
end
end
f = Marshal.load "\004\bo:\bFoo\006:\t@foo0"
p f
f.send :initialize
require 'rubygems'
require 'hpricot'
require 'open-uri'
require 'sinatra'
def overview
Hpricot open("http://docs.adhearsion.com/@api/deki/pages?format=xml")
end
def page_contents_for_id(id)
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!--
// Copyright 2008 Alex Trujillo
// Full source available here: http://code.google.com/p/vektornye/
// LICENSE
// This file is part of the Vektornye engine.
//
// Vektornye is free software: you can redistribute it and/or modify
import <Foundation/CPObject.j>
@implementation AppController : CPObject
{
}
- (void)applicationDidFinishLaunching:(CPNotification)aNotification
{