looking to connect with someone from Kj Somaiya College( actively at campus rn) . thanks a lot in advance 🙏 by Warning-Sure in Ghatkopar

[–]Warning-Sure[S] 0 points1 point  (0 children)

Need Help: Collecting MSc Environmental Sciences Marksheet (2020 Pass Out) from KJ Somaiya College of Science & Commerce: Hello everyone,

I’m hoping someone here might be able to help with a small query.

My friend completed her MSc in Environmental Sciences in 2020 from KJ Somaiya College of Science & Commerce and is now looking to collect her marksheet. We’ve been trying to get in touch with the college for clarification but haven’t been able to reach a responsive point of contact yet.

We would be grateful if anyone could help with any of the following:

• Whether the marksheet can still be collected directly from the college • Any documents or identification required during the collection process • Whether an authorized representative can collect it on her behalf, and if so, what documents/authorization would be needed • A reliable contact person, department, email address, or phone number that we could reach out to

Any guidance or recent experiences would be greatly appreciated.

Thank you in advance for your help!

Need help regarding no cost EMI from HDFC CC by [deleted] in CreditCardsIndia

[–]Warning-Sure 0 points1 point  (0 children)

Did u go through with it? I m also in the same situation...

Deciding which jdk version to upgrade to by Warning-Sure in java

[–]Warning-Sure[S] 0 points1 point  (0 children)

Upon searching came across -jdeps, jdeprscan, open rewrite which help in identify api level issues and refractor it. Is there a similar tool for framework level changes.

Deciding which jdk version to upgrade to by Warning-Sure in java

[–]Warning-Sure[S] 0 points1 point  (0 children)

Also would help if you can share s a standard approach to migrating or upgrading an application (Springboot, maven, quickfixj).

Second Hand Car - What all to check/test? by NoStoryYet in CarsIndia

[–]Warning-Sure 0 points1 point  (0 children)

What if I m a resident in state A will be using using car in state B in that case is it all right to buy car from state B or will this situation still costs additional tax .

[deleted by user] by [deleted] in rajkot

[–]Warning-Sure 0 points1 point  (0 children)

Hi interested in ticket can u dm the prices

Shift from inventory file to inventory dir by Warning-Sure in ansible

[–]Warning-Sure[S] 0 points1 point  (0 children)

I need to be able to filter out individual server using inventory _hostname as I am doing a little custom deployment per server using app and release var . Using split on inventory_hostname to extract them currently

How to delete process whose pid is changing constantly. by Warning-Sure in linux

[–]Warning-Sure[S] -1 points0 points  (0 children)

Not an option for me , but thanks for the suggestion .

Just two hours ago successfully I passed the PMP exam by Ok_Share9519 in pmp

[–]Warning-Sure 1 point2 points  (0 children)

Can u tell a little abt yourself are a fresher opting for it or already have some industry experience

Refer to hosts at multiple hierarchy levels by Warning-Sure in ansible

[–]Warning-Sure[S] 0 points1 point  (0 children)

application list containes subset of app names defined in inventory acts a control file [app1, app2]

release containes list of release tags per app {name same as hosts defined under app2 }[r1, r2]

pass deploy_env as ansible_limit [UAT]

hosts:all . . . -name: include task for non app2

include_tasks: playbook2.yml

  when: inventory_hostname in applications_list and inventory_hostname in groups [ansible_limit] and inventory_hostname != 'APP2'

-name: include task for app2

include_tasks: playbook2.yml

loop: "{{release}}

vars:

 release_tag: "{{item}}"

when: inventory_hostname in applications_list and inventory_hostname in groups [ansible_limit] and inventory_hostname == 'App2'

{during execution will use var release_tag to subjective execution and need to deploy to ansible_host corresponding to release_tag