Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
1 Commented Post
0 Endorsements
Member Avatar for kiel19

Dear All, I have a group of 150 users on my domain that I would like to setup to have temporary profiles when the log onto the computer. Do help me get the procedure of setting up these settings. We don't have enough space for roaming profiles and yet wwe …

Member Avatar for Mve83
0
745
Member Avatar for kiel19

Hello, I need help with creating an access control list that permits traffic to all websites that end in google.com and ibm.com. Users should be able to access sites like [url]www.ibm.com,support.ibm.com[/url], xxx.ibm.com. Thank you.

Member Avatar for suley04
0
117
Member Avatar for kiel19

Dear all, I would like to design a Quiz/ Test Application like Pass 4 sure, but I am stack on how I should store; (a)The Question, (b) The Answer and explanation ,(c) the multiple choice answers, and finally the (d) the Image for some questions that will have questions relating …

Member Avatar for steelshark
0
113
Member Avatar for kiel19

I have a System X3650 M3 IBM server that I would like to install Redhat Linux, but I get and error of can bot proceed due to GPT. Please advise me on how to proceed with the installation. I have already configured RAID 5 on it. Could this be the …

0
110
Member Avatar for kiel19

Hello, I have set up a website on my Ubuntu desktop using Apache, but i can't access it from another machine via IP address. Which configurations should I add to access it via IP eg: 192.168.108.12 instead of localhost. Thanks.

Member Avatar for manojsamtani
0
289
Member Avatar for kiel19

Write a c program that inputs the names of the 5 students and their marks in 5 course units. the program must calculate the average for each student. If the average of the students's marks is less than 50, then your program should print against the student the string"Sorry try …

Member Avatar for WaltP
0
3K
Member Avatar for kiel19

Dear All, I have a folder on my server(windows 2003) that I would like to copy to all computers running Windows XP on a particular subnet. Any one with a script to held me achieve this will be helpful. Regards,

Member Avatar for cguan_77
0
94
Member Avatar for kiel19

Dear All, I have a folder on my server(windows 2003) that I would like to copy to all computers running Windows XP on a particular subnet. Any one with a script to held me achieve this will be helpful. Regards,

Member Avatar for kvprajapati
0
69
Member Avatar for kiel19

Hello, I am planning on migrating from x.com to y.com doamin. Cureently we are running windows server 2003 and Exchange 2003. In domain y.com, we shall be running windows server 2008, and exchange 2010. Please assist me with a detailed process of how to go about this. Thank you.

Member Avatar for rhandore
0
116
Member Avatar for kiel19

Greetings to you all, I have an ethernet cable running from my modem to a desktop computer that I use to connect to the internet. I would like to Use a wireless Access point such that I can be able to use wireless. Qn1. How should I configure the Access …

0
62
Member Avatar for kiel19

I am developing a database whre people can register and connect with friends. I am stack at how to store friends. Should I create a Table Friends with fields Friend_ID, Reg_ID, Reg_ID_2. Reg_ID and Reg_ID_2 are values from the Registration table which is the primary key. Thank you for your …

Member Avatar for kiel19
0
147
Member Avatar for kiel19
Member Avatar for domjdragon2
-2
131
Member Avatar for kiel19

Hi, I would like to set key for my Cisco 1200 series Wireless Access point such that users can be able to connect to it after providing a it. When I select static WEP, I am told to enter 26 Hexadecimal characters and yet I would like to provide users …

Member Avatar for ov3rcl0ck
0
185
Member Avatar for kiel19

Hi. I would like to build a web crawler, but I am only familiar with C and C++. Can any one give tips on how to develop one using those two environments. I have a Borland 4.5 compiler that I will be using.

Member Avatar for Protuberance
0
271
Member Avatar for kiel19

I have a stand alone application In Vb that I would like to redevelop it using Netbeans such that it can run in server based environment. The Objective is to have it run on a network where I have clients who work from different stations but printing and storage of …

Member Avatar for c0dex
0
112
Member Avatar for kiel19

Hi, I have finished creating interfaces for my site but I don't know to connect them to my database that I created using mysql. How can it be done to support: 1. Inserting data into the database 2. Deleting data from the database 3. Applying the login feature on the …

Member Avatar for kiel19
0
87
Member Avatar for kiel19

I have wrrtten code for my mobile application, but while running it in java wireless toolkit, i get a screen that displays the following: " EnvGameMidlet.EnvGame.EnvGameMidletException.java.lang Class Not Found Exception: EnvGame/EnvGameMidlet." What could be the problem. it compiles well but displays that message when run. I am developing it using …

Member Avatar for peter_budo
0
98
Member Avatar for kiel19

I would like to start writing a mobile phone appllication, which program is suitable for its development.. I have read about Java/J2ME, but how do i launch it; i have tried to install it but i cant see it when i browse in the all prgrams folder on the windows …

Member Avatar for peter_budo
0
98
Member Avatar for kiel19

I have a ask of creating a discussin forum for my project, but I dont have any information about this, how can i go about it. Thanks!

Member Avatar for sandravarsh
0
139
Member Avatar for kiel19

how to write c code function implementing the first heuristic algorithm [CODE] void binpack_firstfit(int item) { int s = 0; int bin_Value; do{ bin_Value = bins[s]; if (bin_Value + item < BIN_VOLUME){ bins[s] = bin_Value + item; s = NUM_BINS; } }while(s++ < NUM_BINS); }[/CODE]

Member Avatar for Salem
0
138
Member Avatar for kiel19

Write a program to find the number of times that a given word(i.e. a short string) occurs in the sentence(i.e. in a sentence!). Read data from the standard input. the first line is a single word, which is followed by general text on the second line. read both up to …

Member Avatar for WaltP
0
740
Member Avatar for kalki