Displaying 5 results from an estimated 5 matches for "mywebpag".
Did you mean:
mywebpage
2003 Jun 28
1
The effects of encoding repeatedly
I just did this experiment where I took an audio clip, encoded it to Vorbis
q4, decoded it to wav, and repeated several times. I also did the same with
MP3 @ 128k. Here are the resulting files, if anyone is interested in the
results. Clip1 is the first encoding, and Clip8 is the eighth.
http://mywebpages.comcast.net/swmarks/vorbis/clip1.ogg
http://mywebpages.comcast.net/swmarks/vorbis/clip8.ogg
http://mywebpages.comcast.net/swmarks/vorbis/clip1.mp3
http://mywebpages.comcast.net/swmarks/vorbis/clip8.mp3
It appears that vorbis dumps in a lot more high frequencies when encoding,
in comparison to m...
2008 Sep 02
7
Deploying My Rails App
I have just finished my first Rails application following the
lynda.com tutorial, but I am not sure how to get my application on the
internet.
I have an ftp account through the applemachine server, but from what I
have read, I''m afraid I will not be able to host my application there.
What I am looking for is step by step directions on how to get from a
working Ruby on Rails application
2003 Apr 14
0
Help with SMB permissions problems?
I compiled a new binary on OS X and now it I'm having a few problems.
Everything is working just fine including SWAT, but now I have
permission errors:
http://mywebpages.comcast.net/freeradical/smberror.jpg
I didn't change a thing in my smb.conf, just updated the SMB binaries,
so what might be wrong this time? BTW, I symlinked all the new
binaries to their default locations and renamed the originals *.bak.
It seems i'm having permission problems:
[2...
1998 Aug 14
1
Pine 4.02 and directory perms
...-------------------------------------------------
J. Paul Reed Among other things, just another perl hacker
#!/usr/bin/perl unless ($you =~ /spammer/) { print "Email me!\n"; }
@MyEmailAddresses = ("preed@verinet.com","paul@619pro.com");
$MyWebPage = "http://www.verinet.com/~preed";
2012 Mar 29
25
Unable to deploy to Apache
....3p0
Rails 3.1.3
Phusion Passenger version 3.0.11
CentOS release 5.6
Server version: Apache/2.2.3
---------------------------------------------------------------------------------------------------------------
This my vhost configuration from httpd.conf
<VirtualHost *:80>
ServerName www.mywebpage.com
DocumentRoot /home/rubys/work/depot/public/
<Directory /home/rubys/work/depot/public>
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
------------------------------------------------------------------------------------------------------...