Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~704 People Reached
Favorite Tags
java x 5
c x 1
php x 1
Member Avatar for Programming sta

I have been given the task of writing script files to implement a firewall of my choice, but do not have an idea how to start, could some one please advise.

Member Avatar for LastMitch
0
127
Member Avatar for Programming sta

i have been asked to write a program to detect 3 classes of virus and remove them in any language of my choice but i do not have an idea how to do this could some one please advise me!!!!

Member Avatar for pajac
0
117
Member Avatar for Programming sta

i have been asked to write a program to detect 3 classes of virus worm etc.. and remove them in any language of my choice but i do not have an idea how to do this and would much appreciate if some one please advise me!!!!

Member Avatar for BountyX
0
188
Member Avatar for Programming sta

i have been asked to write a program to detect 3 classes of virus and remove them in any language of my choice but i do not have an idea how to do this and would much appreciate if some one please advise me!!!!

Member Avatar for jasweb2002
0
76
Member Avatar for Programming sta

I am trying to develop an application that can display four clocks in a frame that update at the following intervals: 1 second, 5 seconds, 30 seconds and 60 seconds, here is the code so far. Timer.java import javax.swing.*; public class Timer extends Thread { private int waitTime; private JPanel …

0
57
Member Avatar for Programming sta

How do i debug the application attached consisting of four Java classes [code] *************** Pictures of screen shots to go here ***************** Color.java public class Color extends Object { private String color; public Color() { return setColor( "" ); } public void setColor() { color = "black"; return color; } …

Member Avatar for Phaelax
0
135