search for: peeper

Displaying 3 results from an estimated 3 matches for "peeper".

Did you mean: deeper
2008 Dec 03
7
Pop peeper from windows using wine in Kubuntu
I have enable wine to run on my Kubuntu, and try to run Pop Peeper from windows xp pro(my dual boot), it starts os and also haging await internet connection when in Kubuntu, even though is connected as dial up can any one help????????
2001 Oct 04
0
ANNOUNCE: ticker (peeper)
--lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ----- Forwarded message from Collin Starkweather <collin.starkweather@color= ado.edu> ----- --=20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Collin Starkweather http://www.collinstarkweather.com Consulting Software
2007 Dec 11
4
Lost in translation - Rails 2.0 Nested Resources, Custom Actions
The shift to the :has_many and :has_one options when defining nested resource routes has me perplexed. The block format allows me to define custom REST actions like publish in the example below: map.resources :users do |user| user.resources :articles, :member => { :publish => :put } end It also allows for multiple levels of nesting if necessary. What I''d really like to