Forum: Java Jun 13th, 2009 |
| Replies: 3 Views: 259 tnx it was exactly what i was locking for...
im marking as solved... |
Forum: Java Jun 13th, 2009 |
| Replies: 3 Views: 486 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 Views: 259 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: 577 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: 577 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: 371 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: 680 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: 471 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 Views: 732 |
Forum: C# Jan 3rd, 2009 |
| Replies: 5 Views: 732 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: 302 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,033 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: 631 Thank U , the links is very helpful |
Forum: C++ Jul 12th, 2008 |
| Replies: 6 Views: 554 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,531 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: 631 "Microsoft Visual C++ 2008 Express Edition" |
Forum: C++ Jul 12th, 2008 |
| Replies: 5 Views: 631 Hi…
I want to use graphics and I don’t know how.
All want is few lines… |