You Tube

Sunday, 3 September 2023

Houses Meaning in Astrology

 In astrology, each of the 12 houses in a birth chart represents specific areas of a person's life and experiences. Here is a brief overview of what each house signifies:

  1. 1st House (Ascendant or Rising Sign): This house represents the self, personality, appearance, and the way you present yourself to the world. It's associated with your identity and how others perceive you.

  2. 2nd House: The 2nd house is associated with personal finances, material possessions, values, self-worth, and what you value in life, including your earning capacity.

  3. 3rd House: This house relates to communication, siblings, short trips, local environment, and intellectual pursuits. It's associated with how you express yourself verbally and your immediate surroundings.

  4. 4th House (IC): The 4th house represents home, family, roots, and emotional foundation. It's associated with your upbringing, family dynamics, and your sense of security and belonging.

  5. 5th House: This house is about creativity, self-expression, romance, hobbies, children, and pleasure. It's linked to your artistic talents, love affairs, and how you enjoy life.

  6. 6th House: The 6th house is connected to health, daily routines, work, service, and responsibilities. It's associated with your attitude toward work and how you maintain your well-being.

  7. 7th House (Descendant): This house governs partnerships, marriage, relationships, and open enemies. It's associated with your one-on-one interactions, including romantic and business partnerships.

  8. 8th House: This house deals with transformation, shared resources, intimacy, death, rebirth, and inheritances. It's linked to your attitude toward shared assets and deep psychological processes.

  9. 9th House: The 9th house represents higher education, philosophy, travel, spirituality, and belief systems. It's associated with your quest for meaning and understanding of the world.

  10. 10th House (MC or Midheaven): This house is about career, public life, reputation, and ambition. It's associated with your professional goals, achievements, and how you are perceived in society.

  11. 11th House: This house governs friendships, groups, social networks, aspirations, and humanitarian ideals. It's linked to your hopes, dreams, and your involvement in collective causes.

  12. 12th House: The 12th house represents the subconscious, hidden matters, solitude, endings, and spiritual growth. It's associated with your inner world, secrets, and karmic patterns.

Keep in mind that the interpretation of each house can be influenced by the zodiac sign on its cusp, any planets within the house, and aspects (angular relationships) that planets make to the house. A complete birth chart analysis considers the interplay of these factors to provide a more comprehensive understanding of an individual's life and experiences. Consulting with a professional astrologer can provide personalized insights based on your unique birth chart.


Alok Singh
Alok Singh


Key differences between Lagna, Mavamansh, Chandra and Chalit charts

 In Vedic astrology, different types of charts and chart divisions are used to provide more detailed and specific insights into various aspects of a person's life and personality. Here are the key differences between Lagna (ascendant), Navamsha (Navamsa), Chandra (Moon), and Chalit charts:

  1. Lagna (Ascendant) Chart:

    • Purpose: The Lagna chart, also known as the birth chart or Rasi chart, is the primary chart used in Vedic astrology. It represents the overall personality, life path, and general events in a person's life.
    • House Division: It divides the zodiac into 12 equal parts, with each house representing different areas of life.
    • Key Focus: The Lagna chart emphasizes the influence of planets in the signs and houses, providing a comprehensive view of one's life and character.
  2. Navamsha (Navamsa) Chart:

    • Purpose: The Navamsha chart, also known as the D-9 chart, focuses on marriage, relationships, and the qualities of a life partner. It's used for compatibility analysis and assessing the strength of one's marriage.
    • House Division: The Navamsha chart divides each zodiac sign into nine equal parts (Navamshas), resulting in a 108-part division of the entire zodiac.
    • Key Focus: The Navamsha chart provides deeper insights into marriage and relationships, including the characteristics and compatibility of a spouse.
  3. Chandra (Moon) Chart:

    • Purpose: The Chandra chart is derived from the position of the Moon in the Lagna chart. It emphasizes the emotional and mental aspects of one's personality.
    • House Division: The Chandra chart uses the same house division as the Lagna chart, but it specifically focuses on the influence of the Moon.
    • Key Focus: The Chandra chart highlights emotional responses, instincts, and the inner self, helping astrologers understand one's mental and emotional well-being.
  4. Chalit Chart:

    • Purpose: The Chalit chart is a house division system used in Vedic astrology to calculate the positions of planets within the birth chart.
    • House Division: Unlike the traditional Lagna chart, which uses equal house divisions, the Chalit chart divides houses differently and can lead to variations in planetary positions.
    • Key Focus: The Chalit chart is used by some astrologers for specific types of predictions and analyses, particularly related to the influence of planets in houses. It offers an alternative perspective on planetary placements.

In summary, these different charts and chart divisions in Vedic astrology serve specific purposes and provide insights into various aspects of a person's life. The Lagna chart is the foundational chart, while the Navamsha chart focuses on marriage and relationships, the Chandra chart emphasizes emotions and the inner self, and the Chalit chart offers an alternative house division system for analyzing planetary placements. Each chart contributes to a more comprehensive understanding of an individual's astrological profile.


Alok Singh
Alok Singh


Saturday, 12 August 2023

best way to get date in specific format java Android

String str_date_today = new SimpleDateFormat("dd-MMM-yyyy", Locale.getDefault()).format(new Date());

Friday, 2 December 2022

Network Error on Shared Folder error code 0x800704cf (network location cannot be reached)

1. Type the following sequence of commands in the CMD (Command Prompt) Go to the start menu, type command prompt and once it appears right-click on it and select Run as Administrator; Type ipconfig /flushdns and press Enter; Type nbtstat -RR and press Enter, to refresh the netBIOS names; Type netsh int ip reset and press Enter to reset the IP settings; Restart the computer. 2. Uncheck "Client for Microsoft Network" In order to find this check box, follow the steps below: Right-click the network icon (Wi-Fi - the network bars; Ethernet cable - the desktop monitor icon) from the taskbar (the bottom right-hand corner of the display) and select Open Network and Sharing Center. *Alternatively, you can type Network and Sharing Center in the start menu. Click on Change Adapter settings in the left window pane; Once a new window appears, right click on the network adapter you are currently using to connect to the Internet and to the workgroup (Ethernet cable, or Wi-Fi) and select Properties; Uncheck the check box next to Client for Microsoft Network, click OK and restart the computer.
3. Reset the TCP/IP To reset the TCP/IP, follow the steps below to the letter: Go to the start menu and type CMD, or command prompt; Once it appears, right-click on it and select Run as Administrator; * Enter the administrator's password, if prompted Once the Command Prompt opens, type the following commands in the same order as they are written here, and hit Enter once you write each of them (i.e. write the first one and hit Enter and write the second one and hit Enter): netsh winsock reset netsh int ip reset Close the command prompt and restart the computer. 4. Sign in with your Microsoft account

Friday, 25 November 2022

Monday, 31 October 2022

Biometric Settings

This is the setting for realtime t304-mini.
But this would work for nearby all the devices, only here you would need to change device name.

Friday, 5 August 2022

Replacing Symbols like "&" (Ampersand)

 Results = Results.Replace("%", "%25")

      Results = Results.Replace("<", "%3C")
      Results = Results.Replace(">", "%3E")
      Results = Results.Replace("#", "%23")
      Results = Results.Replace("{", "%7B")
      Results = Results.Replace("}", "%7D")
      Results = Results.Replace("|", "%7C")
      Results = Results.Replace("\", "%5C")
      Results = Results.Replace("^", "%5E")
      Results = Results.Replace("~", "%7E")
      Results = Results.Replace("[", "%5B")
      Results = Results.Replace("]", "%5D")
      Results = Results.Replace("`", "%60")
      Results = Results.Replace(";", "%3B")
      Results = Results.Replace("/", "%2F")
      Results = Results.Replace("?", "%3F")
      Results = Results.Replace(":", "%3A")
      Results = Results.Replace("@", "%40")
      Results = Results.Replace("=", "%3D")
      Results = Results.Replace("&", "%26")
      Results = Results.Replace("$", "%24")


3

In .net core ver 2.1 ( late 2018 ) I was able to use the following:

System.Web.HttpUtility.UrlEncode(string_to_encode)

Another character that needs escaping is the apostrophe. Replace it with %27.

string url = Server.UrlEncode(value).Replace("'", "%27);

HttpUtility.UrlEncode() And Server.UrlEncode() do not replace this character along with a few others for backwards compatibility with other .Net Frameworks. See this microsoft article for details: