₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,102 members, 8,420,341 topics. Date: Thursday, 04 June 2026 at 04:57 PM

Toggle theme

Checkmateman's Posts

Nairaland ForumCheckmateman's ProfileCheckmateman's Posts

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

EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 7:48am On Jan 13, 2016
free2ryhme:
My advise to your many questions is this just sacrifice a day or two and clear every doubts by visiting the school to sort your registration and clearance issues.

Don't be a target for scammers on here. Visit unilag and sort urself this is Nigeria and not America
I've visit the school jere, its only first semester we are doing course registration form for and the courses are already listed on the registration page, no need to add any other course but this may differ from department to department
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 7:45am On Jan 13, 2016
LouisVanGaal:
Congratulation to those that made it through for the 2015/2016 MSc @ Unilag..
Please, a kind samaritan should help me with this question, cos I'm interested in picking up the form for the 2016/2017 session..when is it the right time to process the academic transcript...a month before the sale of form or immediately sale of forms commences or just when..huh??
Thanks
Sales should start around late july to september and according to kalan, transcript should better to be send after exam, I send mine after the exam
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 7:44am On Jan 13, 2016
kingjibe:
Somebody should pls na [/quite]
Yes it is for a year but some course differ which I don't know
I don't know what you mean by gis and the requirement for urban and regional planning can be found on their website
Next application starts around late july to september
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 3:19pm On Jan 12, 2016
DAMMYORES:
I am in for microbiology. Must the course form be coloured.
Bio-data and course form muct be coLoured and must be 4 copies
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 4:20pm On Jan 11, 2016
drdams:
Do everything @ home and liaise with any course mate to intimate u with the courses registrable this semester. Then you ll have only screening come around for. You ll also get cheap hotel around unilag. e.g opp mfm hq 2nd gate and you can manage unilag guest house
Please are we to register for first semester only or both first and second
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 9:22am On Jan 11, 2016
Please how do we get to the screening venue o, cos na only once I don enter unilag before
WebmastersRe: Learn Web Design LIVE On Nairaland!!! by checkmateman: 5:18pm On Jan 08, 2016
tosineben2222:
don't worry i have done
It is strictly javascript
Good just don't forget that java is completely different from javascript and and own by different institution
WebmastersRe: Learn Web Design LIVE On Nairaland!!! by checkmateman: 6:52am On Jan 08, 2016
tosineben2222:
please can any webmaster kindly give a solution to this java programming language

Create a function fizzBuzz to return 'Fizz', 'Buzz', 'FizzBuzz', or the argument it receives, all depending on the argument of the function, a number that is divisible by, 3, 5, or both 3 and 5, respectively.

with the test

escribe("Fizz Buzz tests ", function() {

it("should return `Fizz` for number divisible by 3", function() {
expect(fizzBuzz(3)).toBe('Fizz');
});

it("should return `Buzz` for number divisible by 5", function() {
expect(fizzBuzz(5)).toBe('Buzz');
});

it("should return `FizzBuzz` for 15", function() {
expect(fizzBuzz(15)).toBe('FizzBuzz');
});

it("should return `FizzBuzz` for 45", function() {
expect(fizzBuzz(45)).toBe('FizzBuzz');
});

it("should return `FizzBuzz` for 90", function() {
expect(fizzBuzz(90)).toBe('FizzBuzz');
});

it("should return `Fizz` for 63", function() {
expect(fizzBuzz(63)).toBe('Fizz');
});

it("should return 7 since its indivisible by 3 and 5", function() {
expect(fizzBuzz(7)).toBe(7);
});

it("should return 101 since its indivisible by 3 and 5", function() {
expect(fizzBuzz(101)).toBe(101);
});

});
I hope you don't mean javascript cos its different from java
WebmastersRe: Learn Web Design LIVE On Nairaland!!! by checkmateman: 6:50am On Jan 08, 2016
Ita been a long time I program in java so make neccesary corrections to the syntax.

Public string fizzbuzz(int word){
If (word%3 == 0){
return "fizz";
}
Else if(word%5 == 0){
return "buzz";
}
Else if(word%3 == 0 && word%5 == 0){
return "fizzbuzz";
}
Else{
return word+" not divisible by 3 or 5";
}
}

But you should know that the it will not print the "fizzbuzz" since we use a return keyword so if you want it to check through all of the if statement, you should use "println or print". I hope I have been able to help
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 4:22pm On Jan 07, 2016
mokrak:
When you have paid online oo.you will get an sms.you will fill ur medical form then you can gegister online.the courses will come up themselves.
Please how did you get the matric number and what does it look like cos na only payment confirmation sms was sent to me
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 8:48am On Jan 07, 2016
masties2:
Click on course registration. You will be told to fill your medical form. Thats it. Click on it
Okay I've already fill the medical form, what am confused about is that it says download medical form on unilag website but no where to download.
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 8:18pm On Jan 06, 2016
mokrak:
@checkmateMan from the student portal.after downloading your provional admission letter.go to pay now and click on it.you must have a debit card and be able to do online payment with it.I think u must be registered with quickteller too.it straight forward from their onward
For the matric number I was also surprised when I got it tooo.maybe it means I am a bonfide student.
Thanks i've paid for both. what is left is now to print the medical form which i don't know how to download, do you have any idea?
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 7:17pm On Jan 06, 2016
mokrak:
I just paid online. It will take you through quickteller payment portal. I received two texts when I paid online from unilag to confirm my payment.I also downloaded my payment receipt.
I also did/filled my medical online and registration online too.5 Compulsory courses. I was also sent a text from unilag with my matric number.All took less than 30mins online.
Also got an email from unilag that henceforth I have to use my matric number to access the student portal.
Please can you walk us through how you did the online payment and what does it mean by matric number
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 7:16pm On Jan 06, 2016
mokrak:
I just paid online. It will take you through quickteller payment portal. I received two texts when I paid online from unilag to confirm my payment.I also downloaded my payment receipt.
I also did/filled my medical online and registration online too.5 Compulsory courses. I was also sent a text from unilag with my matric number.All took less than 30mins online.
Also got an email from unilag that henceforth I have to use my matric number to access the student portal.
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 10:54am On Jan 06, 2016
jay44:
pls for those of us dat av paid online , pls tell us hw u got d receipts nd where u able to pay the prospectus fee online?
I read somewhere that the prospectus is to be bought at the department but not sure
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 8:09am On Jan 06, 2016
duepurpose:
Just click on apply for installmental payment and comfirm your action. Then go back and view your pay advice again... it would have been segmented into 2nd and 1st installments like sample below:
PG Tuition Fee (Part-Time) (2nd Installment) Details (2015/2016)AmountStatusPG Tuition Fee (Part-Time) (2nd Installment)75,000.00TOTAL75,000.00Outstanding

PG Tuition Fee (Part-Time) (1st Installment) Details (2015/2016)AmountStatusPG Tuition Fee (Part-Time) (1st Installment)82,500.00TOTAL82,500.00Outstanding
Is installmentalal payment for everyone cause I don't seem to find it
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 8:08am On Jan 06, 2016
Is installmentalal payment for everyone cause I don't seem to find it
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 10:21pm On Jan 05, 2016
Yes how. Do someone apply for instalmental payment
EducationRe: Unilag PG 2015/2016 ADMISSION DISCUSSION HERE by checkmateman: 4:02pm On Jan 04, 2016
Did anybody have an idea the closing date for obligatory and tuition fees
Jobs/VacanciesRe: Andela: IT Training And Job by checkmateman: 10:31pm On Dec 17, 2015
enigmatique:
You've got no problem iphiy. As long as you can learn the what you're supposed to learn (which isn't draconian), you're good to go. Besides, every field needs programmers, so proceed and be the one for your field. In my own case, I'm a physicist.

@ checkmateman: I 'speak' Python already. Learned it from one crazy, brain-tasking and rewarding course on edX that was offered by MIT. (If you want to check out the course later, I can provide you with a link to it.) What's more, I now have a promise by jacob05 to help out where possible. I think you should latch on to that too. However, my major drawback is that I can't feasibly apply yet because I'm three months to the end of my service year in Akwa Ibom.
Probably its not difficult to learn, but I have to make use of the ones I already learn. If I didn't get into andela, that doesn't mean I'm not better. And I'm going to be unveiling my website which will showcase some javascript and php plugins, so success for you guys, see you at the top
Jobs/VacanciesRe: Andela: IT Training And Job by checkmateman: 1:40pm On Dec 15, 2015
enigmatique:
So the new home study test is truly in Python?
That's why the home study itself is in python
Jobs/VacanciesRe: Andela: IT Training And Job by checkmateman: 7:09am On Dec 15, 2015
I wonder why wafijoe will do this to the group after the unsuccessful attempt of creating a topic about andela, you seek to destroy the values of this one.

For you all applying to andela Goodluck cos I'm out can't be jumping from one language to another, although I will learn python but as at now, I'm puttung my javascript into use
Jobs/VacanciesRe: Andela: IT Training And Job by checkmateman: 9:00am On Dec 14, 2015
Good day guys, is the test only in python
WebmastersRe: Learn Web Design LIVE On Nairaland!!! by checkmateman: 1:48pm On Dec 09, 2015
saleem95:
Wat I need is how to centralise an image in xhtml/css tnkx
By centralising what do you really mean because if its background, there is a css property for that but your image may not cover the entire screen but if it any other image that you can wrap the image in a div and use text-align for that
Jobs/VacanciesRe: Jobs In Ibadan. by checkmateman: 10:20pm On Nov 28, 2015
otunbabadok:
Abi na
Lol
WebmastersRe: Learn Web Design LIVE On Nairaland!!! by checkmateman: 8:33am On Nov 28, 2015
saleem95:
Is there no way to avoid writing on the background image? ?
There is no way but if you explain what you want to do actually, I might be of help
Jobs/VacanciesRe: Jobs In Ibadan. by checkmateman: 8:31am On Nov 28, 2015
princehabyb:
but me I get better package wey sure pass GNLD or no gnld stuffs...
I dey earn wella from it and If I show you wetyn I don earn from there Una no go wan believe but for those who wants their risk to finally pay off...just beep me up through my signature... I swear,you will come back here on nairaland to give testimony beforethis year runs out
Why don't you just paste it here
WebmastersRe: Learn Web Design LIVE On Nairaland!!! by checkmateman: 6:53am On Nov 28, 2015
saleem95:
Is there no way to avoid writing on the background image? ?
Yes as the name implies background image so every other thing will be on the background
WebmastersRe: Learn Web Design LIVE On Nairaland!!! by checkmateman: 7:40pm On Nov 26, 2015
saleem95:
If I use Css the image will centralize actually but as background image and any other text the follows will appear on the image. Any idea how I can avoid that. ..I don't really have idea on javascript though but I intend to start it soon
If its a background image, then definitely things will appear on it
WebmastersRe: Learn Web Design LIVE On Nairaland!!! by checkmateman: 4:20pm On Nov 26, 2015
saleem95:
how can i centralize an image in xhtml apart from using css i.e background image method
<style type="text/css>
body{background-image:url(imagename.jpg)}
</style>
please any help will be appreciated
If u don't want to use css, then javascript is ur next option but I don't see it possible without css
Jobs/VacanciesRe: Jobs In Ibadan. by checkmateman: 5:05pm On Nov 25, 2015
otunbabadok:
In need of job in Ibadan too. I can teach Mathematics, Further Mathematics and Physics. A graduate of mathematics from FUNAAB.
Badock baba o

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