₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,068 members, 8,448,532 topics. Date: Monday, 20 July 2026 at 01:09 PM

Toggle theme

Fayimora's Posts

Nairaland ForumFayimora's ProfileFayimora's Posts

1 2 3 4 5 6 7 8 9 10 (of 42 pages)

ProgrammingRe: Scrabbling Application by Fayimora(m): 11:04am On Apr 02, 2012
@OP Write a proper spec. Shuffling words is one thing. Shuffling words according to some defined ordering is another. I have a variety of mini-apps that do some of these but they are just in Java, Ruby and Objective-C. State what exactly you want without using fake examples.

For instance, I want to be able to input a sequence of characters(basically a word) and press generate. The application should then generate a list of anagrams from the input!

@delomos Stack?? How? lol this is mostly a balanced binary tree problem/thing.
ProgrammingRe: The Door-Goat-Car Logic Problem by Fayimora(m): 1:16am On Apr 01, 2012
delomos: @Fayimora

Slowly drawing to a truism, expatiate on how Bayes would attack this... (or come to a conclusion with higher than average error bar)
Lol its really not that obvious!!!
ProgrammingRe: Build A JAMB Result Checking Website To Win 150,000 Naira by Fayimora(m): 1:09am On Apr 01, 2012
Fayimora: Forget about certification and do your thing! Just my opinion! I know 2 Nigerians that brag about some crappy Java cert and yet they could not write a SIMPLE Library application, even after giving them a requirement spec! I was really disappointed and had to do that job myself! (I got an email and an offer but referred the employer to someone them). I believe your Seun would agree with me on this!
ProgrammingRe: Build A JAMB Result Checking Website To Win 150,000 Naira by Fayimora(m): 1:08am On Apr 01, 2012
toluxa1: Seun please I have a question. I am currently learning Python and you were actually the one that inspired me to pick it up. Am not a beginner to programming though. I want to know if Python has a Certification they do like Microsoft, JAVA etc? If yes can one do it in Nigeria?
Forget about certification and do your thing! Just my opinion! I know 2 Nigerians that brag about some crappy Java cert and yet they could not write a SIMPLE Library application, even after giving them a requirement spec! I was really disappointed and had to do that job myself! (I got an email and an offer but referred the employer to someone them). I believe your Seun would agree with me on this!

Please if you arent saying anything related to the thread could you please open a new thread! I intentionally did not hide a few posts here but if it continues .. well trust me kodewrita doesn't waste time!
ProgrammingRe: The Door-Goat-Car Logic Problem by Fayimora(m): 10:38pm On Mar 31, 2012
okeyxyz: the above suggests that the previous choice\door which turns out to be wrong is put back into the pool of choices\doors, the contents are shuffled, before allowing you to make another choice, so changing your mind\door or sticking with previous door does nothing to improve your chances of guessing the correct content(car). so, there's no logical way to better the odds here!
When you see questions like this, I have learn't that there is an 85% probability that the obvious way isin't the right answer.
ProgrammingRe: The Door-Goat-Car Logic Problem by Fayimora(m):
delomos: @codeaddict
How would you rationale this mathematically. Given that (in Story 1) , Pr(guess 1) = 1/3 ?
Bayes Theorem!?!?!
ProgrammingRe: Build A JAMB Result Checking Website To Win 150,000 Naira by Fayimora(m): 10:02pm On Mar 31, 2012
Seun: You'll create your own database and populate it with randomly generated data.
I'm thinking of developing a reference DB schema to make things easier for newbies.
Oh ok fair enough. You might want to update you spec.

Seun: Great programmers can learn new languages. Python is the easiest language to learn. Piece of cake for you.
Yeah but it would be a bit unfair to the absolute beginners. Referring to the 5 days development process. All good though!

Seun: I didn't get any of them. I don't know why .... where did you send the mails to?
I sent them when you opened NL2 to the public via NL. Wasn't the PM feature fully working then?
ProgrammingRe: Build A JAMB Result Checking Website To Win 150,000 Naira by Fayimora(m): 6:52pm On Mar 31, 2012

@Seun
Errm I dont understand what exactly is going on here! Who conducts the exams? I am sure they have THE database. How exactly are you going to get access to that or is there an API that the developers would make use of? Are they supposed to mock a db?(not a good idea) Couldn't see anything making that clear enough in your description.

FYI, I am not competing but just trying to .......

----------------
Why Python? Why CherryPy? Why Google code?
My first assumption was that you are just trying to promote what you use. Hmm I thought I read a previous post saying "I also want to bring great programmers out of the closet (for jobs)". I think it should be rephrased to "I also want to bring great Python programmers out of the closet (for jobs)" . I don't think your flexible strict 'laws' would help you achieve that and if I am missing something then please share it.

BTW, I sent you 4 emails when you launched NL2 but didn't get a reply.

Goodluck to anyone attempting this! wink
ProgrammingRe: Programming - Help Urgently Needed!!! by Fayimora(m): 9:34am On Mar 29, 2012
So why did you call it a programming language in the first place? Just so you know I am a Rails Developer and have written some really complex stuff with it! However, I still don't understand how you wrote such a minor thing using Rails! Rails is a WEB FRAMEWORK so how do you write such with a web framework? undecided undecided

Truth be told, if you really have written this somewhere ..............................
ProgrammingRe: Please, How Can I Get Very Good At Programming Very Fast by Fayimora(m): 7:55pm On Mar 28, 2012
SoftVersion: I always try that but I gat confused along the way, I hate asking questions on NL, most nlanders will take as stupidity and I‘m better than some of them anyway. This makes better and somehow learn slower.
Getting confused would be one of the reasons why she said "pick a project, and as you read, build on your knowledge and ideas of how to implement said project"..

The whole point is to get stuck! That's the way you learn, you get stuck => understand the problem => get ideas on how to fix the problem => eventually fix the problem => back to step 1 again. You definitely woud NEVER be good if you are scared of getting stuck. I have a crazy policy, if I am working on something that's way too easy(meaning I hardly encounter problems and when I do i fix them in seconds), I leave it alone and do something harder cheesy

I don't know how much interest you have in games but I learn't quite lot of the concepts I currently know from writing games! Games are always hard and in the process of implementing one, I learn a lot. The next challenge would then be to refactor the code.

Would give you an example.. In my first year, I wrote a checkers game, at that time, I was AWESOME!. However, it was completely procedural and messy. That I knew after learning OOP concepts. The next thing I did was to refactor the code so it's neat and a few components would be re-usable. Again, I felt awesome and after learning more OOP related stuff like Design Patterns and Generics, I felt silly and refactored the code again. Now feeling like a Don again, I learn't about Algorithms and Data Structures and then realised my computer player could be much more intelligent and faster. I improved it but after digging deeper into more Algorithms related to Game trees and so on, I was then able to write what I called my perfect checkers game with different difficulty levels. I might learn about something tomorrow and decide improve on it again! Think there is nothing more to add? Ok how about a game lobby, playing over the net with friends from different locations and stuff like that. I did that for a Tic-Tac-Toe game! Implementing such for a checkers game would .. well require a bit more than just what I already wrote. How about better graphics? Probably a 3D board?

That's is just one amongst the numerous projects I work on.

Get the logic now?
ProgrammingRe: Programming - Help Urgently Needed!!! by Fayimora(m): 8:53pm On Mar 27, 2012
NO offence but if you have done this in one language, why can't you do it in another? Also, what language is ROR?I haven't come across that before!
ProgrammingRe: [Help Request] Please How Can I Install Python!!!! by Fayimora(m): 10:32pm On Mar 19, 2012
It baffles me!
ProgrammingRe: [Help Request] Please How Can I Install Python!!!! by Fayimora(m): 5:24am On Mar 16, 2012
The docs is always your friend!
ProgrammingRe: What Is Concurrency And How Does Your Language Tackle It? by Fayimora(m): 5:20am On Mar 16, 2012
Also, Concurrency is HARD! "Anyone that says its easy doesn't know what they are talking about!"
ProgrammingRe: Think Like A Computer Scientist by Fayimora(m): 5:18am On Mar 16, 2012
Thanks for clarifying that @all4naija. I can't remember which version but the author also says something like that. The topic IS a wild joke. Anyone who has done a fair amount of programming should see that from scanning a few chapters
ProgrammingRe: Think Like A Computer Scientist by Fayimora(m): 1:33am On Mar 15, 2012
Note that the name of the book is a wild joke
ProgrammingRe: Google Code Jam 2012 Registration Is Open by Fayimora(m): 12:58am On Mar 15, 2012
I so badly wanted to crush this but I have exams sad . I feel like crying now cause I thought the competition was gonna be in March . . . Who's going in? C'mmon guys you can do it!
ProgrammingRe: Need Help/collaborators On Occupy9ja.com by Fayimora(m): 2:49am On Mar 08, 2012
delomos:
^^ Can't be better said, maybe there should also be a yoruba version of this site >.<

Hahahahhahahahhahah, Oh shit I read this in class and I almost got thrown out, I just remembered i didn't reply.

Anyways, when are you ready to start doing more githubbing and less nairalanding?
ProgrammingRe: Need Help/collaborators On Occupy9ja.com by Fayimora(m): 5:17pm On Mar 07, 2012
I just added AGAIN to the post. I believe your first post was CLEAR ENOUGH! But maybe I have the wrong idea.
This is what I take it to be:
An open source application with no profit in mind.
Doesn't call for any unnecessary seriousness! Its meant to be FUN!

Please do correct me if I am wrong!
ProgrammingRe: Need Help/collaborators On Occupy9ja.com by Fayimora(m): 5:07pm On Mar 07, 2012
I don't understand why you have to explain yourself, AGAIN!
ProgrammingRe: Need Help/collaborators On Occupy9ja.com by Fayimora(m): 2:22pm On Mar 07, 2012
Oi oi what exactly is your deal? 
ProgrammingRe: Need Help/collaborators On Occupy9ja.com by Fayimora(m): 12:15am On Mar 07, 2012
Yeah I can host it for you, with certain conditions of course. . .lol

What happened to Github issues? Pull requests? I mean if you had said something like Basecamp or Pivotal tracker then I would have understood. I think Github is more than enough. Feel free to explain your reasons though, I might not be looking at it from the right angle.

I can't really use HAMl **closes his face in shame** I know as a rails developer I should but I havent had time to learn it properly.

Yeah when you develop apps in Rails and you follow the testing conventions, you are pretty much using stories. Write failing test, write enough code to make it pass, refactor code cheesy

Raphaël looks like a cool library. If the app gets javascript heavy then we would fall on Backbone.

I'm currently BUSY though. I should be bit free in 2 weeks, however I have exams in May so would be preparing for that. To be honest, it wouldn't take me more than weekend to have a fully functional, tested and properly cached and scaled backend so it might be worth the wait.

Have you worked on any rails project, public or private? If yes, of what complexity?

#OccupyNigeria
ProgrammingRe: Need Help/collaborators On Occupy9ja.com by Fayimora(m): 7:20pm On Mar 06, 2012
@Delomos YES! Ruby on Rails. You app has to be RESTFUL(if what I think it is is correct) and you would agree with me that there isin't any better alternative. Ok maybe Rails is too heavy and you would be looking at Padrino or Sinatra but looking at the long run, it's the best choice *plus* I might just host it for you cheesy

Finally, whats with you and c9?? I just used that site a few times(to see how it works) and never used it for a project. I mean we can do all we need to do with github. In terms of stories, why so serious? lol Anyways, here is what am thinking, in terms of functionality:

Proper simple layout, not too much to load.
Responsive design!
Very RESTFUL. .
A few things about the user interaction in terms of Javascript stuff but we dont have to worry abut that *for now*.


@Beaf lmaooo I will soon cut you into pieces
ProgrammingRe: Need Help/collaborators On Occupy9ja.com by Fayimora(m): 2:28am On Mar 06, 2012
For some reason I developed interest in this today! What do you want the site/app to be? Do you want to make it a proper #OccupyNigeria site? You might want to 'detail' this information in your README.md. Also, are you open to a change in technology?

https://img99.imageshack.us/img99/329/screenshot20120306at013.png
LMAOO!!!
ProgrammingRe: In Search Of "that" Software Development Methodology by Fayimora(m): 9:44pm On Mar 05, 2012
Can't even keep up with this thread sad , lost track! Don't even know what you guys are talking about again. . Carry on boys. . .lol
ProgrammingRe: Timetabling App by Fayimora(m): 6:48pm On Mar 05, 2012
There is no 1 timetable algorithm AFAIC. Amongst others and probably most importantly, there are constraints  that must be taken into consideration.

Assuming you are trying to build this yourself, all you need to learn are some graph and scheduling algorithms. Probably study and already made timetable algorithm and the write yours! Seems like a nice project though, would add it to my todos list cheesy

ProgrammingRe: Java Collections Question by Fayimora(m): 6:44pm On Mar 05, 2012
Funny how you can't post your code on PASTIE! No offence but doesn't seem to me like you want to learn! You just want an easy way out! In that case, how about a 20 line solution with 1 loop.
ProgrammingRe: Something I Hacked Up Just Before November Last Year Before Going For Nysc by Fayimora(m): 1:58pm On Mar 05, 2012
@zeta if you are hosting at appspot, why not just use GWT ? Its more flexible and not as F$%ked up as Applets. Ther is also Javascript you know wink

1 2 3 4 5 6 7 8 9 10 (of 42 pages)