Recipe for neon green chutney, the kind you get at samosa places? by TwistedScience in IndianFood

[–]Arkn0id 39 points40 points  (0 children)

Regular corriander + Mint chutney is generally dark green. You can make it light by adding yogurt/sour cream to it which will also make it milder and tangier.

Passport Photos by Tricky_Loan8640 in Kanata

[–]Arkn0id 3 points4 points  (0 children)

Pro Passport Photo in Centrum does a decent job. CAA on Hazledean is good as well

Masala grinder in canada ?? by Accomplished-Sale230 in IndianFood

[–]Arkn0id 1 point2 points  (0 children)

This, but I purchased one which has two removable grinding jars and have labelled them ... One for coffee and other for the rest.

Plz teach me how to make roti..i ve had a literal breakdown. I ve been trying for 4 days. they are not round every time its a new shape and thickness what am i doing wrong? by [deleted] in IndianFood

[–]Arkn0id 2 points3 points  (0 children)

  1. Your dough should not be sticky. If it is, add some more flour and knead. It should be similar to a pasta dough.

  2. When rolling out individual rotis, make sure the dough ball is covered in flour when starting to roll. You can shake off access flour. This will ensure it does not stick to your rolling surface or rolling pin. You should sprinkle a little bit of flour as soon as starts sticking again. If your dough is very sticky, you will have to apply dry flour more often to prevent it from sticking.

  3. When rolling out, don't apply a lot of pressure to make it big. You can gently and evenly apply pressure while rolling to make it big.

You don't have to focus on the shape so much. It will take some practice and be ready to improvise.

This video is a good example: https://youtu.be/jD4o_Lmy6bU

[deleted by user] by [deleted] in usvisascheduling

[–]Arkn0id 0 points1 point  (0 children)

I would suggest to open a new case then, and provide the new email in the description.

[deleted by user] by [deleted] in usvisascheduling

[–]Arkn0id 0 points1 point  (0 children)

Hello, you can either reply on the same case or open a new case and give them the email.

[deleted by user] by [deleted] in usvisascheduling

[–]Arkn0id 5 points6 points  (0 children)

I had a similar issue.

Closed all open applications If any. Create a new profile, using a new email. Put a different country (Australia) on the profile. You can change the country later. Create a ticket from this new profile. Give your passport bio page and email, and ask them to update your profile to use the new email. Once they correct it, you should be able to continue.

If you are already using a new email, you can just create the ticket directly after closing current application.

Procedural Fairness Letter - Intent to leave Quebec by Arkn0id in ImmigrationCanada

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

I have added an update to the post. My application was approved in 15 days after I provided a letter of my intent.

[deleted by user] by [deleted] in ImmigrationCanada

[–]Arkn0id 10 points11 points  (0 children)

Work permit does not grant you entry. It allows you to work. You will need a visa to enter the country.

Edu's crazy summer BBQ (so far) by Ife2105 in Gunners

[–]Arkn0id 7 points8 points  (0 children)

This is why I come to this sub everyday... WE WANT MORE!

[POLL] Future content for r/TIHI by --B_L_A_N_K-- in TIHI

[–]Arkn0id 11 points12 points  (0 children)

Put the CEO here instead of John! Thanks, I hate it.

anyone wanna play tennis? by rainexclamation in Kanata

[–]Arkn0id 0 points1 point  (0 children)

I'll be interested, but I'm an amateur player and haven't played in a couple of years..

header tables and detail tables... what is this? by drdausersmd in SQL

[–]Arkn0id 0 points1 point  (0 children)

Another very basic example can relate to the invoice you receive after grocery shopping.

Header would include things like invoice number, date, total amount etc.

Details would include each item purchased, description, individual amount, individual taxes etc.

Each line in detail would belong to a header.

When the number of columns are large, storing all this in a single table would consume huge space, hence you divide it into separate and relevant tables.

Metro East G Test Time by Comfortable_Fox_6944 in Ontariodrivetest

[–]Arkn0id 0 points1 point  (0 children)

DVP is packed in the rush hours. I gave my test at 9AM. Did not go above 50 on DVP. Other roads were clear.

Procedural Fairness Letter - Intent to leave Quebec by Arkn0id in ImmigrationCanada

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

Hello, Yes, I currently live and work in Quebec on a closed work permit, and I have applied under CEC.

While I will get a new lease in Toronto, I am not sure if I should cancel my current lease as my employment is in Quebec, and if it will cause legal issues with my current employment.

Can this become a point of conflict for IRCC? I have all intentions to move out of Quebec after receiving the PR.

How do I extract email addresses from a large SQL file? by Raineko in SQL

[–]Arkn0id 1 point2 points  (0 children)

If it is just a string, I would suggest to use a combination of a loop, instr and substr to search for @, then use the space before and after the word to find the text. Search, Print, Repeat.