Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,166,576 members, 7,865,390 topics. Date: Wednesday, 19 June 2024 at 05:09 PM

Ttyman's Posts

Nairaland Forum / Ttyman's Profile / Ttyman's Posts

(1) (2) (3) (of 3 pages)

Jobs/Vacancies / Re: Andela: IT Training And Job by ttyman: 5:40pm On Oct 14, 2018
please house, I use windows and I am trying to install Ubuntu on a VirtualBox machine...its all done bone but my virtualbox is not receiving my wifi connection. I tried bridging networks and other stuffs but it isn't working. pls who has experienced this before, pls help out
Jobs/Vacancies / Re: Andela: IT Training And Job by ttyman: 5:31pm On Oct 14, 2018
FrostyBlok:

I don't think it affects your chances, just put in your best for the test. I applied for cycle 38 while I was preparing for cycle 36 bootcamp. I got a cycle38 interview invite 3days after I got an Andela acceptance mail.

Big congrats bro...sent you a mail. like to hear from you..am hoping follow your steps
Jobs/Vacancies / Re: Andela: IT Training And Job by ttyman: 9:05am On Sep 27, 2018
isArray:
try this

const number_game = (x, y) => {
if (x > y) {
let res = []
for (let i = y; i <= x; i++) res.push(i)
return res.filter(a => a%2 === 0)
}
let arr = [];
for (let i = x; i <= y; i++) arr.push(i)
return arr.filter(a => a%2===1)
}


thanks @isArray for your response. input to this challenge should be something like

find_sum(arr, target_sum)
find_sum([1,2] , 3]
i need to iterate to get all possible combinations to achieve a sum of 3 from the array. [1+1+1+1] [2+2] and [1+1+2]. The first and second I can iterate and get but [1+1+2] is where I need help on.

I have completed the number_games challenge.
Jobs/Vacancies / Re: Andela: IT Training And Job by ttyman: 9:03am On Sep 27, 2018
isArray:
try this

const number_game = (x, y) => {
if (x > y) {
let res = []
for (let i = y; i <= x; i++) res.push(i)
return res.filter(a => a%2 === 0)
}
let arr = [];
for (let i = x; i <= y; i++) arr.push(i)
return arr.filter(a => a%2===1)
}

thanks isArray for your response. input to this challenge should be something like

find_sum(arr, target_sum)
find_sum([1,2] , 4]
i need to iterate to get all possible combinations to achieve a sum of 4 from the array. [1+1+1+1] [2+2] and [1+1+2]. The first and second I can iterate and get but [1+1+2] is where I need help on.

I have completed the number_games challenge.
Jobs/Vacancies / Re: Andela: IT Training And Job by ttyman: 11:44pm On Sep 26, 2018
untethered:


the error means the test expected an 11-item long array but got a 9-item long array.

try including the starting and ending numbers.

Assume their example( "12, 0 => [2, 4, 6, 8, 10]" ) was "12, 0 => [0, 2, 4, 6, 8, 10, 12]". In other words, if you supply 10 and 2 to the function, it should return [2,...10], not [4,...8].

Doesn't make sense based on what they asked, but that's apparently what their final test setup checks for.

so you'd need to make your loops look more like:
for ( let i = y; i <= x, i++ ) {
if ( i%2 === 0 ) {...}
}

...which would probably make explicitly stating a conditional for the case of two identical numbers passed become a necessity.


Please help a brother. I need to iterate through [1,2] to return [2,2,1,1] as well as [2,3,5] to return [2,3,3,5,5]. I have tried several methods if it works for one it won't work for the other. I can try to implement any suggestions I get. thanks in anticipation
Jobs/Vacancies / Re: Andela: IT Training And Job by ttyman: 9:46am On Sep 24, 2018
oderindeolayemi:
Thanks, it worked a treat. My code was just missing the <= sign instead of <. God bless you people however who has completed this countChange exercise? That's the only exercise left for me to submit, i think. Anyone with ideas on how to solve it?

Tried using normal combination nCr approach, but it get returns the sum without adding itself. like [1,2,3,5] returns [3+1] for a targetSum of 4. whereas we are expected to get [1+ 1+1+1], [2+2], [3+1]....Anyideas how I could make it count itself first as a case
Jobs/Vacancies / Re: Andela: IT Training And Job by ttyman: 10:34pm On Sep 12, 2018
guente02:
Invitations iyyaf arrived.

for batch 1 I guess. what are the dates? I am in batch 2 and deadline was today. pls what dates were given to batch one make I calculate when to expect for my batch. thanks
Jobs/Vacancies / Re: How To Apply For 2018 Nigerian Breweries Technical Skills Development Program by ttyman: 4:39pm On Aug 14, 2018
irepat1:
I done the test, interview & the medical test waiting for the final message before resumption on 13th of August


waowww. congrats and I was here still waiting for invite
Jobs/Vacancies / Re: Job Openings by ttyman: 3:47pm On Aug 14, 2018
VACANCY!

FEMALE OFFICE CLEANER (3 days weekly)

Vacancy exist for any interested persons who resides around the Agege/Ogba axis. Must be female as we believe females do better in such roles.

Call 080 2925 1413 for immediate discussions

SALARY: 12k to 15k monthly
Jobs/Vacancies / Re: Jobs/vacancies Section Chatroom by ttyman: 3:40pm On Aug 14, 2018
VACANCY!

FEMALE OFFICE CLEANER (3 days weekly)

Vacancy exist for any interested persons who resides around the Agege/Ogba axis. Must be female as we believe females do better in such roles.

Call 080 2925 1413 for immediate discussions

SALARY: 12k to 15k monthly

1 Like

Jobs/Vacancies / Re: How To Apply For 2018 Nigerian Breweries Technical Skills Development Program by ttyman: 4:57pm On Jul 26, 2018
Anyone with info about this recruitment?
Jobs/Vacancies / Re: Urgent Recruitment by ttyman: 12:44pm On Jul 25, 2018
opetobi:


Thanks for this advert
Applied casually but it turned out to be good.


I am happy this came in. It's encouragement to @op I also got a job from one of your adverts. couldnt find it to quote. let's testimonies of offers and interviews roll. more strength to you @njokuuche77. God bless you

3 Likes

Jobs/Vacancies / Re: Andela: IT Training And Job by ttyman: 9:10pm On Jul 05, 2018
Hi peeps
please I need your feedback on this. thanks in anticipation.

In preparating for the home study Test, I see on the site that Javascript is for a Nigerians and python is for Kenyans, but the home study material sent to me has lots of python as well as Javascript. Please those with experience, is python a part of the Technical Test Questions?
Jobs/Vacancies / Re: Nigerian Breweries ITF-NECA Technical Skills Development Programme For Nigerians by ttyman: 7:59pm On Jul 01, 2018
Anybody applied here who received invite for assessment?
Jobs/Vacancies / Re: How To Apply For 2018 Nigerian Breweries Technical Skills Development Program by ttyman: 7:58pm On Jul 01, 2018
Anybody applied here who received invite for assessment?
Jobs/Vacancies / Re: Globacom Nationwide Massive Graduate Recruitment 2017 by ttyman: 7:25pm On Jan 09, 2018
Please is there stil interview tomorrow wednesday, i missed my interview today...anyone doing tomorrow what time plz??
Jobs/Vacancies / Re: Globacom Nationwide Massive Graduate Recruitment 2017 by ttyman: 11:17am On Jan 01, 2018
HAPPY NEW YEAR FRIENDS. YU SHALL GLO IN 2018...AMEN

5 Likes

Jobs/Vacancies / Re: Strictly For Electrical Engineers And Electricians by ttyman: 3:49pm On Dec 23, 2017
Add up 08069485957
Romance / Re: Ten Silly Things Girls Should Stop In 2018/pic by ttyman: 4:23pm On Dec 18, 2017
scaramucci:


Okay. Just make sure you get yourself some good ass this weekend. These Slay Queens deserve some serious banging. I no dey pity them.


You think say e dey pain dem ni The harder yu work the sweeter it is for dem ladies...no go kill yurself in d name of finishing dem..na self distruct mode yu face
Celebrities / Re: Oge Okoye Celebrates Her 36th Birthday Today (Photos) by ttyman: 10:08am On Nov 16, 2017
izzou:


How some of you wake up each morning with so much bile and anger still baffles me grin

Are you part of my family? Or is Oge Okoye your wife?

It isn't compulsory you quote people. If my post is offensive to you, scroll down

grin

I feel your pain man..na bad govt dey affect the guy
Jobs/Vacancies / Re: Vacant Position For Elect/elect & Mechanical (ond, Trade Test, Nabteb Etc.) by ttyman: 12:53pm On Nov 07, 2017
Sunflag? very very poor renumeration for what they claim 'We are one of the largest home Textiles & Steel Manufacturing Company in the whole of West Africa with world class manufacturing facilities' you are required to work in a 7 days shift period for 50k. the annoying part is the interview process. you meet like 5 to 6 indians asking you useless questions like 'whats your mothers occupation?' etc.
Jobs/Vacancies / Re: Who Else Got The GLO Aptitude Test Invite? by ttyman: 12:47pm On Nov 07, 2017
Glo at Illupeju?? i dont really know
Jobs/Vacancies / Re: Fidelity Bank Recruitment For Graduate Trainee 2017 (Bsc And HND Only) by ttyman: 11:38pm On Mar 24, 2017
kelvin91:
I am sharing @emmy .. ... .

Help share to boscoseries@gmail.com watsapp 08069485957. Thankx man
Jobs/Vacancies / Re: Fidelity Bank Recruitment For Graduate Trainee 2017 (Bsc And HND Only) by ttyman: 11:28pm On Mar 24, 2017
solosvista:
please bro help me with 2007 GMAT. solomonobio@gmail.com Thanks

Please can you forward to boscoseries@gmail.com @kelven help out if yu see this thankx.
boscoseries@gmail.com
Jobs/Vacancies / Re: Fidelity Bank Recruitment For Graduate Trainee 2017 (Bsc And HND Only) by ttyman: 11:25pm On Mar 24, 2017
emmy5050:
for GMAT 2007 quote me with your wattsapp number.

GMAT Material please 08069485957 07063628742. God Bless you

(1) (2) (3) (of 3 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 31
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.