Tuesday, December 31, 2019

Motivation words


1. Your time will come, keep trying.
2. Sometimes not getting what do you want is a perfect stroke of luck. The best things may wait for you.
3. Never give up, try to find opportunities and all possible options and the best got clicked.
4. Silently assess your strength and weakness write down your options and try everything .
5. Make yourself ready for opportunities.

हैप्पी बर्थडे संदेश

हैप्पी बर्थडे संदेश 




दुआ है की कामयाबी के हर शिखर पे आप का नाम होगा,
आपके हर कदम पर दुनिया का सलाम होगा,
हिम्मत से मुश्किलों का समाना करना
हमारी दुआ है की वक़्त भी एक दिन आपका गुलाम होगा...!!


शुभ जन्मदिन की मुबारक बाद



Happy birthday message in marathi

Happy birthday message in Marathi

वाढदिवसाच्या खूप खूप शुभेच्छा




शिखरे उत्कर्षाची सर तुम्ही
करीत रहावी….
कधी वळून पाहता आमची
शुभेच्छा स्मरावी….
तुमच्या इच्छा आकांक्षांचा
वेलू गगनाला भिडू दे….
तुमच्या जीवनात सर्वकाही
मनासारखे घडू दे….
तुला दीर्घायुष्य लाभो ही इच्छा….
वाढदिवसाच्या खूप खूप शुभेच्छा




तुला तुझ्या आयुष्यात सुख,
आनंद व यश लाभो,
तुझे जीवन हे उमलत्या
फुलासारखे फुलून जावो,
त्याचा सुगंध तुझ्या सर्व
जीवनात दरवळत राहो,
हीच तुझ्या वाढदिवसानिमित्त
ईश्वरचरणी प्रार्थना ! 



आयुष्यात हवं ते सारं काही मिळालं तरी या प्राप्तीचा मोहोत्सव करताना हवी असतात… काही आपली माणसं ! आपण सगळेच एकमेकांशी इतके जोडले गेलोय कि कोणतंही अंतर आपल्याला एकमेकांपासून दुरावू शकत नाही.. आजच्या या वाढदिवसानिमित्त म्हणूनच, आपल्या नात्याचं आणि या वाढदिवसाचं सेलिब्रेशन करावसं वाटतंय… 

Many Many Happy Returns Of the Day.

Resignation letter format

Resignation letter format:



Name :
Organization :
Employee Code :
Branch :

I would like to inform you that I am resigning from my position as _______ on deputation for XYZ company name, at location/ branch name, due to my personal and family reason.
 Due to my personal reason I am requesting you to relieve me on mention the date.

Thank you for the support and the opportunities that you have provided me during year.
I have truly enjoyed my tenure with XYZ company name, and am more than grateful for the encouragement you have given me in pursuing my professional and personal growth objectives.

If I can be of any assistance during this transition in order to facilitate the seamless passing of my responsibilities to my successor, please let me know. I would be glad to help however I can.

Have a great day ahead.
Best Regards,

Acceptance of offer letter format

Acceptance of offer letter:

                It was wonderful to speak with you on the phone about the Designation __________ role at XYZ Company. I'm thrilled to formally accept this job offer.

               I'm looking forward to working with you, and the rest of the senior management team at XYZ, on charting a new direction for marketing strategy.

           As we discussed, my start date will be ______, with an annual / monthly salary of ________ .

           I'm looking forward to seeing you next day.

           Please let me know if there is any paperwork or additional information you need from me beforehand, or if there is any documentation I should bring along on my first day.

           I'm always available on email, but feel free to call if that's more convenient Mobile_______ .

            Again, thank you so much for this opportunity.

       Thank You.


Have a great day ahead.
Best Regards,
Your Name

Monday, December 30, 2019

Happy New Year Wishes

Happy New Year Wishes

Python isinstance()

In Python isinstance() :

isinstance()

 The Python isinstance() function is used to check whether the object or variable is an instance of the specified class type or data type.

The isinstance() syntax and parameter:

isinstance(object, classinfo)

The isinstance() function checks if the object argument is an instance or subclass of classinfo class argument.

isinstance Parameters:

The isinstance() takes two arguments, and both are mandatory.

object:  The object/instance or variable to check. The object can be any class object or any variable name.

classinfo:  Class info is type name, class name or tuple of types and classes. For example, int, str, list, dict, or any user-created class.

Return Value from isinstance():
If an object or variable is of a specified type, then isinstance() return true otherwise false.


example:
marks = 71
result = isinstance(marks, int)
if result :
  print("Yes! given variable is an instance of type int")
else:
  print("No! given variable is not an instance of type int")

Output:
Yes! given varible is an instance of type int




Using Python isinstance(), you can do the followings:

1.Check the type of a Python variable is of a given type.
2.Verify whether a variable is a number or string.
3.Check if an object is an instance of a specified class.
4.Check whether variable or object is of dict type, list type, set type, tuple type.



isinstance() with Python Class
A isinstance() function test object is of a specified class type. isinstance() is working as a comparison operator because it compares the object with the specified class type.


The isinstance result will be true if the object is an instance of the given class type:

Example:

class Employee:
 
  def __init__(self, name, salary):
    self.name = name
    self.salary = salary

class Person:
 
  def __init__(self, name, sex):
    self.name = name
    self.sex = sex

emp = Employee("Tom", 10000)
per = Person("Cruise", "male")

print("Checking emp object is an instance of Employee")
if isinstance(emp, Employee) :
  print("Yes! given object is an instance of class Employee\n")
else:
  print("No! given object is not an instance of class Employee")

print("Checking per object is an instance of Employee") 
if isinstance(per, Employee) :
  print("Yes! given object is an instance of class Employee")
else:
  print("No! given object is not an instance of class Employee\n")

Output:
Checking emp object is an instance of Employee
Yes! a given object is an instance of class Employee

Checking per object is an instance of Employee
No! given object is not an instance of class Employee


The isinstance function works on the principle of the is-a relationship. The concept of an is-a relationship is based on class inheritance.

Happy New Year 2020


In this new year,your every wish and may God fill you with lots of happiness,
With these prayers, Happy New Year to you.

Happy new year full of new expectations,
Congratulations on this trick of happiness.
All your dreams are complete this year
Wishing you a very happy year.
Happy New Year 2020.

Saturday, December 28, 2019

Write an assembly program for 8085 microprocessor to find greatest between two numbers


Write an assembly program for 8085 microprocessor to find greatest between two numbers




Program:


MVI B, 30H
MVI C, 40H
MOV A, B
CMP C
JZ EQU
 JC GRT
 OUT PORT1
 HLT

EQU: MVI A, 01H
 OUT PORT1
 HLT
GRT: MOV A, C
 OUT PORT1
 HLT

Write an assembly program for 8085 microprocessor to multiply a number by 8

Write an assembly program for 8085 microprocessor to multiply a number by 8


Program:

MVI A, 30H
RRC
RRC
RRC
OUT PORT1
HLT

Featured posts

Mongolia

 Mongolia! Mongolia is a vast and sparsely populated country in East Asia, known for its stunning natural beauty, rich history, and unique c...

Popular posts