Faruqa97's Posts
Nairaland Forum › Faruqa97's Profile › Faruqa97's Posts
1 (of 1 pages)
Dienasun:Still works, used it on Friday (23/02/2024) |
Dienasun:If he got paid in his PayPal account then I would assume that is not a Nigerian PayPal account, if this is a USA/UK PayPal account, he can link a wise bank account to Paypal, I am not sure that is possible with other countries though. After that, it is a matter of sending it from Paypal to the linked bank account (wise in this case) then send it to grey Non-Nigerian PayPal account is very risky though, your account risk termination, so, going forward, avoid PayPal |
Dienasun:I don't know what you mean by naira card, I also have an adsense account, I think you can send from Adsense directly to Grey GBP, I haven't tried it though, so, to play it safe, send it from Adsense to Wise to Grey GBP and depending on your option, you can send it to your domiciliary account or if you are like me, I send it straight to my naira account because the rate is better than the one aboki would give you. The current rate today on Grey is 895 for USD and GBP is 1122 |
Dienasun:No, the usual rate, the last time I did which was a couple of days, it was 835 or so |
Use Grey, you can download it on PlayStore, still used it today, the only issue is it doesn't have a USD virtual account, you can only use GBP. So, what you can do instead is to setup a wise account, wise has a USD virtual account, send that to the client, then once you receive your money in wise, you can send it to Grey pounds account (GBP). From Grey, you can send it to your naira account at a very good rate or send it to your dollar domiciliary account, and change it from aboki guys. Good luck, and I do hope this is a legitimate job. Wish you the best. |
Use Grey.co, works quite well |
Why would you be given 5 minutes for this question or am I seeing something else, anyway, you split the string by byte, since this is an HTML question, you can assume UTF-8 encoding, you don't have to split everything at once and then store in memory, you can do it byte by byte and switch the state machine depending on the character emitted, more like tokenization. Here is the thing, this question, requires the knowledge of state machine and a basic understanding of HTML spec or the algorithm it uses in closing unclosed tags (I don't even think you need it self), it's a simple algorithm, you can use stack for it. Let me give you a quick way I'll solve this, whenever you encounter an opening tag (e.g <div>, you push it in the stack of open tags, when you encounter it's closing partner (e.g </div>), you loop the opening tag stack backwards until you match it's opening tag, and as such, you close it. I didn't see the last section of that question but it seems it is saying, you should return the tag that wasn't closed, you can either record the tags that wasn't closed while you were pushing to the opening tag stack, or loop the opening tag stack until you found one that isn't closed, then return it. |
There is nothing as such, Google map uses pre-captured data or images, they are not real time, it would even be impossible for satellite to do so as it takes weeks to arrange the data. You'll be shocked that some Google map images are captured by airplane or drones (you can even contribute images), I hope it is clear now. |
More like a modern day slavery, like the guy above me said, find a job, and use part of it to fund your programming career. Your future self would thank today's decision. |
Amen to that, you go wan build bet9ja kind of website for 50k, why dem no go dupe una. eni n wafa n wofo. Pay cheap, get amoeba, some would even want you to maintain the project for them. |
My goodness, this forum is full of jokers, bro, there is an option, I can't guarantee 100% recovery but if you are quick enough, you could recover most of your data, send me your WhatsApp number quick, don't worry, I won't charge you Kobo, just be fast. |
Do not pay for this, I repeat don't, you would never learn this way. I mean, if you are paying for a whole course then that is a different game not something this simple. I don't teach people programming but send me your WhatsApp number and I'll send you some books. |
How are we sure this isn't a false accusation, next time, record the conversion. For now, your claim is moot. A shit loads of people have been wrongly jailed for false accusations. You might be right but we need concrete evidence, otherwise, OYO. |
absool:Sure, if you don't wanna be limited by the number of resources you can access, this is what you should do: visit Amazon book page, search for MySQL or SQL, or SQL for data scientist. Go through the one you like including the reviews, if you are satisfied enough, copy the title and goto: sciarium.com, create an account, search for the title you just copied and the sky is your limit. Scarium is point based, where people share books or resources and get rewarded with point, if you don exhaust your points and you no wan contribute anything, just create a new account. Once you are earning a decent income, you can now buy the book to show support, good luck |
absool:Choose between MySQL, MariaDB & PostgreSQL. Na Maria I dae use, maria is a fork of MySQL, so for 90% of the case it is similar to MySQL |
Oga, update the title, SQL SERVER not SQL, there are huge differences, SQL is a domain language specifications (which tells you how to read, edit and manipulate data, among others). The spec is used in implementing a RDMS server such as MySQL, PostgreSQL, SQL SERVER, etc. SQL is not actually the server. |
Hmm, bet9ja kinda website would cost you millions of naira, and let's not go with the maintenance and security aspect. Bet9ja was hacked and completely taken over a couple of weeks ago, I don't know whether the hack was due to bad code but that's just something you should plan for, it's that complex. You'll get someone that would quote you for 100k, but don't expect magic. Building is one thing, constant security update is another. |
Looks okay, you are doing well. Here are my suggestions: - Navigation is hard (on mobile), it took me 2 to 3 clicks to view the cart section, going back to the homepage wasn't easy either. - I can't differentiate between a button, link or other elements on the page, could you maybe try some hover or if it's a link, could it be underlined, if this is a rough demo, then that's fine. I am on my smartphone, so, those are the little suggestions I have, overall, you did a good job. |
... |
1 (of 1 pages)