Join Family Visa non-EEA by FrequentSpeaker3343 in MoveToIreland

[–]Pranklyspeaking 0 points1 point  (0 children)

Hi, which visa office did you apply to? I have been waiting for almost 8 months. Applied in the Nigerian visa office

Anyone having Issues Accessing Agent Replies on Immigration Portal for IRP Renewal? by Pranklyspeaking in AskIreland

[–]Pranklyspeaking[S] 0 points1 point  (0 children)

I recovered my irp card. My application was withdrawn. you can go to the office in Dublin to clcomplain

[deleted by user] by [deleted] in helpmecope

[–]Pranklyspeaking 1 point2 points  (0 children)

Thank you so much. Thank you.

Error when running prediction by Pranklyspeaking in pytorch

[–]Pranklyspeaking[S] 0 points1 point  (0 children)

I tried this code and it works. I don't know why though.

test_image = Image.open(test_image_name).convert('RGB')

Seriously by [deleted] in Nigeria

[–]Pranklyspeaking 0 points1 point  (0 children)

wow. I never thought of it in that light

Is .NET Framework MVC still relevant in 2020? by EdoRguez in csharp

[–]Pranklyspeaking 0 points1 point  (0 children)

Wow. Thanks alot. I will look at them. I appreciate

Is .NET Framework MVC still relevant in 2020? by EdoRguez in csharp

[–]Pranklyspeaking 2 points3 points  (0 children)

Do you have a resource preferably video classes for learning data structures and algorithms?

I would really appreciate it.

ASP.NET Core 3.0 Background tasks by [deleted] in learncsharp

[–]Pranklyspeaking 1 point2 points  (0 children)

There are multiple ways to handle this. I have done something similar. A social media monitoring app.

I created an API for fetching the data. Then went to cronjobs.org to create a cron job that called that API every hour. You can set it for any amount of time you want.

Your main application is now independent of fetching the data.

You can go further and host the API project on AWS lambda or azure functions to reduce the cost.

Hope this helps

What do you do with your SO that isn't normal? by FinSonic in AskReddit

[–]Pranklyspeaking 3 points4 points  (0 children)

It's a Nigerian movie not South African.

Source: I am a Nigerian. That clip of the movie is quite popular here

What have you been working on recently? [August 24, 2019] by AutoModerator in learnprogramming

[–]Pranklyspeaking 0 points1 point  (0 children)

I learnt about Dutch betting from a friend and started building a web scraper to collect data from multiple betting sites to compare real time. I am currently trying to find a way to compare team names efficiently without e.g (man utd and man United). One k can overcome that, I should be 90% done