*2010.01.28 09:32:01 web google_sites

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

also [2010.02.03 09:58:48] You can create a new account on Google using your existing email: https://www.google.com/accounts/NewAccount?hl=&service=jotspot&continue=http://sites.google.com/?hl=en&tab=w3

Or, you can create a new email address too with Gmail: https://www.google.com/accounts/NewAccount?service=mail&continue=http%3A%2F%2Fmail.google.com%2Fmail%2Fe-11-118eed1a265321b8b0d4ee843f2b8326-ccbee054e9c62f93410ac36ad2857f364680bb15&type=2

also [2010.02.03 10:31:14] create a site choose a template choose the title of the site

also [2010.02.03 10:58:20] favicon create a favicon | http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&source=hp&q=favicon+d&btnG=Google+Search | favicon d - Google Search | http://www.favicon.com/ | Favicon.com - custom icons for your website! | http://tools.dynamicdrive.com/favicon/ | Dynamic Drive- FavIcon Generator

 

*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