Search Results

Showing results 1 to 17 of 17
Search took 0.01 seconds.
Search: Posts Made By: stewie griffin
Forum: Java Jun 13th, 2009
Replies: 3
Solved: thread question
Views: 266
Posted By stewie griffin
tnx it was exactly what i was locking for...
im marking as solved...
Forum: Java Jun 13th, 2009
Replies: 3
Views: 501
Posted By stewie griffin
Well, I don’t see the ChatHandler class , but it should have a run method , in the run method (assuming you work with sockets) you shall ask for username, password exec,and use InputStreamReader and...
Forum: Java Jun 13th, 2009
Replies: 3
Solved: thread question
Views: 266
Posted By stewie griffin
Hi,
I have java code, in the code there is about 5 lines that I wont to open in new Thread, I don't wont to crate all new class for 5 lines , can I can I implement the Thread inside the method...
Forum: Java Jun 9th, 2009
Replies: 1
Views: 624
Posted By stewie griffin
After long worm hours (the air conditioner is broken) I found the problem the sender and the reviser was using different type of streams I fixed it .. .and the code is attached
enjoy


sender
...
Forum: Java Jun 9th, 2009
Replies: 1
Views: 624
Posted By stewie griffin
hi,
im working on java on some client server project...
in the project the client and the server can send files, but im failng to do so, the resiver get only part of the file...
here is my code...
Forum: Java May 27th, 2009
Replies: 1
Views: 387
Posted By stewie griffin
Hi
I am using jmf to build some music player and im want to add some equalizer that will "jump" up and down according to the music, how can I do it?
Forum: Legacy and Other Languages May 13th, 2009
Replies: 0
Views: 702
Posted By stewie griffin
Hi
I'm working under windows and ubuntu and cant find a good lex editor .
I'm looking for a good lex editor \ workspace.

take out the eclipse plugin
Forum: Java Mar 26th, 2009
Replies: 9
Views: 481
Posted By stewie griffin
This is my code:
public boolean SetYear (String year)
{
if (year.matches("[0-9]{4}"))
{
_year=year;
return true;
}
return false;
}
Forum: C# Jan 4th, 2009
Replies: 5
Solved: spss to c#
Views: 762
Posted By stewie griffin
TNX it was very helpfull
Forum: C# Jan 3rd, 2009
Replies: 5
Solved: spss to c#
Views: 762
Posted By stewie griffin
Hi
I have database on spss file and i need to use it on c#, how can i do it?
Forum: C# Aug 11th, 2008
Replies: 1
Views: 305
Posted By stewie griffin
Hi ,
i want to load txt file that build from tow columns separator by 'tab' every column go to different list how can I do it ? how can I read until 'tab' and then continue from my last stop....
Forum: C Jul 25th, 2008
Replies: 10
Views: 2,099
Posted By stewie griffin
Hi, this is the algorithm to calculate pi,
Pi = 4-4/3+4/5-4/7+4/9...= 4*((-1)^n+1)/2n-1
It's very similar to your need


#include<stdio.h>
#include<math.h>

int main()
{
Forum: C++ Jul 14th, 2008
Replies: 5
Views: 637
Posted By stewie griffin
Thank U , the links is very helpful
Forum: C++ Jul 12th, 2008
Replies: 6
Views: 564
Posted By stewie griffin
Maybe the problem is in the include you need to add (#include <string>)


#include <string>
#include <iostream>

using namespace std ;

int main()
{
Forum: C Jul 12th, 2008
Replies: 23
Views: 1,557
Posted By stewie griffin
This function resave number, if the number is 0 its return true else its return false.
The Boolean " a & 7 ;" says if a != 0 and 7 != 0 then 1 else 0
Has you see the 7 is not needed
Forum: C++ Jul 12th, 2008
Replies: 5
Views: 637
Posted By stewie griffin
"Microsoft Visual C++ 2008 Express Edition"
Forum: C++ Jul 12th, 2008
Replies: 5
Views: 637
Posted By stewie griffin
Hi…
I want to use graphics and I don’t know how.
All want is few lines…
Showing results 1 to 17 of 17

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC