473,626 Members | 3,373 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Daisy Daisy, give me your answer do

there is a MacPerl program posted in 1998 that uses Mac's speech synth
to sing Daisy Bell.
See:

http://bumppo.net/lists/macperl/1998/11/msg00412.html

can anyone modify it so it runs out of the box on today's OS X?

PS i'm posting this also in python and lisp group, i hope it'd be some
general interest. For some background of this song, see
http://xahlee.org/Periodic_dosage_di...aisy_bell.html

i'm interested in getting versions that can sing the song in Windows,
Mac, Linux using whatever speech synth each OS may provide. Thanks.

Xah
xa*@xahlee.org
∑ http://xahlee.org/

Oct 8 '05 #1
8 2803
On Saturday 08 October 2005 22:10, Xah Lee wrote:
there is a MacPerl program posted in 1998 that uses Mac's speech synth
to sing Daisy Bell.
See:

http://bumppo.net/lists/macperl/1998/11/msg00412.html

can anyone modify it so it runs out of the box on today's OS X?

PS i'm posting this also in python and lisp group, i hope it'd be some
general interest. For some background of this song, see
http://xahlee.org/Periodic_dosage_di...aisy_bell.html

i'm interested in getting versions that can sing the song in Windows,
Mac, Linux using whatever speech synth each OS may provide. Thanks.

Xah
xa*@xahlee.org
∑ http://xahlee.org/


You're asking "tech geekers" and "morons" to do this job? Isn't that a task
for somebody more professional like you?
Oct 8 '05 #2
Leave Xah Lee alone, he's a troll, he got no interested in doing
anything but to provoke people on usenet.

--
Lasse Vågsæther Karlsen
http://usinglvkblog.blogspot.com/
mailto:la***@vk arlsen.no
PGP KeyID: 0x2A42A1C2
Oct 8 '05 #3
Dear Michael Goettsche,

why don't you lead the pack to be on-topic for a change, huh?

Xah

Michael Goettsche wrote:
On Saturday 08 October 2005 22:10, Xah Lee wrote:
there is a MacPerl program posted in 1998 that uses Mac's speech synth
to sing Daisy Bell.
See:

http://bumppo.net/lists/macperl/1998/11/msg00412.html

can anyone modify it so it runs out of the box on today's OS X?

PS i'm posting this also in python and lisp group, i hope it'd be some
general interest. For some background of this song, see
http://xahlee.org/Periodic_dosage_di...aisy_bell.html

i'm interested in getting versions that can sing the song in Windows,
Mac, Linux using whatever speech synth each OS may provide. Thanks.

Xah
xa*@xahlee.org
∑ http://xahlee.org/


You're asking "tech geekers" and "morons" to do this job? Isn't that a task
for somebody more professional like you?


Oct 8 '05 #4
Sam
Xah Lee writes:
Dear Michael Goettsche,

why don't you lead the pack to be on-topic for a change, huh?


Why don't you:

1. Learn how to properly format messages for posting to Usenet, so that
your scribblings don't read like stream-of-consciousness babbling
(see http://en.wikipedia.org/wiki/Top-posting).

2. Explain why such an important and famous ubergeek like yourself (judging
by your web site) has to beg others to write code for him.

3. Make sure the door handle doesn't hit your ass on the way out.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.7 (GNU/Linux)

iD8DBQBDSFWsx9p 3GYHlUOIRApPeAJ 9N4O6J8PwLYzTMf 6qFNFwX8LbAbQCe IbDl
o5Dg1WUjRNabhDG aOJUGHiw=
=QsKR
-----END PGP SIGNATURE-----

Oct 8 '05 #5
On Saturday 08 October 2005 16:26, Sam wrote:
Xah Lee writes:
Dear Michael Goettsche,

why don't you lead the pack to be on-topic for a change, huh?


Why don't you:

1. Learn how to properly format messages for posting to Usenet, so that
your scribblings don't read like stream-of-consciousness babbling
(see http://en.wikipedia.org/wiki/Top-posting).


Sam:

His scribblings *are* babbling, as I am sure you are quite aware. (Your
predisposition for congeniality is showing through here.) Formatting would
not help...unless, of course, he marks it up with "Rich Backspace
Formatting" (RBF). Ideally, he would backspace once for every character.

James

--
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com/
Oct 9 '05 #6
On Saturday 08 October 2005 23:39, Xah Lee wrote:
Dear Michael Goettsche,

why don't you lead the pack to be on-topic for a change, huh?

Xah


Because you are a moron. Unsubscribe from this list please and never come
back.
Oct 9 '05 #7
Michael Goettsche wrote:
<cut>
You're asking "tech geekers" and "morons" to do this job? Isn't that a task
for somebody more professional like you?


I think he's doing a shot to the position of open-source leader, judging
on the replies he has got till so far, that shot was not really
effective. In dutch we have a saying for these kind of people, it goes
like this: "12 ambachten, 13 ongelukken".

--
mph

Oct 9 '05 #8
"Xah Lee" <xa*@xahlee.org > writes:
there is a MacPerl program posted in 1998 that uses Mac's speech synth
to sing Daisy Bell.
See:

http://bumppo.net/lists/macperl/1998/11/msg00412.html

can anyone modify it so it runs out of the box on today's OS X?


For pre-Tiger OS versions you'll need to install the Mac::Carbon module from
CPAN, if you haven't done so already. Tiger ships with it pre-installed.

Aside from that, only trivial modification are needed to update the script.
Just Replace #!perl with #!/usr/bin/perl, and remove the last line, which
calls MacPerl::Quit() .

sherm--

--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
Oct 9 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
1892
by: Jeff Clark | last post by:
I have so asked this question. Let it so be answered.
18
2487
by: free2cric | last post by:
Hi, I attanded an interview on C++ Question asked were and my answers to them.. 1. In a CPP program what does memory leak occure? -- i said.. In a constructor , the pointer variables were assigned a memory block but the programmer forgets to free them in the destructor by usng delete operator. 2. ok, the delete operator is used .. variables were freed. but still
17
4114
by: Josh Close | last post by:
I know this is kinda a debate, but how much ram do I give postgres? I've seen many places say around 10-15% or some say 25%....... If all this server is doing is running postgres, why can't I give it 75%+? Should the limit be as much as possible as long as the server doesn't use any swap? Any thoughts would be great, but I'd like to know why. Thanks.
7
2353
by: changs | last post by:
Hi, all I have a asm code, I suspect it sort of socket programming. Can anyone here give some instructions on how to determine the function or give the psudo-code in C? Thanks in advance! Tony
25
9573
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - Why does parseInt('09') give an error? ----------------------------------------------------------------------- The parseInt function decides what base the number is by looking at the number. By convention it assumes that any number beginning with 0x is Hexadecimal, and otherwise any number beginning with 0 is Octal. To force use of base 10 add a second...
7
1903
by: 511475 | last post by:
What is the best checker to use to find these probles with, besides an experienced set of eyes? This probram is to grade the response to input by user. Grades his marks. Thanks <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head>
0
1065
by: vkunta | last post by:
I have situation where table contains data where subset of a data can be linked. Ex: Col1 COL2 1 2 1 3 3 4 5 8 8 9 Some kind of Daisy Chain situation. I need sql which will update third column where all rows linked.
10
1660
by: _Who | last post by:
Given Request.Cookies and Response.Cookies in asp.net is there any reason to ever use javascript or any other method to use cookies? Thanks
2
2500
by: amit2781 | last post by:
Hi, Can you please provide me the any script which written for daisy chain replication topology? Any help on this highly appreciated.
0
8268
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8202
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8641
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8366
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8510
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7199
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4202
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2628
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1812
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.