Search found 17 matches

by Traveler in the Arts
Tue Jul 09, 2002 2:38 pm
Forum: Bill Glasheen's Dojo Roundtable
Topic: Best "empty energy demo yet!!
Replies: 13
Views: 8310

Best "empty energy demo yet!!

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR> Originally posted by jellyman:
Okay, I don't know what 'empty energy' is, therefor I don't have an opinion. But I DO have an opinion on systema.

This is a demo on evasive movement. You're right, the rolling guy is working hard ...
by Traveler in the Arts
Sat Jul 06, 2002 2:23 pm
Forum: Bill Glasheen's Dojo Roundtable
Topic: Birdbrained ideas
Replies: 92
Views: 40625

Birdbrained ideas

RESISTANCE IS FUTILE ?

Everytime I view the Taikyoku KO:
http://www.kyusho.com/TaikyokuKO.mpg

that we have been recently discussing I find myself wondering about the mindset of the subject (I hope he will please excuse me for making some comments and conjectures about what seems to be ...
by Traveler in the Arts
Sat Jul 06, 2002 5:11 am
Forum: Bill Glasheen's Dojo Roundtable
Topic: Birdbrained ideas
Replies: 92
Views: 40625

Birdbrained ideas

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR> Originally posted by Bill Glasheen:

Traveler

I think it appropriate to at least acknowledge your question.

<HR></BLOCKQUOTE>

Thanks Bill, it's possible that some of the other 1485 registered members, who are also kyusho ...
by Traveler in the Arts
Fri Jul 05, 2002 7:26 pm
Forum: Bill Glasheen's Dojo Roundtable
Topic: Birdbrained ideas
Replies: 92
Views: 40625

Birdbrained ideas

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR> Originally posted by Bill Glasheen:

[snip]

George and others are interested in illustrating the concept of a "set up point." I sometimes jokingly refer to it as "martial foreplay."

An experiment might go something like this ...
by Traveler in the Arts
Thu Jul 04, 2002 1:55 pm
Forum: Bill Glasheen's Dojo Roundtable
Topic: Birdbrained ideas
Replies: 92
Views: 40625

Birdbrained ideas

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR> Originally posted by M. Kelly:

[snip]

So where does this leave us regarding the use of experiments? Should we just drop the whole idea because there are problems with the methods of testing? I think not.

Applying the scientific ...
by Traveler in the Arts
Thu Jul 04, 2002 5:08 am
Forum: Bill Glasheen's Dojo Roundtable
Topic: Birdbrained ideas
Replies: 92
Views: 40625

Birdbrained ideas

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR> Originally posted by Evan Pantazi:

Now test away, but a question, if you don't have someone that can acutally perform it, or got it to work once, how do you accurately test it? A simple question, yet it needed to be (and still does ...
by Traveler in the Arts
Wed Jul 03, 2002 3:38 pm
Forum: Bill Glasheen's Dojo Roundtable
Topic: Birdbrained ideas
Replies: 92
Views: 40625

Birdbrained ideas

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR> Originally posted by Evan Pantazi:

The point was, is and will always be, if you have no experience and can't make it work, then how are you going to qualify any test.

1. The information lacking is the practical experience of ...
by Traveler in the Arts
Sun Apr 28, 2002 5:19 am
Forum: Bill Glasheen's Dojo Roundtable
Topic: Push Hands Videos
Replies: 8
Views: 4556

Push Hands Videos

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR> Originally posted by Shaolin:

At the heart of Chi-Sao is the objective to take advantage of any imperfection in the partner’s defense, e.g. if his energy is leaving the Centerline. Sticking, without chasing hands in WC means that ...
by Traveler in the Arts
Sat Apr 27, 2002 7:14 pm
Forum: Bill Glasheen's Dojo Roundtable
Topic: Push Hands Videos
Replies: 8
Views: 4556

Push Hands Videos

Jim,
Thanks for your reply and the links. If you compare the Zen Shorin Do videos found at Vladimir's orginial link (above) then it appears that there is maybe a bit too much "following" as you point out, as opposed to the video clips on your sifu's site, http://www.kungfu-videos.com/Chi_Sao_3_video ...
by Traveler in the Arts
Thu Apr 18, 2002 3:40 pm
Forum: Bill Glasheen's Dojo Roundtable
Topic: Finis Origine Pendet - Beyond Sparring
Replies: 13
Views: 9568

Finis Origine Pendet - Beyond Sparring

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Tony-San:
Violence is Violence. If I can open the flood gate, I can make it work for me. With that thought in mind, when I am practicing Karate, it's for the sake of my karate and not the fringe benefits it can ...
by Traveler in the Arts
Sat Dec 08, 2001 10:23 pm
Forum: Computer & Web Tech Help
Topic: Deep Sea IV -- Running with the IDE
Replies: 13
Views: 7567

Deep Sea IV -- Running with the IDE

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Deep Sea:

Where does the html come from? Send me the project that keeps the dos box frozen without the getch() family of functions and I'll find out what's wrong with it.

<HR></BLOCKQUOTE>

Allen,

I was ...
by Traveler in the Arts
Sat Dec 08, 2001 4:34 pm
Forum: Computer & Web Tech Help
Topic: Deep Sea IV -- Running with the IDE
Replies: 13
Views: 7567

Deep Sea IV -- Running with the IDE

The first line of the program above should read: '#include stdio.h' with corner brackets
around 'stdio.h'. I guess the *.html message thinks this is an html command when you type the corner brackets??

John

[This message has been edited by Traveler in the Arts (edited December 08, 2001).]

[This ...
by Traveler in the Arts
Sat Dec 08, 2001 4:28 pm
Forum: Computer & Web Tech Help
Topic: Deep Sea IV -- Running with the IDE
Replies: 13
Views: 7567

Deep Sea IV -- Running with the IDE

Allen,
In C++ 6.0 standard edition, it turns out that you don't really need to address freezing the DOS window using 'getch();'.

If you use the following version of helloworld:

#include <stdio.h>

int main()
{
printf("Hello World!\n");
return 0;
}

and then press: 'Ctrl F5' , the DOS Window is ...
by Traveler in the Arts
Thu Dec 06, 2001 2:52 pm
Forum: Computer & Web Tech Help
Topic: Deep Sea IV -- Whose ready to write their first program?
Replies: 8
Views: 5203

Deep Sea IV -- Whose ready to write their first program?

Allen,
I'm good to go, though it will be a while until I receive my text.

One suggestion for easier logistics might be for you to create a complete, developing syllabus on your Deep Sea website where all the lectures, assignments, hints, comments, etc. are located in one place. So, it's not ...
by Traveler in the Arts
Wed Dec 05, 2001 3:05 am
Forum: Computer & Web Tech Help
Topic: Would Anyone Like to See?
Replies: 33
Views: 17732

Would Anyone Like to See?

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Deep Sea:
John and Rik. The course has just begun and is moving forward at a decent pace. The first lectures involved installing the compiler and then looking at the IDE. Almost all you need to do to catch up is ...

Go to advanced search