Waali's Posts
Nairaland Forum › Waali's Profile › Waali's Posts
marvin906:They have already. https://www.businessinsider.com/wuhan-coronavirus-us-cases-health-risk-2020-1?r=US&IR= |
dannyrhymes600:Ka huta ba wando.... Kaji dadin ka |
dannyrhymes600:Dan Allah... Ka dana kenen? |
Prudee:The client is from a Whatsapp group. |
Olawrites:The funny part of the job description is the part that says payment will be monthly. If after working for a month he varnishes or trouble brewed before month ends what happens to the writer? I have done 2 weeks work worth 19k and the client ran. I know how it feels. |
Before you pay anyone that amount, try writing a 2000 original article and you'll see that you're no different from the Europeans that enslaved Africa. |
Hi... Are you interested in scraping any data from the web? Let me get that done for you. I am a python programmer with interest in scripting and automation. Utilize my skills today to get the required data only. Below is a screen shot of the Game of throne 5861 death data. Contact me on +2348101729610 today and get the job done.
|
vonxe:The Igalas dominates Adankolo and Ganaja area. I think the area around Barracks is dominated by the Ebiras. If I may ask, are you calling the Nupes Bassange (Bassa)? The Bassa people are mixed with the Hausas living in Kabawa and that old market side. The thing is, you really can't tell. Bassa people are seen as Hausas too because they speak the language. As we were told. The Hausas currently living in Lokoja are descendants of exiled kings who opposed the Europeans directives during the colonial rule. |
Unlimitk:Your research is faulty to me. Federal University Lokoja have had only one past VC and the man is from Katsina. The current is from Plateau. Can you name other places aside Felele? Kabawa, Adankolo, Ganaja, Zangon Daji, Lokongoma and the Lokoja itself are not Yoruba names. Mount Pati is coined from the Bassange. The rivers don't sound Yoruba. Except if I missed something, The Bassange were the settlers the white met. Talking about the Fulokoja profs. It is expected. They are the most schooled. I still doubt your statistics about the general staffing sha. Don't do research on FB, do research on Google or better still come over to Lokoja and see for yourself. |
Gr8amechi:I was a PO and I can tell you a lot of mistakes are made by POs that ends up being cut at the collation center by the collation officer. You can imagine what will happen if that pass through. |
mikc:It depends on your budget and plans for your blog. Me for example, started Power Master with just N1050. However, just know that it's on the free platform. Starting it on a self-hosted WordPress would definitely require more money. |
seunthomas:Nice..... I actually applied for the remote Intern. However, if accommodation would be provided, I would like to opt for that option. |
I just applied! |
What are your expectations and what are you getting?
Can you show us your JavaScript code? |
Add me 08101729610 |
LamidicownuBSS:When a Southern Muslim become a President or vice. Some of you are just irritating. |
I wrote this script .... https://github.com/abdulwaliyahaya/resultCompiler With it, result calculation and compilation is automated. By just feeding it scores of students, it generate subject positions and overall positions. |
I am ready to take up a remote internship job. I know python and JavaScript. While I can't claim to be an expert.... I am not a beginner. I am looking for this opportunity because I want to have a feel of what it feels like working with people. I am currently serving in Gombe state (reason for requesting remote opportunity). I am interested in web development using python/Django at the backend. I can also do front-end development for you using pure Javascript (no framework). If you're interested, you can contact me on 08101729610 (I am on whatsapp), I will show you some of my work. You can also give me your own test to know if I am fit for the job or not. What I want to achieve from this? Working experience and a token to motivate me. Once again.... I am open to your test. |
Ositace:Nothing! |
nawtyme:But you ask me to proof to you "I am human first". |
nawtyme:Wow... Taking it personal, I like this. Hope this is your definition of maturity? |
nawtyme:Where is the proof? |
nawtyme:Where allowing Muslim students wear Hijab led to forcing other students to convert to Islam in Nigeria? Any proof? |
nawtyme:And it's as easy as saying it right? |
So to avoid dividing the children, the Muslim students should now dress in a way that's acceptable in the Christian faith and abandon their own right? Nobody is forcing anyone to wear Hijab but for those that want, it's their right (since they have the right to choose the faith to follow). You can't come and tell me not to dress in an Islamic way and I agree then end up dressing like a Christian. |
Why ask someone to pay 1k for any of these when you can point the person to a place where they can get it downloaded with just their mb? I don't know how you see it though but selling books you're not the author or authorized to sell is bad. |
Abdulwali Yahaya, Web developer, Male |
Javascript is not limited to client side, google Node.js and see for yourself. |
efficiencie:The screenshot is attached below.
|
ypeace:Eyes for details.... Good one. While reading the problem, I only read the first two examples and coupled with the use of language in the problem ( returns a dictionary with the maximum value.). No excuse though, I should have think towards that direction even without been told. Thanks man! |
efficiencie:Have been in NYSC orientation camp in the last 23 days, my solution is attached as a pic. For those that need clarification, read the paragraph below too. - the first part of the return statement returns the key with the highest value - I used the sorted global function to sort the dictionary using it values in descending order. This function returns the dictionary as a list and using [0] and dic[] , I got the highest values. - looking at the return statement, you would see that it is enclosed in a dictionary format thereby generating a dictionary of the highest key with it associated value.
|
efficiencie:Here's the screenshot of my solution attached below... Now to the explanation and assumption 1. I assume assume aside the spaces separating the numbers, the user input space at the beginning or ending of the string. So my way of dealing with this is to first remove all the spaces in the string and that's what I did on line 2. 2. Since the list would likely contain number range, I introduced a mechanism for checking whether each of the items in the string_list variable is just a number or a range and this would determine how the data is been handled. 4. If the item is a range i.e contains a hyphen(-) then I need to get the start and end number and pass it to the range function which would be looped over, converted into an integer and added to the output list. 5. If the item is just a number, it is converted into an integer and added to the list. 6. Lastly, I use the set and list function to make sure the list returned as output is unique. Note: There's still some error handling issues not incorporated into the code for simplicity and because I am just passing and felt I should just try. One of such is how you handle non numeric items. With your isdigit and isapha methods on string, that would be taken care of.
|
?