₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,088 members, 8,420,253 topics. Date: Thursday, 04 June 2026 at 02:45 PM

Toggle theme

Skydancer's Posts

Nairaland ForumSkydancer's ProfileSkydancer's Posts

1 2 3 4 5 6 7 8 ... 22 23 24 25 26 27 28 29 30 (of 46 pages)

ProgrammingRe: The Greatest Challenge Of The Programming World by skydancer(op): 1:32am On Sep 12, 2011
lol, I've been trying this for several days and although I know I'm getting a headway, I know I still have a long way to go smiley

I have seen intelligent chabots like elbot.com, it seems to be the best and doesn't appear to be stalling you all the time like the other chatbots around.
ProgrammingRe: Confused About Learning C# by skydancer: 1:29am On Sep 12, 2011
^^^You're welcome smiley
ProgrammingRe: The Greatest Challenge Of The Programming World by skydancer(op): 11:20pm On Sep 11, 2011
Fayimora:
Tough? I can handle it but the question really is, who has the time?
Eh, somehow, I think that's a pretty cheap escape clause. tongue
ProgrammingRe: The Greatest Challenge Of The Programming World by skydancer(op): 5:02pm On Sep 11, 2011
great replies @Fayimora and naija_swag. I'm glad you both agree it's the greatest challenge of programming, and even more glad you could not possibly think about attempting it cheesy And I still doubt there's any existing tough programmers on NL.
ProgrammingThe Greatest Challenge Of The Programming World by skydancer(op): 2:06pm On Sep 10, 2011
Chatbots are becoming common these days, but there is even a greater challenge.

How can one write a program to generate a correct sentence?

This is something a human being can do effortlessly but it's difficult for a software.

An even greater challenge is: Understanding a sentence

If a sentence goes like: 'Obi is a boy'. We instantly understand that Obi is a name of a human being who happens to be a male under the age of 18. We also make instant guesses like Obi may be a student, based on the context of the sentence.

Task: Write a program to understand a 1-3 word input, and also respond with a 1-3 word input.

You can write your own custom dictionary and tell us which words are allowed. smiley

no cheating, it's not required but you should show source code smiley
ProgrammingRe: Puzzle of the day by skydancer: 1:58pm On Sep 10, 2011
so you will design a scheme to kill people for testing? I'd rather design a scheme to trace the spy and make him/her tell which one poisoned in less than three days :p
WebmastersRe: a by skydancer: 1:50pm On Sep 10, 2011
I have an unnecessary suggestion, you can make the site bar float on top and the clock realtime smiley
ProgrammingRe: Intelligent Data Analyzer & Generation by skydancer(op): 1:33pm On Sep 10, 2011
tundebabzy:
@karnip:
The data actually changes abruptly. Just when you are finding a pattern, the pattern changes. The only thing I could say is consistent in the table is that each line consists of:
CP AQ AR TA GE CA LE VI LI SC SA
but even this is not true because 'm3' contains the code 'PA'. That is the single occurrence of that code in the whole table which screws up determining the whole pattern thing. This means the linked list will not approach will not work.

At the moment, the only way i see to solving this thing is to not try and find the pattern. Instead store this data into a hash table (dictionary for python guys like me).

@skydancer:
where did you get this challenge from? If the solution beats human intelligence, how is artificial intelligence supposed to go at it
lol, I agree with everything. I have been given three more of stuff like this, and I am simply resorting to storing the table data in a file and retrieving the codes with indexed jagged arrays. I believe the data has a pattern and the main goal of this thread was to create an application that will be able to find a pattern itself by continuously the data and determining a common pattern of occurrence. Eg:
Anaylze row 1: 2CP, 3AQ, etc. check relationship between the numbers in different ways. etc

Then display the series determined and how it was found.

I gave an easier example to experiment with as well. I believe if you can do something to analyze the previous example, a software can solve something above human intelligence (like the Watson Jeopardy game)
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 2:56am On Sep 09, 2011
dmy:
Abeg helepe me oh any body.i trued copying some file from an external hard drive.na since then my trouble start!!a message wiith WINDOWS EXPLORER HAS STOPPED WORKING,WINDOWSIS RESTARTING is displayed.the desktop then freezes,restarts and then it begins all over again.i've done system restore,scanned the system,regedit,diskchk,disabled third party servces,scan disk,updated windows EVERYTHING.BUt still no changes.Any techqies in the house that can help.PLEASE!!!!
I believe a malware infection has taken place. Download and install ROBOSAM from www.softpedia.com/get/Antivirus/Removal-Tools/Robosys-Security-Anti-Malware.shtml
Then use it and scan your system and tell us the result smiley
Computer MarketRe: Indian Web Proxy V1 And V2 At A Cheaper Rate by skydancer: 12:12am On Sep 06, 2011
jmeck:
@rinn Gpass is not working with my system. Whcich one is PROXYMITRON? how do i configure this,
jmeck, sorry, I think you have been fooled. The file you were told to download is a modified version of Gpass but it looks very suspicious (probably a backdoor) and will remain in your PC even after you delete from startup entry. Open the file location from your startup folder in start menu and delete it.
ProgrammingRe: Intelligent Data Analyzer & Generation by skydancer(op): 11:48pm On Sep 05, 2011
Mehnn, I'm beginning to think this is a real bad example. Was able to easily try something like this (this is straightforward, no awkward patterns . . . there is a straight identity match running down the diagonals):

[table]
[tr][td][/td][td]A[/td][td]B[/td][td]C[/td][td]D[/td]
[/tr]
[tr][td]1[/td][td]BN[/td][td]CX[/td][td]DY[/td][td]AZ[/td][/tr]
[tr][td]2[/td][td]AZ[/td][td]BN[/td][td]CX[/td][td]DY[/td][/tr]
[tr][td]3[/td][td]DY[/td][td]AZ[/td][td]BN[/td][td]CX[/td][/tr]
[tr][td]4[/td][td]CX[/td][td]DY[/td][td]AZ[/td][td]BN[/td][/tr]
[/table]

But pattern determination for the first example seems like AI topic. I've been rustling my brains to headaches without any headway. .  sad
ProgrammingRe: Confused About Learning C# by skydancer: 8:10pm On Sep 04, 2011
binaflexia:
I have this strong
affection for C#,
Wow! I'd say 'follow your heart' at once but . . .

binaflexia:
Is it advisable to start
learning C# while I'm still
trying to master PHP.
Before I continue, I'd like to quote Beaf:
Beaf:
One thing you should also do is get to grips with JavaScript and Html 5, cos Microsoft is committing sacrilege and high treason by basing the upcoming Windows 8 UI on that stuff. You could be in there kicking from the get-go.
Well as you can see, everything is not always as they seem. We are migrating the clouds and even Microsoft recognizes that, and they also recognize that soon their OS will soon be a tool for connecting to the Internet, they also understand that people are looking for mobile stuff. So what can I say, continue on your road to mastering PHP for the moment. Don't break your PHP mastering, delve headlong deep into the intrinsics of web development, and if you are looking for side study, go with javascript, html5, css/css3. One thing you can be sure of is: If you can master web technologies, the Internet & web security, you will have the whole world at your door.
ProgrammingIntelligent Data Analyzer & Generation by skydancer(op): 6:12pm On Sep 04, 2011
Hi everyone, I have some challenges at hand. The task is to study the code below and determine the pattern in which the different secret codes appear. Then to write a code (in any language) that will be able to calculate the secret code given two data eg. A & 0 give CP. The code should be able to generate the table data on its own.

[table][tr][td][/td][td][size=2]A[/size][/td][td][size=2]B[/size][/td][td][size=2]C[/size][/td][td][size=2]D[/size][/td][td][size=2]E[/size][/td][td]F[/td][td]G[/td][td]H[/td][td]I[/td][td]J[/td][td]K[/td][td]L[/td][td][size=2]M[/size][/td] [td] [size=2]N[/size][/td] [td] [size=2]O[/size][/td] [td] [size=2]P[/size][/td] [td] [size=2]Q[/size][/td] [td] [size=2]R[/size][/td] [td]S[/td] [td]T [/td] [td]U[/td] [td]V[/td] [td]W[/td] [td]X[/td] [td]Y[/td] [td]Z[/td] [td]a[/td] [td]b[/td] [td]d[/td] [td]e[/td] [td]f[/td] [td]g[/td] [td]i[/td] [td]m[/td] [td]n[/td] [td]q[/td] [/tr] [tr] [td] [size=2]0[/size][/td] [td]CP [/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [/tr] [tr] [td] [size=2]1[/size][/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [/tr] [tr] [td] [size=2]2[/size][/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]PA[/td] [td]CP[/td] [td]AQ[/td] [/tr] [tr] [td] [size=2]3[/size][/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [/tr] [tr] [td] [size=2]4[/size][/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [/tr] [tr] [td] [size=2]5[/size][/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [/tr] [tr] [td] [size=2]6[/size][/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]AR[/td] [/tr] [tr] [td] [size=2]7[/size][/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [/tr] [tr] [td] [size=2]8[/size][/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td] CP[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [/tr] [tr] [td] [size=2]9[/size][/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [/tr] [tr] [td] [size=2]10[/size][/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [/tr] [tr] [td] [size=2]11[/size][/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [/tr] [tr] [td] [size=2]12[/size][/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [/tr] [tr] [td] [size=2]13[/size][/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]PI[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [/tr] [tr] [td] [size=2]14[/size][/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [/tr] [tr] [td] [size=2]15[/size][/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [/tr] [tr] [td] [size=2]16[/size][/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [/tr] [tr] [td] [size=2]17[/size][/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [/tr] [tr] [td] [size=2]18[/size][/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [/tr] [tr] [td] [size=2]19[/size][/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [/tr] [tr] [td] [size=2]20[/size][/td] [td]VI[/td] [td]LI[/td] [td]VI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [/tr] [tr] [td] [size=2]21[/size][/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [/tr] [tr] [td] [size=2]22[/size][/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [/tr] [tr] [td] [size=2]23[/size][/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [/tr] [tr] [td] [size=2]24[/size][/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [/tr] [tr] [td] [size=2]25[/size][/td] [td]SC[/td] [td]SA[/td] [td]SC[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [/tr] [tr] [td] [size=2]26[/size][/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [/tr] [tr] [td] [size=2]27[/size][/td] [td]SA[/td] [td]SA[/td] [td]SA[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [/tr] [tr] [td] [size=2]28[/size][/td] [td]SA[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]SC[/td] [td]SC[/td] [td]SC[/td] [td]SA[/td] [/tr] [tr] [td] [size=2]29[/size][/td] [td]CP[/td] [td]CP[/td] [td]CP[/td] [td]AQ[/td] [td]AQ[/td] [td]AQ[/td] [td]PI[/td] [td]PI[/td] [td]PI[/td] [td]AR[/td] [td]AR[/td] [td] [size=2] AR[/size][/td] [td]AR[/td] [td]TA[/td] [td]TA[/td] [td]GE[/td] [td]GE[/td] [td]GE[/td] [td]CA[/td] [td]CA[/td] [td]CA[/td] [td]LE[/td] [td]LE[/td] [td]LE[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]VI[/td] [td]LI[/td] [td]LI[/td] [td]LI[/td] [td]CS[/td] [td]SC[/td] [td]SA[/td] [td]SA[/td] [td][size=2]SA[/size][/td] [/tr] [/table]
Computer MarketRe: Indian Web Proxy V1 And V2 At A Cheaper Rate by skydancer: 10:33pm On Sep 03, 2011
Jouslaw:
HAY HE NEVER TOLD THE SERVER HE WAS AUTORIZED, HE IS MY GUY AND MY PAL,


@MEGAX realy there are some UNGRADEFUL FELLOW BUT THERE IS A WAY THEY ARE TREATED, IMAGINE CHIEFOOSOLUTION.COM HAS REACHED UPTO 10GB AND NOBODY CLAIMS THE USAGE, lo
Nice. Can you email me on relaxtuners at gmail dot com. I have some business related to web design stuff I would like to discuss with you.
ComputersRe: Best Antivirus To Use by skydancer: 12:45pm On Sep 01, 2011
George_D:
skydancer,
robosam keeps crashing on my win7. i think there's something wrong with that software.
any ideas?
Yeah, try downloading the version from softpedia. Search for Robosys Security Anti-Malware online,
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 12:35pm On Aug 31, 2011
[size=14pt]The spam plugin of this forum needs to be rewritten. At this stage, Seun should be able to spare money to employ real programmers for Nairaland. Fake people pass through the nonsensical spambot and real people who are trying to help get banned all the time, and never get an apology for it![/size]
Computer MarketRe: Cyber Cafe Setup With 200k? by skydancer: 10:42pm On Aug 30, 2011
He started with 6pcs but the networking adapter of one wasn't working properly, so in the end, it was just five PCs. and one server. I think he paid around 11k for connecting all the computers together and then was buying 100mb plan/day at the beginning, sometimes, he'll buy it twice in one day. etc.
LiteratureRe: Write These Short Articles{4 Of Them},and I Will Help You Open And Verify Your Paypal Free! by skydancer: 9:19am On Aug 30, 2011
Thanks. You may not know the level of scamming tactics being perpetrated by Nigerians. Your email might scare away good and cautious people like me, it's nothing about mental switch. You will have my mail in a moment. smiley
Computer MarketRe: Indian Web Proxy V1 And V2 At A Cheaper Rate by skydancer: 7:35am On Aug 30, 2011
magax:
okey able pals use dis server and confirm urself http://216.172.164.40/~etiokwe/bankie.php enjoy my good poeple am waiting for your calls for your private servers 700 per month @ 08069577902
Thief, so how you're going to give people private servers is by stealing other people's servers?
LiteratureRe: Write These Short Articles{4 Of Them},and I Will Help You Open And Verify Your Paypal Free! by skydancer: 7:11am On Aug 30, 2011
I love writing and I'd love to do this though I don't even know what you need to be written, but at least can you give another email that doesn't shout 'this dude is a scammer'. Thanks
Computer MarketRe: Cyber Cafe Setup With 200k? by skydancer: 6:32am On Aug 30, 2011
I must tell you something man, anything is possible once you can conceive it properly in your mind, you are asking for reassurance, but the best way you can reassure yourself you can do it is by visiting the cyber cafes around your area, look at the equipment they have in their room, take note of the completely necessary ones, find out their prices, find if there's anyway you can get help with accommodation somewhere, etc. You need proper courage, I know one of my friends who started a cybercafe with MTN Fastlink. I was hardly able to imagine it would be successful as it is now in the beginning.
ComputersRe: Interested In Moderating This Section? by skydancer: 6:17am On Aug 30, 2011
Maleeq:
If I am the mod, I would have deleted the entries by Mr. Globe (Post not related to thread. Seun did not start this thread); puskin (Posts have element of sarcasm. We mean business here!), jmaine(Post has element of sarcasm. We mean business here!)

Computer section is/was my home.  Days gone by when posts had genuine requests/information within, where you learn from intelligent members, but now over-run by trolls and spammers. Bring back the days of good, I will. Grant me the mod status, and we shall have a sane section once more!
Are you culling your actions from the rules or are you making up your own rules? And I'm wondering why you didn't mention anything about dragnet's post:
dragnet:
Lol. . . .sup?
are your actions sentimental then, or is that relevant to the thread?

@puskin: Your posts are relevant as well as dragnet's.  They show your view/feedback on a person which I don't think is disallowed. The only post here that's not relevant is Mr. Globe's, he must have posted it in the wrong thread the way it looks, and it may not be hard to find the proper thread he was on to move the post.
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 1:08pm On Aug 28, 2011
uni-kazzy:
Pls help, My laptop DELL LATITUDE D600 always select CDs especially softwares CD. WHY PLS?
maybe you could explain what you mean by 'select cds'
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 12:02pm On Aug 27, 2011
mukina2:
a line just appeared on a Friend's Pc, do you know what may have caused it?

a straight line across.

Derry mind tongue
There are two possibilities I know of.
1. The lcd cable has contact problems, in which case, fitting it in properly or buying a new one will solve the problem
2. One of the ic in the lcd port is broken/damaged. This may require partial/complete replacement depending on the availability.
ComputersRe: Best Antivirus To Use by skydancer: 12:19pm On Aug 25, 2011
amankumar:
E-scan is best antivirus.I am also use in E-scan antivirus.
IF I HEAR
ComputersRe: Best Antivirus To Use by skydancer: 6:44am On Aug 25, 2011
denzel2009:
^^^ I refuse to help people with Hijackthis on here cos of the stupido spam bot. BTW, you have to get a reward for marketing Robosam wink
Lol. How do you mean? What does the spam bot do? I've had serious issues with the spambot as well. And RoboSAM? Why not? It's free and it gets the job done wink Unlike USB Disk Security that costs about $70 and cannot even repair corrupt documents.
ComputersRe: Best Antivirus To Use by skydancer: 11:38pm On Aug 24, 2011
charlyeke:
There is no antivirus that is better than each other. They perform same function and effective too, in as much you update your antivirus definition files. The only problem is the inability of users to identify features they need most in antivirus. All antivirus in the market has almost same features. We should stop deceiving users.
You say that because majority of antivirus program use file signatures to detect malwares and pack them to updates which are sent down to users to download but what about programs that use mainly heuristics. USB Disk Security for instance doesn't use file signature updates but it doesn't protect your system. Robosys Security Anti-Malware however can protect your PC from infections and it doesn't use file signatures. Imagine that you would have to tell each person that passess through your door to show you their dna, if their dna is not blacklisted, they can enter your house. That's really dangerous especially when you don't have the current blacklisted IDs. Why not just search people that want to come in, check if they have guns or bombs with them and decide what to do. With knowledge of malwares and programs like robosam / hijackthis, you can be completely safe from your PC. smiley
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 8:50am On Aug 24, 2011
ComputersRe: Interested In Moderating This Section? by skydancer: 1:52am On Aug 24, 2011
I am interested in moderating this section. . . Push my passion to help further. . But I don't completely understand 'ready to work with the other co-mods'. What type of work? And how? In terms of penalizing someone for instance (off-topic), how is it done? Does the user profiles have warning counters like in mybb forums? Or do you just keep track of who sinned and who didn't?

And about FBT, is FBT really banned on the forum? I've seen many users advertising FBT tricks everywhere even on their signatures, are they all supposed to be banned, Or do they have a chance to repent?
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 1:42am On Aug 24, 2011
Bayo igbekele:
i can not access my control panel, if the system start,it will logoff immediately and if i tried the safemode but still desame.
Your userinit file is missing or corrupt. You simply need to repair it and your system will be running smoothly once again. To repair this, you can boot your system with xp cd and access it through recovery console. Then extract userinit.exe into your system32 dir.
Alternatively you can simply access your hard disk from another PC with your same OS and copy the file userinit.exe to your system32 dir.
Or simply install a new os on a different folder of your hdd. And copy the damn userinit.exe to the system32 of your faulty os.

@all4naija. I like your reply, keep up the good work smiley I was stunned when I saw iknow4real or whatever's reply. shocked
ComputersRe: Best Antivirus To Use by skydancer: 11:13pm On Aug 22, 2011
George_D:
adey4real,
ha, ha, ha! i can't stop laughing! what do you expect when you choose to use a pirated os?

you think say bill gates na mumu? he only provides free anti-virus for those who paid hard
cash for his products! grin
LOL. Now that's what I call funny grin grin grin

1 2 3 4 5 6 7 8 ... 22 23 24 25 26 27 28 29 30 (of 46 pages)