Career › Telecom LTE Technology And RF Planning Training In Lagos by spartanian(op): 9:41am On Jun 18, 2016 |
Convergence Labs is on the forefront of Telecom Industry with our core focus on Next-Generation Telecom Technologies and we are the pioneers of Mobile Convergence Communication Technologies Trainings. We are conducting a three-day session on LTE Technology and RF Planning, It includes "Atoll" Tool on LTE. it costs $250 USD including material, lunch and three-day participation certificate. From 11th August - 13th August. check www.clabsnigeria.com for more details. email info@clabstraining.com to register.
|
Fashion › Re: Hand-made Shoes And Belts For Males And Females (pictures) by spartanian(op): 9:00pm On May 25, 2016 |
available |
Fashion › Re: Hand-made Shoes And Belts For Males And Females (pictures) by spartanian(op): 8:25am On May 25, 2016 |
Charlescobi: I love the 2nd shoe How much is it ? 15k only. |
Fashion › Re: Hand-made Shoes And Belts For Males And Females (pictures) by spartanian(op): 11:41pm On May 24, 2016 |
pix...... with belt
|
Fashion › Re: Hand-made Shoes And Belts For Males And Females (pictures) by spartanian(op): 11:41pm On May 24, 2016 |
pix.....with belt
|
Fashion › Re: Hand-made Shoes And Belts For Males And Females (pictures) by spartanian(op): 11:39pm On May 24, 2016 |
pix....
|
Fashion › Re: Hand-made Shoes And Belts For Males And Females (pictures) by spartanian(op): 11:38pm On May 24, 2016 |
pix...
|
Fashion › Re: Hand-made Shoes And Belts For Males And Females (pictures) by spartanian(op): 11:36pm On May 24, 2016 |
pix..
|
Fashion › Re: Hand-made Shoes And Belts For Males And Females (pictures) by spartanian(op): 11:35pm On May 24, 2016 |
pix.
|
Fashion › Re: Hand-made Shoes And Belts For Males And Females (pictures) by spartanian(op): 11:34pm On May 24, 2016 |
pix
|
Fashion › Hand-made Shoes And Belts For Males And Females (pictures) by spartanian(op): 11:27pm On May 24, 2016 |
We make and supply all kinds of shoes and leather products and supply to any part of the country---hand-made from scratch with the best leather materials and warranty. Contact me on the following number Phone/ Whatsapp = 07038034355 BBM = 5BF248C4
|
Jobs/Vacancies › Re: Want To Kickstart Your Coding Career? Apply Now To Projaro Fellowship Program by spartanian(m): 10:09am On May 06, 2016 |
|
Jobs/Vacancies › Re: Andela: IT Training And Job by spartanian(m): 12:48pm On Apr 13, 2016 |
still expecting my own mail |
Jobs/Vacancies › Re: Andela: IT Training And Job by spartanian(m): 10:17am On Apr 08, 2016 |
yay! finally done 100%, thanks to you all for your assistance and encouragement.... gracias enigmatique
|
Jobs/Vacancies › Re: Andela: IT Training And Job by spartanian(m): 8:37am On Apr 08, 2016 |
enigmatique: Sorry bro. Our code of conduct in this thread makes us debug only and not share source code. (At least I speak for myself.) You'll have to write those on your own. ok bro |
Jobs/Vacancies › Re: Andela: IT Training And Job by spartanian(m): 8:50pm On Apr 07, 2016 |
enigmatique: Can't say for sure. But assume you will, and thus hurry up and complete those tests! You're a Red Hat geek na. The next 4 hours should be more than enough to finish the rest. lolz, I am newbie in Python programming.Can I get assistance with the Algo and DS lab codes, thanks. |
Jobs/Vacancies › Re: Andela: IT Training And Job by spartanian(m): 6:32pm On Apr 07, 2016 |
enigmatique: I'm suprised that it passes all the tests bro. Why? Coz there's a major bug in there: that while loop in prime_number() is an infinite loop! You forgot to increment it in your loop. Secondly, lines 14 and 16 are PREMATURELY returning True/False. You should test EVERY integer less than the input, which is why you correctly used the while loop. However, as it is, your function is only testing for whether a number is odd or not. SOLUTIONS: 1. Increment i in the body of your while loop. 2. Use this pseudocode for your while loop:
create a variable is_prime and initialize it to True while i is less than test_num >>if i divides test_num without a remainder(i.e i is a factor of test_num) >>>>assign False to is_prime >>>>break out of the loop >>else >>>>increment i and let the loop go on when the loop ends, return is_prime
Good luck! PS: I used those > at the start of some lines for indentation. Replace them with whitespace. PPS: You're obviously through with other labs. Well done! Thank you for your assistance but I am still stuckon 87% completion with Algo Lab and DS Lab not yet solved , will i be disqualified for not completing the test 100%? |
Jobs/Vacancies › Re: Andela: IT Training And Job by spartanian(m): 2:41am On Apr 07, 2016*. Modified: 10:10am On Apr 07, 2016 |
enigmatique: Here are the problems/quirks I see in your script: 1. You don't need that "continue" statement on line 6. The for loop will continue normally. 2. int is a built-in function of Python! Just like len(), range(), str(), it can't be used as a varible name. The Proctor interpreter also shows this coz it gave len() and range() the same color as int. So use another variable name e.g some_int, num, number etc. 3. The range stipulated on line 11 is accurate, but you need to rethink line 12-15. The way it is, it's only testing the input with one number, the first number of the range you gave, which is 2. This is due to the return statements on lines 13 and 15, which end any further execution/iteration. Therefore, those lines are testing for ODD numbers, not prime ones. SOLUTION: Use your loop to check if any of the numbers in the stipulated range is a factor of the input. Immediately you find a factor, return False. But if the loop completes without finding a factor, then put a "return True" statement OUTSIDE the loop (TIP: that should be on line 17 ). Pls Kindly assist me with this problem, it passes all the test but refuses to be submitted. It's 2am and still battling dabanzy, Oahray
|
Jobs/Vacancies › Re: Andela: IT Training And Job by spartanian(m): 6:29pm On Mar 31, 2016 |
I am getting this error in the OOP lab: 1 . test_withdraw Failure in line 20, in test_withdraw self.assertEqual(self.my_account.balance, 50, msg='Withdraw method inaccurate') AssertionError: Withdraw method inaccurate class BankAccount (object): def __init__(self, balance): self.balance = balance def deposit (self, amount): self.amount = amount self.balance += amount return self.balance def withdraw (self, amount): if amount > self.balance: return ("invalid transaction"  self.balance -= amount return self.balance class MinimumBalanceAccount (BankAccount): pass |
Business › Re: Read This Before You Think Of Becoming An Entrepreneur by spartanian(m): 11:06pm On Mar 29, 2016 |
following |
Education › Re: National Open University Of Nigeria (NOUN) Students by spartanian(m): 5:09pm On Mar 10, 2016 |
I am a PGD. Information Technology student, I wrote a CIT735 carryover course last exam but my result still shows that I failed it. Right now I am trying to register it for the next exam but it is not among my list of courses to be registered for exam, what is the way forward? |
Car Talk › Re: Advise Needed With $2.0M Budget. by spartanian(m): 9:06pm On Nov 17, 2015 |
Denn: Relax earthly mortals. That's just the price of two Dartz Prombron armored SUV’s from Latvia. All I need is a capital of $15,000 to start my business. |
Car Talk › Re: Advise Needed With $2.0M Budget. by spartanian(m): 7:21pm On Nov 17, 2015 |
suavetony: Hello...been confused for awhile with the type of car preferably a clean Toyota SUVz or Front wheel drive with a high CG (because of terrain) I can get with a budget of $2.0M. Please advise. Thanks. Million or Naira? |
Celebrities › Re: Photos From DJ Cuppy's Birthday Party by spartanian(m): 9:33pm On Nov 13, 2015 |
Ok |
Jobs/Vacancies › Re: FAAN To Employ 720 Workers, Gets FG Approval by spartanian(m): 6:57pm On Nov 13, 2015 |
They must employ me |
Sports › Re: Nigeria Vs Mali: FIFA U-17 World Cup Final (2 - 0) On 8th November, 2015 by spartanian(m): 11:00pm On Nov 08, 2015 |
Any channel on DSTV? |
Jobs/Vacancies › Re: Thank You Nairaland. God Bless You Seun. 3 Employment Letters by spartanian(m): 8:10pm On Nov 03, 2015 |
Congratulations |
|
Jobs/Vacancies › Re: Dear Job Seeker, Don't Think Yourself Into Depression by spartanian(m): 1:54pm On Oct 28, 2015 |
JudismphD: i have a project i'm working on and will require more determined minds to work with via igando axis of lagos. For clarity pupose, its related to telecom logistics, printing and agric related I am interested |
Travel › Re: Nigerians Protesting Right Now In Malaysia by spartanian(m): 2:01pm On Oct 26, 2015 |
From the pictures I can deduce that the protest is going on in India, that is Indian police uniform |
Phones › Re: Nigeria Fines Telecom Giant MTN $5bn by spartanian(m): 1:57pm On Oct 26, 2015 |
A four digits number (0787) called my number this morning, I picked it then I got a message that "I am now subscribed to Islamic Service Weekly". 50 naira was deducted from my account. |
|