Skip to content

Instantly share code, notes, and snippets.

class AppEngineFetcher(fetchers.HTTPFetcher):
"""An HTTPFetcher subclass that uses Google App Engine's urlfetch module.
"""
def fetch(self, url, body=None, headers=None):
if not fetchers._allowedURL(url):
raise ValueError('Bad URL scheme: %r' % (url,))
if not headers:
headers = {}
from openid import fetchers
from google.appengine.api import urlfetch
import logging
# other firepython enabled server should be created like this:
# firepython = None
#
# def main():
# app = Application()
// jQuery 1.3 way of doing filters
// example: $('div.items:reallyvisible').hide()
$.extend($.expr[":"], {
reallyvisible: function(el) {
return !(jQuery(el).is(':hidden') || jQuery(el).parents(':hidden').length);
}
});
{ name = 'area.dbg.marker.pagebout.js';
begin = '^(//)(#dbg)\s*$';
end = '^(//)(\2)\s*$';
beginCaptures = {
1 = { name = 'comment.line.punctuation.definition.comment.js'; };
2 = { name = 'active.dbg.token.open.pagebout.comment.line.js'; };
};
endCaptures = {
1 = { name = 'comment.line.punctuation.definition.comment.js'; };
2 = { name = 'active.dbg.token.close.pagebout.comment.line.js'; };
00030 08 68 61 70 70 6c 69 63 61 74 69 6f 6e 2f 73 64 .happlication/sd
00040 70 00 76 3d 30 0a 6f 3d 6f 6c 65 67 20 33 34 34 p.v=0.o=oleg 344
00050 34 31 34 38 33 35 34 20 30 20 49 4e 20 49 50 34 4148354 0 IN IP4
00060 20 31 39 32 2e 31 36 38 2e 38 2e 31 30 34 0a 73 192.168.8.104.s
00070 3d 50 75 6c 73 65 41 75 64 69 6f 20 52 54 50 20 =PulseAudio RTP
00080 53 74 72 65 61 6d 20 6f 6e 20 72 65 61 62 63 69 Stream on reabci
00090 75 63 0a 63 3d 49 4e 20 49 50 34 20 32 32 34 2e uc.c=IN IP4 224.
000a0 30 2e 30 2e 35 36 0a 74 3d 33 34 34 34 31 34 38 0.0.56.t=3444148
000b0 33 35 34 20 30 0a 61 3d 72 65 63 76 6f 6e 6c 79 354 0.a=recvonly
000c0 0a 6d 3d 61 75 64 69 6f 20 34 36 32 32 36 20 52 .m=audio 46226 R
$gst-launch-0.10 udpsrc multicast-group=224.0.0.56 port=64226 ! fakesink dump=true
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = git@github.com:darwin/visor.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
~/code/viswrk/visor master⚡ ➔ gits
# On branch master
# Your branch and 'origin/master' have diverged,
# and have 65 and 85 different commit(s) each, respectively.
#
# Changed but not updated:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: README.markdown
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<configuration>
<scanIntervalSeconds>1</scanIntervalSeconds>
<scanTargetPatterns>
<scanTargetPattern>
<directory>src</directory>
<includes>
<include>**/*.java</include>
@darwin
darwin / gist:102187
Created April 26, 2009 22:03
How to achieve Terminal.app setup as seen on Visor screenshots
here is my ~/.profile:
http://dl.getdropbox.com/u/559047/dot_profile