aaaa12345
I try my best to say hello but I do notice that some people seem to keep their eyes as far away from making contact with you as possible. Or they pull out their phone so that their eyes are locked somewhere else. My parents always taught me to greet people as they pass, but I understand not everyone is brought up with this same mentality.
I get that some people just arenu2019t conversationalists, no problem
· Related Questions
What degree should I pursue to become an airline pilot?
A good general level of education, competence in maths and physics helps and proficiency in English ( the international language of aviation) is important.After that it is a matter of hard work!
You do not need a degree - although the ability to perform in a structured learning environment helps.Enthusiaam for the subject - of being a pilot is very important, but dont expect the qualifications to just arrive on your doorstep, listen to your tutors, study hard and remember that when you qualify you will have the best workplace on (and above) the planet.
------
He still calls me from a private number and when I answer, he listens and then he hangs up, why is he doing this?
I used to attract narcissistic guys and two of them made this type of calls after I left, but that happened about ten years ago.
Why are you picking up the phone?No Contact is there for one reason.
One reason onlyfor yourself to let go!You need to suss yourself out!You are understanding what you are doing!
.Write a DAILY JOURNAL.You are still open to ABUSE!
Google Meredith Miller/ or . DanaWhy/How does this narc have your private No?Who gave the narc this Number?
Change your phoneNew Number!.NO contact means NO CONTACTYou will never recover while your still feeding the narc with your inability to let GO!
------
Why might the whole notion of a programming language be wrong?
That would be hard to argue with most programming languages since one of the signs of success is the adoption by programmers to solve problems. If a language is not useful, it would die out quickly.
Some language have died out through obsolescence but they were presumably successful in their day. Its unlikely that any modern day programming language has a serious flaw that nobody has discovered yet and would make it unusable, even the less successful languages are somewhat useful
------
How can you respond to u201chiu201d from your ex-girlfriend?
Answer as normally as possible.
Don't be rude as she may not take it lightly. Moreover, no one likes to be harassed. Be friendly in your approach until you notice something fishy.
Don't ignore . coz if you talk to her for a while, nothing will happen. And may be she would realize her fault (only if she was the one to mess up with the relationship) She would feel good if she receives gd behaviour.
Others may be 'bad' so treat them well so that they can recognize your 'goodness' !
------
How do I introduce myself to a girl without it being awkward?
Just relax and say Hello.
Im David. How are you.You dont have to be shy about approaching a girl.
They are only flesh and blood like yourself.Some girls you will feel comfortable talking to as you will have things in common with them and others you may not. Dont put yourself down by thinking that you are inferior to other guys.
When you begin a conversation and you still feel shy be a good listener and try to give feedback on what the girl has said.Best of luck
------
What are some of the best career objectives written in a resume?
Depends on what you want to do in life.
:) If you are fresher out of college, then there are two possibilities, if you want to work for a corporation. You can get hired by your career CHOICE or by CHANCE/fate. Either way, you are carving a career for yourself.
.If you are an experienced worker, then, you would know what you would like to be, say, 3/5/10 years from now. Craft a catchy statement as your career objective by abiding to your career experience & how you would like to leverage it further in the future :)
------
When a girl friend-zones a guy, how can he avoid the friend zone and get out once already being friend zoned?
Oy. This again.Buddy, there is no such thing as the Friend Zone.
This is a place guys send ourselves when we cant admit to ourselves that the friend we have does not have romantic feelings towards us. Dont avoid this: girls need friends just like anyone else in life. You want to ask her out?
F___ing ask her! If she says that you would prefer to stay friends, GOOD, you have a friend! Enjoy
------
How many requests per second can a simple Node.
js "Hello World" take?
The answer is: It depends on many variables such as hardware, network and configuration. Perhaps what might be more interesting is how does Node.
js compare to other options. Here's a site that has done tons of perf testing on different hardware, platforms etc. and attempts to neutralize the differences in hardware and platforms by running the same tests on many: TechEmpower Web Framework Performance Comparison If you're only interested in "Hello World", check out the "Plaintext" type
------
Where do you find examples of parallel programming?
Everywhere, depending on what you mean by parallel programming.In essense, parrallel computing is simultaneous computing of stuff, be it vectorized operations like SSE or NEON or multicore multithreading, or both.So, browsers, kernel, office apps, almost anything.
Now, distributed computing is a lot more rare, most media coverage got SETI@home and bitcoin.There is distcc, to parallelize compilation over lots of machines.There is Linux Virtual Server for making a cluster of pcs, load balansing processes across many machines.
------
Spanish: Why do we say "Como quieras" and no "Como quieres"?
Como quieras or como desees: literally means as you would want/ as you wish. Sometimes (as in English) we say "as you wish" but we mean "whatever".
Cmo quieres: literally how do you want. Como quieres ir, en avin o en bus?: how do you want to go, by plane or by bus?
First como: "as". Haz como Los romanos means "do as the Romans (would do)" Second cmo: how (beginning of questions). Cmo Es Brazil?
How is Brazil? Literal translation, but a better one would be what's Brazil like?Hope it helps :)
------
What are tokens in java?
Identifiers: (The term identifier is usually used for variable names). eg-sum,totalkeywords: (A variable is a meaningful name of data storage location in computer memory. When using a variable you refer to memory address of computer).
eg-int,forConstant:(Constants are expressions with a fixed value). eg-height,sumStrings:(Sequence of character). eg-hello, deepakSpecial symbol: (Symbols other than the Alphabets and Digits and white-spaces).
eg- @,$Operators:(A symbol that represents a specific mathematical or non-mathematical action). eg- ,*
------
Why does (I1; I
Answer: Why these statements will print hello four times? There are two types of operators. But the difference is assignment operator Equal To Operator (compare two values)And you are going to use this (I1; I
And operator will return 0 (false case) so that the loop will iterate from 0 to 3 i. e. 4 times.
So, you will get 4 times hello.
------
Where can I download "Microsoft Visual Studio 2017" in 2020?
How to create a Visual Studio 2017 offline installer?
This is the place where you can download the community edition offline version.You can download the latest community version of the latest visual studio 2019 also make sure you sign in with your credentials (Hotmail or Gmail) credentials to avoid trial version expiring.Visual studio is the best to date if you have 8gb ram but at the same time try visual studio code as well itu2019s awesome.
*** Follow me for programming articles I will not be wasting your time
------
How rude or acceptable is it to say, "hey you" to greet someone if you know or don't know their name?
It all depends on how you say it. If youre light and jovial and say it with a laugh (and usually a bit higher pitched voice), then that works for me.
Once I get their attention I say, Im so sorry; Ive forgotten your name. We met at ___ , remember? How are you doing these days?
If its someone you dont know and for some unknown reason you bark at them to get their attention, then, no, just dont. Thats just rude.
------
What does 'using namespace std' mean in C?
The using namespace std; means use everything in the standard namespace. This is okay in normal cpp files where you do not import the file in other location as it save typing std:: everywhere. In header files it is a bad idea to do this as you force unless you keep is in a namespace.
Although to be honest, I do not used the using namespace std; in code as std:: in front of objects is more clear of the object you are using
------
How do I respond if a girl calls me cute? Also, what should I not say?
If a girl calls me cute, then my reaction will be definitely like this:Or like this:Another scenario: I would simply say Thanks, you are sweet!
' then act weird for a while, and then run away from the spot :PSecond part of the question:What you should not say?So you want to get laid tonight?This is the first time someone told me that I am cute * starts crying* .
My mom already told me that I am cute, I don't need your opinion Bitch!Don't say it, just don't!
------
What happens when you open your base chakra?
When the base chakra is fully activated the brain goes on standby, the consciousness an energy regulator is pulled away from the brain and all thought stops we feel true bliss. This takes a powerful practice like EGMi that allows us to feel and control the focus of our consciousness, I use this daily as a treat after some serious practice that changes my state of mind to more positive and logical reducing anxiety down to pre-childhood levels
------
What does Jemimah mean in Hebrew?
Although Yechiel Kay is correct that Yemima is the eldest of Job's daughters, the word itself first appears in the Book of Judges and the Book(s) of Samuel as part of the expression (which is still used in modern Hebrew)u2014u05deu05d9u05deu05d9u05dd u05d9u05deu05d9u05deu05d4 (miyamim yamimah), in which it means "since time immemorial", or, if you like, "since days of yore".
The speculation is that as an allusion to a time when things were good, it is an auspicious name
------
I am 13 years old. My mom says that I am still a child, but I don't feel like a child. Is a 13 year old still a child?
You are a teen, but you are still considered a child since you are very young. You have five more years until you are a legal adult. You are still in middle school and going to high school.
Around fifteen or sixteen is when you are considered a young adult. Please dont feel rushed to grow up. Enjoy your childhood while you can, because when you are an adult life will change and everything will go very fast
------
What song goes u201cyou donu2019t know what you got till itu2019s goneu201d?
The answer to this might depend on what generation, because I believe this line has been in a few songs. The first song I though of was by CinderellaDon't know what you got till it's gone Don't know what it is I did so wrong Now I know what I got It's just this song And it ain't easy to get back Takes so long but than I remembered the Joni Mitchell song and Im sure there are others. Might want to check one of the lyrics websites for the one youre thinking about.
------
How do programmers think while they program?
It is all about developing visualization of logic.If that is developed ,the programmer is able to think.
How to develop visualization of logic so that programming becomes manageable?Please check the following post which describes a non-boring way to learn/improve coding skills. Mohmad Yakub's answer to How can I improve my programming skills?
Get that ebook,which unique and hardly anybody has touched that topic which so much important for an beginner programmers.Just read the preface of the book,you will come to know