₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,982 members, 8,448,087 topics. Date: Sunday, 19 July 2026 at 06:06 PM

Toggle theme

NaHiim's Posts

Nairaland ForumNaHiim's ProfileNaHiim's Posts

1 2 3 4 5 6 (of 6 pages)

ComputersRe: Post Your Computer (PC) Troubles Here. by NaHiim: 10:44am On Mar 08, 2018
Razak5:
Hi there,
If it peeled off from the board where the ribbon is, you can resolder. However of it did break midway, you'll have no other option than to change the connector.

*cheers*
I didn't know it is replacable
Where can I get one?
ComputersRe: Post Your Computer (PC) Troubles Here. by NaHiim: 8:54am On Mar 08, 2018
NaHiim:
Please the connector to my power button ribbon cable is broken. Please is there any way I can still connect it. Urgent please.
ComputersRe: Post Your Computer (PC) Troubles Here. by NaHiim: 7:33pm On Mar 07, 2018
Please the connector to my power button ribbon cable is broken. Please is there any way I can still connect it. Urgent please.
ComputersRe: Clean Direct Uk Used Dell Latitude E6410 Core I5 320gb 4gb Processor Speed 2.67g by NaHiim: 8:11am On Mar 03, 2018
Does it have any faults/issues. I reside in Ilorin. How will I receive it if I'll buy
ComputersRe: Mint Condition US Used Laptops by NaHiim: 8:07am On Mar 03, 2018
Do you have hp laptops too
ProgrammingRe: Want To Be Part Of Something Huge? Let's Build This Startup Together. by NaHiim: 9:08pm On Mar 01, 2018
huh
Jobs/VacanciesRe: Andela: IT Training And Job by NaHiim: 8:47pm On Feb 28, 2018
henryisong:
pls have u gotten the second test yet
Nope
ProgrammingRe: Want To Be Part Of Something Huge? Let's Build This Startup Together. by NaHiim: 3:36pm On Feb 28, 2018
I really want an opportunity to be part of this. I'm an android developer with less than 1 year experience though but I have built 3 apps so far. I also code in python quite well and I've recently been learning Javascript. I'm also a game developer(not relevant though) plus I know html and css.
I've also been learning the fundamentals of Artificial Neural Networks.
I also know a bit of hardware(microcontroller programming, embedded systems etc) although I haven't practised this in a while now.
I'm a Computer Engineering student of Unilorin. I'm just a tech enthusiast willing to learn new things and anything tech.
Jobs/VacanciesRe: Internships and Entry Level jobs In Nigeria by NaHiim: 5:47pm On Feb 26, 2018
cry cry cry
I'm looking for software development internship at ilorin. Still an undergrad student though.
Jobs/VacanciesRe: Andela: IT Training And Job by NaHiim: 3:54pm On Feb 20, 2018
NaHiim:
The damn code challenge keeps telling me "Must be a number greater than 0" and won't go to the next page and the deadline is on 22. Has anyone experienced this? If yes please how did you pass that.
Oh, I just figured out my silly mistake
Jobs/VacanciesRe: Andela: IT Training And Job by NaHiim: 2:48pm On Feb 20, 2018
The damn code challenge keeps telling me "Must be a number greater than 0" and won't go to the next page and the deadline is on 22. Has anyone experienced this? If yes please how did you pass that.
Jobs/VacanciesRe: Andela: IT Training And Job by NaHiim: 10:44pm On Feb 13, 2018
stevenakp:
you will definitely receive feedback, but that will be after the submission deadline(March 9)
But I haven't taken the homestudy test. I thought some people have taken theirs.
Jobs/VacanciesRe: Andela: IT Training And Job by NaHiim: 4:28pm On Feb 13, 2018
After the saberr test what next? I've taken the test since last week and I've not received feedback. Is this how it is or didn't I qualify.
ComputersRe: Post Your Computer (PC) Troubles Here. by NaHiim: 7:25pm On Feb 05, 2018
Please can I get a brand new 13" hp laptop with the following specs? If yes what would be the the price range?

6 GB RAM
500 GB HDD
Intel core i5
ComputersRe: Post Your Computer (PC) Troubles Here. by NaHiim: 7:24pm On Feb 05, 2018
Please can I get a brand new 13" hp laptop with the following specs. If yes what would be the the price range?

6 GB ram
500 hdd
Intel core i5
ProgrammingSomeone Explain This Javascript Snippet by NaHiim(op): 11:17am On Jan 31, 2018
Please house, forgive my ignorance but I've been trying to wrap my head around the bolded code.
I need someone to please explain.



var bricks = [];
for (var c=0 ; c<column ; c++)
{
bricks[c] = [];
for (r=0 ; r<row ; r++)
{
bricks[c][r] = {x:0, y:0};
}
}
ProgrammingRe: Java Array Problem by NaHiim(op): 9:31pm On Jan 23, 2018
@whizTim, @kpolli
Thanks a lot for sparing your time to help me. I really appreciate. I got insights from your codes and they were really helpful. God bless you all.
ProgrammingJava Array Problem by NaHiim(op): 7:36pm On Jan 20, 2018
Please I need to create an array in Java that contain unique elements from 1-n. And it should be random.

Eg.
[5243176] (n=7)
[659381724] (n=9)
ComputersRe: Post Your Computer (PC) Troubles Here. by NaHiim: 10:04pm On Jan 13, 2018
udemzyudex:
Do you always shut down your system properly?
Possible solutions.
1. Reload the operating system 2. Format the hdd
3. Get another hdd and use that one as external hard drive.
Please how will I reload the OS
ComputersRe: Post Your Computer (PC) Troubles Here. by NaHiim: 10:04pm On Jan 13, 2018
udemzyudex:
Do you always shut down your system properly?
Possible solutions.
1. Reload the operating system 2. Format the hdd
3. Get another hdd and use that one as external hard drive.
Please how will I reloade the OS
ComputersRe: Post Your Computer (PC) Troubles Here. by NaHiim: 6:22pm On Jan 13, 2018
Windows 8 takes time to boot up. Please how can I solve this?
ProgrammingRe: Programming Tricks: Can You Answer This? by NaHiim: 12:11pm On Dec 29, 2017
The first one will display 1 because the code contained within the two braces (do and while) will excecute at least once

The second one will display 0 because its a post increment operator(the increment is done after the variable is read) so it will keep on assigning 0 to k.
ProgrammingRe: How Good Is Computer Programming Job Market In Nigeria? by NaHiim: 11:31am On Dec 29, 2017
myrrtle:
I studied electrical engineering and never enjoyed it, so I switched to programming. My mini project and project topics were in software development, mini project score 87 and project score 93. I've never looked back since then and now work as a full stack Developer, MERN Stack and LAMP Stack (PHP yii2). I can mentor you if you have genuine passion for programming.
I am a Computer Engineering student in Unilorin. I code in java and python and I'm also into android development. I could really use your mentorship sir.

I am looking for internship here in Ilorin as a student just to get some hands-on experience. If you can help me it would be much appreciated sir.
Jobs/VacanciesRe: Post Entry Level/Industrial Trainee Jobs Here For Those Without Experience by NaHiim: 8:08pm On Dec 24, 2017
benebaby77:
You can be a freelancer then....
This is on my mind too. I just don't know where to start from. I could use some advice.
Jobs/VacanciesRe: Andela: IT Training And Job by NaHiim: 3:17pm On Dec 24, 2017
Please forgive my ignorance but is this bootcamp also open to undergraduates? How does one apply?
ProgrammingRe: How Good Is Computer Programming Job Market In Nigeria? by NaHiim: 9:20pm On Dec 23, 2017
I code in python and java(quite good at android application creation). I also know html and css and I can repair computers too(or anything electronics). I'm a Computer Engineering student of Unilorin. I'm seriously looking for tech-related internship here at Ilorin to get some hands-on experience. My name is Adebisi Nahiim and my e-mail address: nahimadebisi@gmail.com. Any help will be much appreciated.
Thanks in anticipation.
ProgrammingRe: Artificial Intelligence And Machine Learning Group by NaHiim: 6:33pm On Dec 23, 2017
I suggest we should just start sharing ideas on this medium(nairaland) since apparently we all have access to it. Its the only platform that I currently have access to for instance. Forgive my ignorance but I've never heard of slack and telegram.
Jobs/VacanciesRe: Post Entry Level/Industrial Trainee Jobs Here For Those Without Experience by NaHiim: 6:16pm On Dec 23, 2017
benebaby77:
You won't get this in Ilorin. If you can relocate to Lagos, that would be better....
I'd love but I'm a student here in Ilorin. That's why
Jobs/VacanciesRe: Post Entry Level/Industrial Trainee Jobs Here For Those Without Experience by NaHiim: 11:43pm On Dec 22, 2017
I am an android application developer.
I can design web pages(html and css). I also code in java and python.
I can repair computers(or anything electronics) and I am also good with the keyboard.
I am a Computer Engineering student of University of Ilorin.
My name is Nahiim Adebisi.
I'm looking for tech-related internship at Ilorin just to get real-world industry experience.
Jobs/VacanciesRe: Post Entry Level/Industrial Trainee Jobs Here For Those Without Experience by NaHiim: 11:42pm On Dec 22, 2017
I'm an android application developer.
I can design web pages(html and css). I also code in java and python.
I can repair computers(or anything electronics) and I'm also good with the keyboard.
I am a Computer Engineering student of University of Ilorin.
My name is Nahiim Adebisi.
I'm looking for tech-related internship at Ilorin just to get real-world industry experience.
Jobs/VacanciesRe: Internships and Entry Level jobs In Nigeria by NaHiim: 9:15pm On Dec 22, 2017
Please I need an internship in Ilorin as a computer engineering student. Just to get some real world industry experience.

1 2 3 4 5 6 (of 6 pages)