₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,372 members, 8,421,600 topics. Date: Saturday, 06 June 2026 at 05:31 PM

Toggle theme

Samnelly4u's Posts

Nairaland ForumSamnelly4u's ProfileSamnelly4u's Posts

1 (of 1 pages)

Jobs/VacanciesRe: Andela: IT Training And Job by samnelly4u: 7:26pm On Jun 02, 2019
minions:
Cycle 47 anybody here. Here is too quiet.Hope I am not the only one getting this.
Same here
Jobs/VacanciesRe: Andela: IT Training And Job by samnelly4u: 7:25pm On Jun 02, 2019
YorubaEmir:
If you post your number here without quoting me, it means you expect me to always come back here every time to check if there are new numbers posted. So if you do that without mentioning/quoting me, I might not open this thread for 2 years. tongue
Add me please 07030170943
Jobs/VacanciesRe: Andela: IT Training And Job by samnelly4u: 6:19am On Dec 05, 2018
maigemuu:
Programmers in the house. i need explanation on the purpose of this code: please what is the purpose of (!!) in javascript

timpd = (!!arr[i-1][j-1]?arr[i-1][j-1]:0)+(!!arr[i-1][j]?arr[i-1][j]:0);
arr[i].push(timpd);


i understand below is a "class".

.block:nth-child(even) {
background: red;
}

when do i use nth-child....

i searched google but still got confused
The JavaScript code gives you 2 dimensional array i.e array in array like nested if statement. It's to generate pascal triangle. say you input 3

the result would be
1
11
121
it will always initialize the first and last number to 1 and add the number directly above it together.
Jobs/VacanciesRe: Andela: IT Training And Job by samnelly4u: 9:05pm On Dec 01, 2018
assurancefemi:
Got called for Cycle 40 interview

Dunno how to make to Lagos. sad
Have you done the interview challenge code?
Jobs/VacanciesRe: Andela: IT Training And Job by samnelly4u: 4:53pm On Nov 26, 2018
gentletalkaktiv:
Have you been able to solve this?@samnelly4u
Yes, Thanks man
Jobs/VacanciesRe: Andela: IT Training And Job by samnelly4u: 10:18pm On Nov 23, 2018
DonPikko:
you are obviously doing the wrong thing then, what is the task
here is the task:
Given a non-negative integer, return an array or a list of the individual digits in order.

separate multiple digit numbers into an array

Parameters
n: Number - Number to be converted

Return Value
Array<Number> - Array of separated single digit integers

Examples
n Return Value
123 [1,2,3]
8675309 [8,6,7,5,3,0,9]
Jobs/VacanciesRe: Andela: IT Training And Job by samnelly4u: 4:22am On Nov 23, 2018
guys please i need your help on this

function digitize(n) {


let str = String(n);
return str.split('').map(Number).sort();

}



Test Results:
Test Passed: Value == true
Test Passed: Value == true
Test Passed: Value == true
Expected: true, instead got: false
Expected: true, instead got: false

ProgrammingRe: Programmers Guru. Pls, Help On This FORTRAN Assignment, Its Urgent Pls by samnelly4u(op): 6:07am On Sep 06, 2013
please help me do it if u know it. Its an assignment and its date is numbered pls nd pls programmer in the house.
ProgrammingProgrammers Guru. Pls, Help On This FORTRAN Assignment, Its Urgent Pls by samnelly4u(op): 7:19am On Sep 03, 2013
Write a FORTRAN program that accept a polynomial e.g x^3+5x^3-2x+1 and output the derivative (diffrentiate) of the polynomial. Thanks pls its urgent. God bless u as u help
ProgrammingGreat Programmers In D House Where R U by samnelly4u(op): 12:16pm On Jul 26, 2013
Pls i need latest fortran programming software from 2003 to 2010 above. Pls nd pls send it to my mail olasam4liv@gmail.com samnelly4u@yahoo.com
ProgrammingRe: Programmers Where R U Pls Help On Dis Matrix Question by samnelly4u(op): 2:18am On Apr 11, 2013
ok, thanks
ProgrammingRe: Programmers Where R U Pls Help On Dis Matrix Question by samnelly4u(op): 6:32pm On Apr 05, 2013
@ NeoTesla pls give me the pseudo code and froe java. thanks
ProgrammingAny Assistance From The Great Programmers In The House by samnelly4u(op): 6:56pm On Mar 23, 2013
I designed a simple interest calculator programm in vb.net, how can i convert it to a window running application programm? Thanks for you contributions
ProgrammingRe: Programmers Where R U Pls Help On Dis Matrix Question by samnelly4u(op): 9:18am On Mar 23, 2013
pls guy if you know the declaration of multiplication and inverse pls give me, even i stil need dat of minus and plus to compare to what i did here mayb am right or not. Thanks my great programmer, we shall all meet on top
ProgrammingProgrammers Where R U Pls Help On Dis Matrix Question by samnelly4u(op):
write a programm that will accept two 5x3 matrix a. Plus b. Multplication c. Minus d. A inverse. Using visual studio 2010
ProgrammingProgrammers Gurus Please Help, Its Urgent by samnelly4u(op):
i was given an assignment in my school to write a programm that contain all ASCII Code (American standard Code for Information) we are using VB.NET i.e micsrosoft visual studio 2010 software please help me post d code and necessary note on it, is to be summited on Tuesday 12/03/2013. Thank u all

1 (of 1 pages)