*2010.01.28 09:32:01 general google_sites

First step: Create your account: | http://sites.google.com/?hl=en&tab=w3&pli=1

If you don't have a gmail account you may need to create one of those first.

 

*2010.01.27 17:31:57 python virtualenv

easy_install virtaulenv #virtualenv temp virtualenv --no-site-packages temp cd temp source bin/activate

 

*2010.01.27 14:14:46 python install offline pip

not sure how to make pip download packages for later installation

 

*2010.01.20 08:46:31 instances site

/c/technical/instances.txt /c/technical/web/generate/generate.py /c/technical/web/site/css/style.css /c/technical/web/generate/nav.mako /c/technical/web/generate/site.mako /c/moments/moments/moment.py /c/moments/moments/entry.py /c/moments/moments/association.py /c/moments/moments/journal.py

 

*2010.01.17 12:54:23 python restructured_text
*2010.01.17 12:37:37 python restructured_text
from docutils import core
def rst2html(rst):
  overrides = {'input_encoding': 'unicode',
               'doctitle_xform': 1,
               'initial_header_level': 1}
  parts = core.publish_parts(
      source=rst,
      writer_name='html', settings_overrides=overrides)
  fragment = parts['html_body']
  return fragment

summarized from earlier entries easy to just include when and where needed see also: | http://code.activestate.com/recipes/193890/

 

*2010.01.11 12:11:33 python audio pyaudio portaudio
*2010.01.11 12:10:16 python audio recording record

fairly exhaustive search of the options available for recording audio with python.

Pyper
cSounds.com
csounds python - Google Search
CSound, Python, wxPython programs | cSounds.com
HOME
Csound Journal
Recording audio in python | Maemo | Developers
Sound synthesis with Csound
Easy Project
maemo.org - maemo.org: Home of the Maemo community
maemo.org - Intro: Software Platform
D-bus - Google Search
freedesktop.org - Software/dbus
freedesktop.org - IntroductionToDBus
PythonInMusic - PythonInfo Wiki
The MusicKit V5.6.2
SndObj Library Homepage
pythoneon, du son à la partition
OpenExposition: Main Page
Applications that use PortAudio
Computer Music Links by Phil Burk
libsndfile
Home | SFLphone - SIP/IAX2 softphone and VoIP client for GNU Linux
Mobius
Mixxx | Free Digital DJ Software
August Black
LOOPER'S DELIGHT!
video player - Google Search
Miro | Video Player | Free video and audio podcast player and torrent client.

 

*2010.01.07 12:20 instances setup

/c/technical/system/ubuntu.txt /c/technical/instances.txt /c/technical/system/startup.sh /c/technical/system/ubuntu.txt

 

*2009.12.08 17:33:37 python authentication