Search results

  1. P

    Are my Assumptions Right?

    Electricity is Magic! No Electrons are wasted but Grounded at Last... Power Needed for a Device is nothing but How much electrons a Device need to Suck to Run... So My Main Question is If we put the Higher Electron Sucking Machines at the last of the circuit and we can put the lower ones before...
  2. P

    What is a Weak Reference and Where am I using it?

    from tkinter import * import pymysql import mysql.connector connection = pymysql.connect(host="shafty", user="root", password="abc123", database="Mubarak") cursor = connection.cursor() MainWindow = Tk()...
  3. P

    How to automate Google Maps?

    Hi All, I want to list out all the business places present around me within 12 KM radial distance from my House Location (Business Places Includes: shops, Companies, Pharmacies and all other places where business is done). I want to scrape their contact details and send my Service List Brochure...
  4. P

    How to convert a USB Printer into a Wireless Printer using a Router?

    Printer - HP Deskjet 2335 Router - TP Link Archer C5 - V4 Possible? My Router has an USB Port.
  5. P

    How to install only ".Net Core" tools using Visual Studio Installer?

    Hereafter I don't want to install or continue development in any of the .Net Framework Based tools. Only .Net Core that's also from the latest one. How to tell Visual Studio Installer to install .Net Core based tools only and not any single Framework Based Tools.
  6. P

    How to understand the DB Concepts in VB.Net? (VSTO)

    Hi Guys, I have more than 13 years of experience in VBA and also using Ms Access Databases as backends. Recently decided to utilize the VSTO Word Document features to create rich reports (Ms Access Reporting Tools are very limited when comes to formatting). What's the Challenge then? With Ms...
  7. P

    How hard would it be for an IT Professional to make bulbs smart?

    If not from scratch atleast how to convert a normal to smart one... I know it's a very very big topic but sometimes things are easy if come from Top to Bottom. Like you are buying a car and slowly learn about it.
  8. P

    How cheapest a DDR5 and an HDMI 2.1 PC can be built right now?

    Optional Features: Type C, Wi-Fi 6 and Bluetooth 5.
  9. P

    How to play Snakes and Ladders?

    But in Office... HR Department wants me to give technical trainings to the Operations People. Even my Boss is ready to grant permission for that, but not her bosses and the aboves. due to some silly "non-technical" stuffs like office politics. How to come above?
  10. P

    Please suggest me a Powerbank for my Laptop...

    Personal Laptop - No Type C Office Laptop - Type C port is present. But don't know whether it can be charged through or not. My Mobile - Type C My wife's Mobile - Micro USB Bluetooth Speaker - Type C Would be better if all the above can be charged through it.
  11. P

    So what is tougher?

    Knowing what to do? or How to do? For me, the former is tougher. For you?
  12. P

    why the sorting Doesn't Happen?

    Option Compare Database Private Sub MailFolder_Browse_Click() Dim MailFolderDiag As FileDialog Set MailFolderDiag = Application.FileDialog(msoFileDialogFolderPicker) With MailFolderDiag .AllowMultiSelect = False .Show End With Me.MailFolder.Value = MailFolderDiag.SelectedItems(1) Dim...
  13. P

    How to re-link excel files everytime?

    I want the access database to show a FileOpen Dialog each and everytime an access database opened to relink and refresh the Excel Sheet to link.
  14. P

    What you want from my country India?

    When I come to UK and meet you... If you are visiting India bring me English toffees...
  15. P

    My wishes are coming True 💗

    See you all very soon :cool:
  16. P

    How much does it cost to visit UK from India?

    A rough estimate would suffice... Would you guys meet me?
  17. P

    That annoying brother in every Home 😡

    I was enjoying my solitude... Until he reaches home last week... You know...All my routines are effected. Been 3 days since I bathed. No more music and Dance. He is not even keeping it cleaned. All because it is his home he recently bought...?
  18. P

    What is the cheapest way to ship Items from USA?

    I want the following item this Christmas: Amazon Official: Echo Studio Glacier White with Echo Sub
  19. P

    How are you Guys?

    Longtime no see. Got selected in an MNC. Joining on 11th Dec.
  20. P

    How to pass a command from Android to Alexa!

    Hi All, I have an Android Phone, Wipro Smart plug (Alexa Enabled) and An Amazon Echo Dot. I usually put my mobile on the smart plug before sleep to charge. How to turn off the smart plug once my mobile is fully charged... Possible? With Hope, Prabhakaran
Top Bottom