Archive for the ‘Interests’ Category

23:14
10-14-2008

瑞典人唱的中文歌

   Posted by: clarezoe Tags: ,

在我建议下,我们合唱团唱了一首中国的民歌,大家耳熟能详的新疆民歌“青春舞曲”。教大家唱可是费了我不少苦心,又是做网页,又是做录音。平时排练大家都练得挺好,觉得就是中国人唱的呢,可是上周演唱会时大家估计都紧张得不行了。我觉得是中文发音最差的一次,不过歌当然是唱得最好听的。

大家好好评评。

特别感谢我们的伴奏李静同学,平时上班很累还天天在单位练琴。

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

23:50
07-21-2008

小步舞曲2+洪湖水+休息时弹的钢琴 080718

   Posted by: clarezoe Tags:

今天把铃木第一册过了一遍,最后一首加沃特还是有点困难,录了一首小步舞曲。弓子是越来越不行了,松香都上不了,在弦上滑啊滑啊,一些声音很刺耳,大家忍忍吧

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

练了一下洪湖水的前一部分,用到了一些换把,拉得还很差,但是市长先生强烈要求我录音,也只好放上来委屈大家的耳朵了

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

感觉自己最大的问题还是在运弓上,现在每次练琴前都会练空弦长音,希望将来会好一点。还有同指换弦不会弦,在录音里能听出来,杂音太多。

休息之余弹了下钢琴,琴房的破琴有两个黑键没了,极其的不爽,好久没碰钢琴了,依稀记得一点<梦中的婚礼>,也放上来让大家换换口味,笑话笑话我

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

16:29
07-13-2008

A Swedish Birthday Song “Jag må han leva”

   Posted by: clarezoe Tags: ,

I’m busy with making a website for pastor Li, here’s the address http://luxmundi.se , just for fun :)

It has been a long time I haven’t practiced the violin, it was “Mr. Major” ’s birthday, so I played a Swedish birthday song for him.

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

1:00
07-04-2008

Learning Python 1

   Posted by: clarezoe Tags: , , , , , , , ,

I’m learning python these days. I’ve set up two projects in google code: dicthon , a Chinese-English and English-Chinese dictionary based on dict.cn. Huahua has writen a script for me. It works perfect, it is my default dictionary now. You can download it from the project site. I’m planning to add some more functions in it, such as “read the word”, “my new words”. The second is tuvio, a violin tuner, I need to read some guitar tuners.

I have the ideas, now I need to make them into practice. However, I’m just a beginner, and there are not so many exercises for beginners. So I picked up some exercises and algorythms in C , and rewrite them by python.

And I’ll recommend another editor Geany, it’s just wonderful, better than editra I introduced before. It can complie and run the script, I could say it’s a lightweight IDE. I’m so bad at vim, and eclipse is too powerful for me, geany just fits well.

Now, it is my first exercise:

Input 2 integers from the keyboard, and print out their sum.

#!/usr/bin/python
# Filename : sum.py
x = int(raw_input(”Please enter a integer for x : “))
y = int(raw_input(”Please enter a integer for y : “))
sum = x + y
print “The sum of x and y is “, sum
print “The sum of x and y is “, x+y #You can either declare a new variance or just sum them up.

Run the script:

Please enter a integer for x : 9
Please enter a integer for y : 78
The sum of x and y is  87
The sum of x and y is  87

What did I learn?

  1. Of course, how to run python: first line of the script; file extension; python filename
  2. How to get input from keyboard: raw_input( ” What ever you want to say ” )
  3. There’s no need to use comma, but if more than one command in one line, you need to use comma. I used to use it in Perl and C :)

22:54
06-26-2008

Fighting with Mr. Mayor

   Posted by: clarezoe Tags: , , ,

Please please don’t be surprised, it’s not the major of Gothenburg, he is a “major” in the Violin Forum. He is so persistent that he is keeping posting his records in the forum, no matter how critically people are commentating.

I’m practicing the Suzuki Violin these days, and found that he’s also playing the songs and posted his records. So I posted my records too. I just found a really good example and friend. I won’t be alone any more.

He never uses IM applications to chat, but we chatted on Fetion today. He shared his experience with me and even said he would mail me a book and when I said my bow is kinda broken, he said he could mail his bow to me too. What a kind man! I should practice more and make me deserve it!

Here are my records today:

Long long ago 多年以前

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.


Perpetual Motion in D Major D大调无穷动

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.


Allegro 快板

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

收藏 & 分享

Powered by 17fav.com