Education › Re: MEXT Scholarship Update by Semtu(m): 6:36pm On May 08, 2021 |
QcMackinto: Please is how did you deal with your transcripts. Can I use a copy of my student copy and then notorize it? I believe so. But I have access to my official transcript, that’s the one I’m making use of |
Education › Re: MEXT Scholarship Update by Semtu(m): 5:30pm On May 06, 2021 |
BelieverDE: Bro 
I paid 5k for X-ray, 5k for LFT and 1k for ESR. I was directed to a centre for the tests.
I'll have to go to the centre tomorrow for the LFT result. The doctor at the hospital jokingly said to her, "How much should we take from him? 5k?"
Bro, I think I'll have to find another doctor in a private hospital to fill the form. Wow, too expensive na.. Which hospital is it? Is it a government hospital? |
Education › Re: MEXT Scholarship Update by Semtu(m): 5:43pm On May 02, 2021 |
BelieverDE: How did you go about it? Could you please guide me? What did you tell the front desk officer that you wanted to do when you walked into the clinic/hospital? You know how they'll start giving outrageous amounts when you tell them you need it for a scholarship.
Did they run a radiological scan on you?
I apologise for my numerous questions Go to any hospital around (federal hospitals preferably to get it done cheaper). Ask to meet with a doctor, show the medical form to the doctor. The doctor will look at all the tests you need to do as written on the form then direct you to the hospital’s laboratories to carry out the test. Then just keep on visiting the laboratories till the tests results are ready. Once all tests results are ready, then you’ll go back to the doctor. The doctor will finally fill the results on the form. |
Education › Re: MEXT Scholarship Update by Semtu(m): 5:38pm On May 02, 2021 |
BelieverDE: For postal service, a current scholar advised we should use DHL because it's reliable. NIPOST is quite cheap, but I don't know if it's reliable
I believe IELTS will give you a leverage, especially if the score is high, otherwise, go write NATIVE SPEAKER
Japan Language Proficiency doesn't really affect one's chances of securing the scholarship except the course the individual is going for requires heavy knowledge of Japanese, such International Relations, Journalism, etc
Just be honest! Even when called for the first screening interview, you'll write a Japanese exam. The exam is basically just to assess your knowledge of the language and to know how long you would be placed for preparatory course. Okay thanks. |
Education › Re: MEXT Scholarship Update by Semtu(m): 1:47pm On May 02, 2021 |
For your medical certificate, just go to a federal or military hospital. The tests are very cheap there. I did all the tests for less than 5k last week and the results are already out. I’m going back on Tuesday, so the doctor will fill the results of the tests on the form, then get it stamped by the MD.
All my documents are ready. Once I finalize my research plan writeup, I’ll be set for submission. Please what’s the most efficient postal service in Nigeria, in terms of cost and reliability?
Also I want to ask that in the section for English language proficiency on the application form, I am a native English speaker and I’ve also done IELTS.. I think we are meant to pick just one, so should I fill in that I am a native speaker or make use of my IELTS result?
Likewise in the section for Japanese language proficiency, I know nothing about Japanese language. We were told to rate ourselves between 0-3, if I pick 0 in all, does it affect anything? Or should I lie and rate myself higher? |
|
|
Education › Re: MEXT Scholarship Update by Semtu(m): 6:45pm On Apr 29, 2021 |
Hello guys, how long does dhl take to deliver documents from Lagos to Abuja and what’s the cost?... I’m still gathering my documents, and the deadline to submit all applications is 31st.. I want to know how long it will take for delivery to the embassy so I can plan my time well. |
Programming › Re: Thread removed or archived by Semtu(m): 4:49pm On Mar 30, 2021 |
8k website? Oga ooo |
Programming › Re: W by Semtu(m): 4:13pm On Mar 29, 2021 |
hexzelle: Good day, would keep it short and simple.
I need help with a bunch of data sets that have similarities, but would need an automation programme or soft ware to help with the issue.
I'm not sure if that pix is clear so i have attached an excel file
if one opens that file in excel, there are about 25 number sets there , if one observes carefully one would find out that each set contains a number between(30-32=100%) ORANGE, i.e. all 25 sets have either 30, 31, or 32 while 24 sets contains between (20-22=95%) ONLY COLORED LITE BLUE. and also 24 sets contain between(21-23=95%)DARK BLUE. all three are a range of 3 numbers.
but also all 25 contain(20-23=100%) which is a range of 4 numbers i.e. 20, 21,22,23
my question now is if there is a function on excel or another software, where i can enter different sets like this, and choose either a 2 NO range, 3 NO range or 4 NO range and then it would give me the range of numbers that is present in all the sets i.e. (100%) or a percentage basis of the ranges automatically.
All help will be gladly appreciated. I can use python programming to solve your problem. Contact me via my signature |
Programming › Re: A Thread For Tutorial On Python Programming by Semtu(m): 10:54am On Mar 27, 2021 |
MrAmaechi: Please I need help in doing sentiment analysis on twitter data using Python. Extracting the data from a user, using naïve Bayes and svm. Al's making it an application for easy presentation. Thanks alot I can do this, I already have access to Twitter API and I’ve worked with naive Bayes and SVM algorithms. Contact me via my signature, let’s discuss further. |
Programming › Re: Teacher And Mentor On Python by Semtu(m): 10:07pm On Mar 25, 2021 |
OnyeOlokoro: I know basics like Html, css, wordpress and a bitqq of java. I want to go deeper I need a teacher and Mentor preferably in LasGidi Chat me up on WhatsApp via my signature, my services aren’t free by the way. |
Programming › Re: In Need Of A Python Developer by Semtu(m): 5:10pm On Mar 22, 2021 |
branham890: if you are a python developer kindly drop a message or if you know someone who is good in python development.. you can also drop a message Contact me via my signature |
Programming › Re: Chronicle Of A Data Scientist/analyst by Semtu(m): 4:46pm On Mar 21, 2021 |
Favourphilic: Please, I discovered that dataset size on kaggle are big. Take for example, while practicing an exercise on kaggle and I want to download the dataset to practice.
Is there a way to make the file size smaller before downloading or I have to download it that way? Just download the exact file you need. It’s usually big because there are lots of files comprising of different datasets which you might not need. |
Programming › Re: Python Beginner's Projects by Semtu(m): 3:31pm On Mar 15, 2021 |
HarTech: Hi guys, So today I worked on Rock, Paper scissors game, though I don't know much about the game but I think u guys should be able to understand the algorithm.... pls note am open to corrections and suggestions... You can download the file below
Lest I forget, Happy Mother's Day�� Work on making your code more efficient for faster processing. You kept on calling the .lower() function on the computer_choice object over and over again thereby consuming more cpu power. You could have just called the .lower() function once when creating computer_choice object. Make your program as efficient as possible, by avoiding repetitive actions and doing away with redundant codes. The individual If statements are also not needed, you can use just a single if statement with multiple conditions. |
Programming › Re: What's The Difference Between Graphic Designing And Web Programming/devt? by Semtu(m): 8:07pm On Mar 10, 2021 |
beautyhd: Someone should help me answer because I want to learn one of them, can I be able to achieve that in 3 months?
Please push to front page and treat as an urgent. If you want to learn in 3 months and start earning money immediately, learn graphic design. Computer programming is long term and takes years of continuous practice to be competent in it. |
Education › Re: IELTS: Share Your Experience, Ask Your Questions, Tell Us Your Score If You Can. by Semtu(m): 3:02pm On Mar 10, 2021 |
steric58: thanks for your words of encouragement, writing m.essed me up I don't know what to do sincerely, just confused I need up to 6.5 If you are confident in what you wrote, you can request for a remark |
Programming › Re: A Thread For Tutorial On Python Programming by Semtu(m): 6:13am On Mar 08, 2021*. Modified: 6:39am On Mar 08, 2021 |
ppeessuu: Everything for ur mind is how to swindle people of their hard earned money. So you expect someone to do your assignment for free? As per the jobless people that we are. If you were trying to do it yourself and ask questions whenever you are stuck is a different issue. When you are ready, bring money and I’ll get it done. |
Programming › Re: A Thread For Tutorial On Python Programming by Semtu(m): 5:56pm On Mar 07, 2021 |
ppeessuu: Pls who can assist me on this python assignment. It is urgent Thanks
Question: A small supetmarket has one customer and one checkout. You have been asked to write a program to simulate the supermarket store as the customer shops for items, it checks out customer and generate receipt (shows items with values and total amount). It also display what it remains in the supermarket's stock. YOU ARE REQURED TO USE A ALL CONCEPTS TAUGHT SO FAR TO SOLVE THE PROBLEM (NO OOP).
Here are some guidelines: 1. The supermarket stock its products (20 products at least)
2. A customer shops for his/her needs (at least, 5 items), gets to the checkout.
3. The checker processes the customer's order (depends on how many items customer has)
4. The program processes the order, generate receipt for the customer (with details of items bought)
5. At the same time, the program balances the stock.
best of luck! Shouldn’t be a problem. Send a DM to me on WhatsApp, contact on my signature. Let’s discuss the price. |
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 8:09am On Mar 03, 2021 |
Sold |
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 2:24pm On Feb 27, 2021 |
|
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 12:38pm On Feb 26, 2021 |
MONEY247: Can you waybill to university of Benin... DM me on WhatsApp please, if you want to discuss delivery details.. My contact is in my signature |
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 12:28pm On Feb 26, 2021 |
MONEY247: Is it still available Still available |
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 11:36am On Feb 26, 2021 |
ChuckKingston: Please is it still available. I can pay for it today Still available, what’s your location? |
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 11:35am On Feb 26, 2021 |
Minesbetter: Is it still available? Still available sir Location? |
Programming › Re: A Thread For Tutorial On Python Programming by Semtu(m): 7:39am On Feb 23, 2021 |
Lumineers: Hello bosses, please I need your help. Please how can I download and use these files https://github.com/termuxprofessor/Telegram-Scraper-Adder
It is a telegram scraper which I really need. There is however no instructions on how how to use. I'm new to this Python stuff but I know there are pros on Nairaland that can put me through.
Thanks. You can use git in CLI to download it, “git clone <repo>”. If you don’t want to work with CLI, visit the repo through a pc browser, you’ll see an option for “download as zip file”. |
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 3:39am On Feb 23, 2021 |
|
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 3:39am On Feb 23, 2021 |
LilNetty: i stay in Ogun State, Sango to be precise I can make the delivery, DM me on WhatsApp or drop your number |
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 5:25pm On Feb 22, 2021 |
LilNetty: Still available I am in Lagos and am interested Still available, can easily be delivered to Lagos through a courier |
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 7:09am On Feb 22, 2021 |
Available |
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 7:15am On Feb 21, 2021 |
Asianjollof007: Any faults with the phone? Btw, i stay in ilaro. Can it fly less than 23K? No fault at all... Send a DM on WhatsApp or call my number below |
Phones › Re: Samsung J7 Neo For Sale At Giveaway Price by Semtu(op): 11:12pm On Feb 20, 2021 |
Minesbetter: I searched for J7 Neo but found J7 Next They are both the same devices, the Nxt version was released in India only but more or less, has the same specs as the Neo |