Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~8K People Reached

14 Posted Topics

Member Avatar for .:n'tQ-boy:.

Hi there, I have a wireless modem, I use MAC address filter. ![MAC-address-Filter](/attachments/small/3/MAC-address-Filter.jpg "align-left") I wonder that, as the attached file show, i can add only 8 MAC address? How to add more?

Member Avatar for JorgeM
0
111
Member Avatar for .:n'tQ-boy:.

Hi every1 I am building a website using wordpress, can you show me how to create a form that allow visitor register to join a class or something like that? Thanks you much! :)

Member Avatar for .:n'tQ-boy:.
0
106
Member Avatar for .:n'tQ-boy:.

Hi mate, I am doing a mini program in java that let us look up word as a dictionary. I tended to use database to store words and their meanings, but my teacher suggested me using file (or xml). I chose using file (write a vector to file). Can u …

Member Avatar for joehms22
0
196
Member Avatar for shotokanpoloto

Hi, i think you can use Scanner to read from file. Scanner has a method 'readLine()' that reads line by line. Each time you read a line, assume that you assign that value to a variable named 'strtmp', then you use 'split()' method. Eg: strtmp = scan.readLine(); State = strtmp.split(','); …

Member Avatar for shotokanpoloto
0
223
Member Avatar for .:n'tQ-boy:.

Hi every one! In localhost, my site can send email easily (using smtp and phpmailer) but when i upload my codes to oni.cc, that feature does not work at all! Should i config some things or did i do something wrong?

Member Avatar for pzuurveen
0
131
Member Avatar for .:n'tQ-boy:.

Hi every1 I am new to CSS and I want to use CSS to format my website.(i use Dreamweaver to create my site) There are many free css template on the Internet but it's difficult to understand them. My question is: do you know some website provide free SIMPLE css …

Member Avatar for Hugo123007
0
53
Member Avatar for subbudaita

Hi, i can say that: the objects are in the heaven! :D 'cause you had just described your class, you didn't declare any object! Anyway, if you add this code: [CODE]A myA = new A();[/CODE] then myA will be stored in memory, be processed ...and when you exit your program, …

Member Avatar for tomtetlaw
0
129
Member Avatar for programing

Why did u utilize the 2nd Array? To solve this,it's quite simple, in your for loop, when you enter the value no-i, you just check if that value equals to any value from 0 to (i-1) or not! The algorithm here is: for(i = 0 to arr.length) do { while(value_entered …

Member Avatar for stultuske
0
639
Member Avatar for programing

I do not understand what you mean!! Look at your code, clearly that your function (a recursion) do not show us which num is the largest Fibonacci number! As i know, there doesnt exist fibo(-1), but your code says there exists! :-??

Member Avatar for stultuske
0
600
Member Avatar for programing

This is my opinion: "programing"-who made this thread- want check if one number is palindrome or not! And, by using equals() method we cant solve with large number that have 50 digits or more! We may treat input as a string, and it's not difficult to determine that string is …

Member Avatar for .:n'tQ-boy:.
0
202
Member Avatar for JavaPrograms

[QUOTE]int largest = 0, largest2 = 0; [/QUOTE] Why did you initiate largest = 0 and largest2 = 0? What will happen if every elements of your array is less than 0? I solved this exercise by doing this: 1) let largest and largest2 = data[0] 2) use for loop, …

Member Avatar for rickypounting
0
2K
Member Avatar for 03hasnam

Agree with NormR1! Also, doing this will get the same result: Create a class that implements ActionListener interface, we will override the method actionPerformed(evt), inside the actionPerformed method, we use evt.getSource() and compare it to several buttons. --- Songokute

Member Avatar for 03hasnam
0
3K
Member Avatar for zach1280

Hi Zach! I found out some mistakes in your code! First, plz review your code: [code] while (!stop) System.out.print("Enter Employee's name or stop to exit program:"); String empName = input.nextLine(); if ( empName.equals ("stop")) { System.out.println("Program Exited"); stop = true; int number1;// hourly rate int number2;// total hours int sum;// …

Member Avatar for zach1280
0
546
Member Avatar for .:n'tQ-boy:.

Hi all, I'v just installed SQLServer 2008 RC and concurrently it installed Visual Studio 2008 automaticlly. But I got a problem, when I creat a new project in Visual Studio 2k8, there were only 2 Project types : "Business Intelligence projects" and "Visual Studio Solutions". It's different to what I …

Member Avatar for pro_learner
0
248

The End.