Search Results

Search: Posts Made By: SaTYR
Forum: What is on Your Mind? 03-09-2012
1,945
Posted By SaTYR
cjashu, The only way to learn something...
cjashu,

The only way to learn something about computers (at least for me) is to practice. Here is my approach: 1) Study the material, then 2) apply it.

Easy to say, difficult to do.
Forum: Cybersecurity 11-18-2009
11,535
Posted By SaTYR
hi thegeek, I think it is same with...
hi thegeek,

I think it is same with wireshark. I'm only able to see my activity.
Forum: Cybersecurity 11-18-2009
11,535
Posted By SaTYR
Monitoring network traffic on wireless router
Hi all,

How can I monitor packet traffic on my wireless router?

Some info
- my wireless router is netgear wgr614
- everyone can connect it i.e. no password required
- I would like to see...
Forum: High Performance Computing 05-26-2009
6,620
Posted By SaTYR
The current MPI specification assumes that nodes...
The current MPI specification assumes that nodes will stay alive during the execution. A guy who is interested in MPI implementations visited my institution 2 weeks ago and gave a presentation. I...
Forum: High Performance Computing 04-27-2009
6,620
Posted By SaTYR
It really doesn't make much sense to me. MPICH...
It really doesn't make much sense to me. MPICH should suppose to run many nodes and there is a big possibility that a node can fail during the execution. It should at least continue the processing...
Forum: High Performance Computing 03-30-2009
6,620
Posted By SaTYR
MPI, recovering node
Hi all,

I'm writing an MPI application, in which I handle failures and recover them. In order to do that, in case of one node failure, I would like to remove that node from the MPI_COMM_WORLD...
Forum: Programming 12-23-2008
28,312
Posted By SaTYR
that's good. thanks for sharing the way you code,...
that's good. thanks for sharing the way you code, tellarunbose...:b:
Forum: Programming 11-30-2008
5,465
Posted By SaTYR
problem receiving data from TCP socket
Hi all,

I'm writing a socket program which sends a structure from one machine to another. When I run my client first time it runs well, however after the first time I couldn't receive all the data...
50,146
Posted By SaTYR
Thanks Annihilannic!! :)
Thanks Annihilannic!!

:)
50,146
Posted By SaTYR
vi auto indent whole file at once
Hi,

I'm working on a big project and all the CPP and header files are in mess with respect to indentation. I would like to indent whole file(s) at once (like ctrl-shift-f in eclipse). Is there...
Forum: Programming 08-26-2008
3,736
Posted By SaTYR
I was implementing a C++ code. I don't know why...
I was implementing a C++ code. I don't know why but the guys who wrote in C++ here prefer .C (capital letter) instead of .cpp.

By the way, I tried to profile my code as you mentioned, however I...
Forum: Programming 08-19-2008
5,461
Posted By SaTYR
You can try Java, it is easy to understand. After...
You can try Java, it is easy to understand. After having a general idea about programming languages, you can branch whichever you want. However, at the very beginning, do not try assembly :),...
Forum: Programming 08-15-2008
3,736
Posted By SaTYR
Thanks for the answers.. I also wonder if...
Thanks for the answers..

I also wonder if optimized codes are stable. Can they produce unexpected outputs or failures?

According to below article, they might cause some unexpected errors but it...
Forum: Programming 08-15-2008
3,736
Posted By SaTYR
compilation parameters, code optimization
Hi all,

I implemented an application, through using c++ and compiled it with g++.
At first, what I did is (@ compilation):
g++ calcBacon.C -o test -DDEBUG

after I ran my application it took...
8,970
Posted By SaTYR
I was able to handle the situation. I changed my...
I was able to handle the situation. I changed my implementation. Still I don't know why this code behaves different on Solaris and Ubuntu though...

Thanks
8,970
Posted By SaTYR
Wow, you're definitely right. The list has 1...
Wow, you're definitely right. The list has 1 element. Now my problem is changed, below is the code of the whole function:


//actorList is a vector which holds pointers of actor classes
//in an...
8,970
Posted By SaTYR
Below is my real code for(iter =...
Below is my real code

for(iter = dist.begin(); iter != dist.end(); ++iter)//{
cout << "Distance: " << iter->first << " , Value: " << iter->second << endl;
//cout.flush();...
8,970
Posted By SaTYR
cout doesn't print everything
Hi all,

I implemented a C++ program and successfully compiled and ran on my laptop. However when I copy my code to another machine (school's sun machine), it didn't run properly. I can compile and...
Forum: Programming 06-13-2008
6,972
Posted By SaTYR
Oups, thanks :) ...
Oups, thanks :) ...
Forum: Programming 06-10-2008
6,972
Posted By SaTYR
I think I should add the .cpp files using...
I think I should add the .cpp files using #include (and also I need to change the extension names to .hpp except run.cpp).

Thanks...
Forum: Programming 06-07-2008
6,972
Posted By SaTYR
Compiling multiple cpp files (abstract factory pattern)
Hi all,

I have been working with java for awhile and because of my school projects I needed to switch C++. I tried to implement some patterns in C++ but unfortunately I couldn't. Specifically, I...
Forum: Programming 07-31-2005
21,463
Posted By SaTYR
You can do it with signals.When the problem was...
You can do it with signals.When the problem was appeared, send a signal and let your processes to catch it.
Forum: Programming 06-19-2005
3,216
Posted By SaTYR
Why? Doesn't CORBA make interfaces between...
Why? Doesn't CORBA make interfaces between different languages?
May be i'm wrong...
Forum: Programming 06-19-2005
3,216
Posted By SaTYR
I think CORBA can do that too..
I think CORBA can do that too..
Forum: Programming 06-19-2005
21,463
Posted By SaTYR
Hi there, i wrote the code but i forgot to update...
Hi there, i wrote the code but i forgot to update my message..
Now i'm uploading my code...
While you are compiling, make

client.txt->client.c
server.txt->server.c
local.txt->local.h
...
Showing results 1 to 25 of 26

 
All times are GMT -4. The time now is 04:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy