Tundebabzy's Posts
Nairaland Forum › Tundebabzy's Profile › Tundebabzy's Posts
1 2 3 4 5 6 7 8 9 10 (of 13 pages)
Hi guys, Please review this website: http://scrabala.com Its built on django + mysql + jquery Honest uncensored comments are craved. Thanks. |
I don't think a ludo game falls into the confines of AI because ludo is a very straight forward game. Roll the dice and move the number of steps shown on your dice. That said, you have your algorithm: *roll dice While doubles not rolled: *move the number of steps shown on the dice *if opponent token on location, move to the end and send opponent token back home Blah blah blah |
omo_to_dun: ![]() If I can't put Nigeria on the map, I could assist someone else to do so |
I just saw you site this morning again. The unavoidable "smart ass" punks. Pele. You are taking something naija built to the map. Keep it up maiyte. |
@omo_to_dun: I hope I won't overwhelm you and your server resources if I continue to spread the word?? |
@omo_to_dun: cool. I could have offered to help but I don't presently have the time to learn php. However, I hope all you compilers and interpreters are in a sandboxed environment. You have given all the information about your system which leaves you open to os attacks by punks. @pcguru: his site doesn't have provision for javascript |
@omo_to_dun: There's really a lot of criticism about your site from the folks at ycombinator's hackernews including the fact that the emails on your site aren't working and others sha. Take a look at it maiyte: http://news.ycombinator.com/item?id=3066076 Honestly i was surprised that it would make front page so fast just that it did for a lot of bad reasons. |
@omo_to_dun: I just submitted your site to hackernews. You might want to add some more challenging problems just in case the link catches on |
@omo_to_dun: This is off topic but do you use django? |
@topea: Sorry to troll and I'm not trying to diss you but you should consider upgrading your knowledge because I'm sure you are the only person in the world still using MS Access :d |
I like the site. I would attempt the questions in my free time today. What is the site built on. PHP, MySql,, |
"fayimoraissmarttramssiaromiyaf" is a palindrome not "fayimoraissmart" |
![]() |
@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 |
@skydancer, sorry for my long silence. Just got back to town. I should be able to battle this thing when I get home. At least, something wey no get brain no fit smart pass me : ![]() |
i'm on it. |
Don't you think It would be profitable to go to hospitals and market your software to them? Don't forget to do a graphic and well explained demo instead of the public announcement you just shared. |
my bad if my post sounded inappropriate. As you can see from netghost's post your comments sounded like you were trying to do some Pro PHP language war. But like you said, there is no one fits all language. PHP is built mainly for the web. Its easier to learn (subjective comment) than C# and its very popular so there are a lot of free tutorials and snippets all over the web which is why its very difficult to find PHP programmers that are actually skilled. Hosting a C# web application is not free which is why you will find C# applications in corporate lines. Meanwhile, farouqzaib:When Myspace was the next best thing on the web, it was being run on .NET (now its coldfusion) |
farouqzaib: ![]() ?? ![]() farouqzaib:oh now i get it. You could have just said you just don't like VB instead of blaming its ease. Have you ever tried Ruby on Rails? Meanwhile, being open source doesn't make a language the best. Java isn't open source. farouqzaib:So does Ruby on Rails and Python (Google.com and its sub domains including google plus) |
@qtx: a programming language is just a way of giving instructions to a computer. Its not knowing the language that makes you a good programmer but you being smart yourself. If you know all the syntax of php and all the inbuilt functions by memory, it won't help you if you dont already know in your head how to solve a problem at hand. Different programming languages have their strengths and weaknesses so you can go ahead and learn your C#. As regards your question, I can tell you one thing: Study with interactive software of go to firstlog but "You cannot learn to swim by reading books." |
Anybody working on an open source project written in python? @naija_swag: abeg give me links na. I love programming challenges |
Yeah I did but my interview was on wednesday |
@topdog: I was interviewed in Abuja but I'm in katsina |
@topdog: cool. I havent got an invite, at least not yet. Best of luck |
@topdog: cool. I havent got an invite. Best of luck |
The way arrays are passed is language dependent. In python, all objects are passed by reference, in java arrays are passed by reference. In C# you can either pass arrays by reference or by value. And I know you can't have a destructive method from objects passed by value. To make this easier, just tell me which line in the closestNum() code alters the object - the numbers array. That way I can figure out what I have been missing. |
Fayimora:Guys, please a little education for me. A destructive method is one that alters the attributes of a given object. In the challenge, the particular object was not given so I assumed the destructive method should alter the array object given as the argument. If that's true then the above method (function) is not destructive since the initial object for the function is the array object supplied as an argument. The int (int target) is a literal which in java isn't an object (if I remember my java right). ![]() |
omo_to_dun:My posts that initially got me banned have shown up on the thread:- tundebabzy:, maybe dumb-bot got a query |

size/2)] # The first half of the list