Forum: Python Jan 24th, 2009 |
| Replies: 7 Views: 1,334 I am currently using time.sleep() function, I guess I'll make some work around with matlab generating a temp file marking operations "complete" which python will wait and check periodically. I just... |
Forum: Python Jan 23rd, 2009 |
| Replies: 7 Views: 1,334 Hello,
This code doesn't crash but it doesn't wait either, I'm starting to wonder if the problem lies with matlab2007b....
command=self.runInfo.matlab+' -logfile '+logfile+' -nojvm... |
Forum: Python Jan 23rd, 2009 |
| Replies: 7 Views: 1,334 just checked, it seems that the indentation is correct.... |
Forum: Python Jan 23rd, 2009 |
| Replies: 7 Views: 1,334 Hello,
I modified the code in the following way:
command=' -logfile "'+logfile+'" -nojvm -nosplash -nodisplay -r '+scriptname
print "matlab... |
Forum: Python Jan 23rd, 2009 |
| Replies: 7 Views: 1,334 I tried to substitute os.system for subprocess.call but that did not help.
Ilya
P.S: I posted this before Ene Uran's post, I'll try your suggestion now. |
Forum: Python Jan 23rd, 2009 |
| Replies: 7 Views: 1,334 Hello,
First of all, I'm sorry if my question seems silly, but I am very unfamiliar with Python.
I am using a particular python code base which, in a Linux system, solves the problem I am... |
Forum: Python Feb 1st, 2008 |
| Replies: 3 Views: 6,034 All right, thank you.
Ilya |
Forum: Python Jan 30th, 2008 |
| Replies: 3 Views: 6,034 Hello,
I have just started playing around a bit with Python/Tkinter. What I'd like to happen is to draw a circle and then have the circle change its coordinate. The way I was thinking is to have... |
Forum: C Dec 10th, 2005 |
| Replies: 7 Views: 3,649 Hello all,
When calculating sin(M_PI) the computer outputs ~-3e-7. Unfortunately, in my program the error grows (it is multiplied by a number on the order of 1e10) into around -208. My question:... |
Forum: C++ Jan 5th, 2004 |
| Replies: 37 Views: 12,778 |
Forum: Web Browsers Nov 12th, 2003 |
| Replies: 20 Views: 5,119 Sorry,
But you got to admit that Mozilla is really a worse version of Netscape. (at first I wanted to say copy, but then again, I don't know, may be Mozilla was the first...).
Sorry again, I didn't... |
Forum: Web Browsers Nov 11th, 2003 |
| Replies: 20 Views: 5,119 =)BIG"B"Affleck, stick with the topic, don't make a poor guy switch browsers..
If you so hate IE then at least suggest Metscape, it ain't the piece of crap mozilla is.
Ilya |
Forum: Windows NT / 2000 / XP Nov 10th, 2003 |
| Replies: 10 Views: 6,969 Are you sure your drivers are correct?
Ilya |
Forum: C++ Nov 6th, 2003 |
| Replies: 2 Views: 7,444 As long as you can make a pointer to it it can be done.
If you figure this one out let me know please (ivalmianski@yahoo.com)
Ilya |
Forum: C++ Nov 6th, 2003 |
| Replies: 2 Views: 5,662 I don't know but what is "intintboolfalsetrue"
try
#include <iostream.h>
using namespace std;
enum CHOICE { DrawRect,GetArea,GetPerim, ChangeDimensions, Quit};
// rectangle class declaration... |
Forum: *nix Software Nov 5th, 2003 |
| Replies: 10 Views: 9,514 I tried it but it only recognizes EXT2 file system. I have 3 ext3 (swap, etc..).
Ilya |
Forum: *nix Software Nov 3rd, 2003 |
| Replies: 10 Views: 9,514 Thank you,
That is exactly what I am going to do since the moment I'l be able to access my Linux I'll use grub install command and install GRUB at my MBS.
Thank you again,
Ilya |
Forum: *nix Software Nov 2nd, 2003 |
| Replies: 10 Views: 9,514 how do I edit boot.ini? where is it? |
Forum: *nix Software Nov 2nd, 2003 |
| Replies: 10 Views: 9,514 what information do you need? how do I edite boot.ini. I don't really use computers for much but programming and gaming so my knowledge of OS's and stuff is somewhat limmited. |
Forum: C Nov 1st, 2003 |
| Replies: 1 Views: 5,356 um.. are you using C# or something? Anyways in C stdlib library there is a function that can do what you want.
sscanf() the name is.
An example of its use would be
sscanf (string,"%f",float);... |
Forum: *nix Software Nov 1st, 2003 |
| Replies: 10 Views: 9,514 |
Forum: *nix Software Nov 1st, 2003 |
| Replies: 10 Views: 9,514 Hello,
Here is the deal. I have two harddrives. One has RedHat Linux9.0, and one has Windows 2k. I used to have a functional grub install. But then I had to reinstall win2k and it deleted my grub... |
Forum: Web Browsers Oct 31st, 2003 |
| Replies: 4 Views: 7,067 ......???????????
)BIG"B"Affleck
be more desciptive please |
Forum: Posting Games Oct 31st, 2003 |
| Replies: 7,595 Views: 661,854 OpenGL-->glut (openGL Utilities Toolkit) |
Forum: Web Browsers Oct 30th, 2003 |
| Replies: 4 Views: 7,067 I am not sure but if you use ie >5.0 there is "delete all cookies" button. As well as "delete all internet files" button. I think it is under tools->settings but I am not sure since I usually use... |
Forum: Windows 95 / 98 / Me Oct 30th, 2003 |
| Replies: 3 Views: 4,653 no what I meant was to make a compleetly clean install. Delete the partition table on the harddrive. Reformat the disk using Win98 CD and then make a "Clean Install". This will end you up with a... |
Forum: Windows 95 / 98 / Me Oct 30th, 2003 |
| Replies: 3 Views: 4,653 so why not use MS-prompt, isn't it prebuilt into win98? I wonder if you can just copy the MS-DOS onto CD/floppy(s) and then reinstall it. when installing 98 make sure you have correct file system... |
Forum: C++ Oct 30th, 2003 |
| Replies: 7 Views: 17,487 simple.. clever.. I like it.. but if somebody is using private members they probably are doing it for data hiding and in many cases you won't know what private members are present. as for personal... |
Forum: Posting Games Oct 30th, 2003 |
| Replies: 7,595 Views: 661,854 evil-->Zerg Swarm (from StarCraft BW) |
Forum: C Oct 22nd, 2003 |
| Replies: 11 Views: 5,590 it had virtuall memory disabled or smthn |
Forum: C Oct 22nd, 2003 |
| Replies: 11 Views: 5,590 my error was that I closed a file a bit to early. also my mac did not have the actuall memory to run the full file... very sad... |
Forum: Windows NT / 2000 / XP Oct 22nd, 2003 |
| Replies: 5 Views: 9,424 I have a similar problem with two win2k machines. Whenever I run ie (any version or update from 5.0 to 6.1 and inbetween) I hjave a csvhost crash and then I can't copy, some links don't work, some... |
Forum: Posting Games Oct 17th, 2003 |
| Replies: 7,595 Views: 661,854 |
Forum: Posting Games Oct 16th, 2003 |
| Replies: 7,595 Views: 661,854 |
Forum: Posting Games Oct 15th, 2003 |
| Replies: 7,595 Views: 661,854 |
Forum: C++ Oct 14th, 2003 |
| Replies: 37 Views: 12,778 also, Camel, from my experience, it will be easier to have networking then to make a decent AI. Good AI's are hard, often they turn out to be too good or too bad. It is hard to hit the middle. (the... |
Forum: C++ Oct 14th, 2003 |
| Replies: 37 Views: 12,778 Find people by posting.. spamming sometimes helps (I did not just say that)... talk by aim and email.. make a private forum. It is quite easy using php, even from scratch. why are you so timid about... |
Forum: C++ Oct 14th, 2003 |
| Replies: 37 Views: 12,778 well, well, well... another rush.. And I am there.. ok.. Well, although all of my previous game rushes failed.. (Most often we didn't even get past the loaders..) I'll join in. As inscissor had... |
Forum: C++ Oct 10th, 2003 |
| Replies: 3 Views: 4,314 Try saying
int isvowel (int ch)
{
if (ch=='a' || ch=='e' || ch=='i' || ch=='o' ||ch=='u')
return 1;
return -1;
} |
Forum: C Oct 10th, 2003 |
| Replies: 11 Views: 5,590 So can anybody actually help me with my problem?
Ilya |