What am I missing out in life if I don't have a girlfriend?
http://www.quora.com/What-am-I-missing-out-in-life-if-I-dont-have-a-girlfriend/answer/Kelly-Erickson#
Depends entirely on the girlfriend. Some things you might be missing out on:
- Soft smells from her hair, her skin, her extra set of clothes that she leaves in your closet
- Hugs, peekaboo-guess-who, kisses on the back of your neck when you're hard at work and forgot about the world around you for too long
- Good cooking, or maybe good-morning coffee, or good takeout
- Inspiration, shared jokes, mind-bending middle-of-the-night discussions
- A buddy who'll hand you a tissue during the sad parts of your favorite movies... you know when Bruce Willis died in that one, you got all choked up, didn't ya
- An enthusiastic fan of your career, your writing, your sense of humor, your (terrible) saxophone playing, your pickup games of basketball on Saturday mornings
- A convert to your football team... at least on the weeks when her fav team isn't playing yours
- New music you didn't know about
- Someone to tell about that new song you just heard... even if it's kinda cheesy she'll probably give it a try
- Stories of her life before you
- Someone to brag to, who loves listening to you brag
- Whispered sweet nothings
- A helper when you need a hand
- Someone to help—who shows her appreciation in wild and wonderful ways, like cake when it's not your birthday
- Tons of new experiences, new places to go, new foods to try, new friends to learn about, new authors and artists to consider, new lingerie to appreciate
- Someone to grow into and grow comfortable with
- Someone to tell secrets to... good ones and bad ones... without judgement
- Tickling
- Teasing
- Phone calls when your boss isn't within earshot
- Texts when ur boss isn't looking
- A hand to hold, and arms to hold you, when times are tough and you're not sure you can support your own weight any more
- A perspective very different from your own, but meltingly familiar
- Butterflies in your stomach
- The gentle jealousy of being in a secure relationship with someone who's a "catch" in your eyes—yet your eyes are the only ones that count to her
- Massages
- Caressing
- French kisses
- Spooning
- Someone to be insanely, animalistically, proud of at all times
- Someone to be insanely, animalistically, protective of at all times
- Someone to be insane and animalistic with. At any time. ;)
What am I missing out in life if I don't have a girlfriend?的更多相关文章
- error C4430:missing type specifier 解决错误
错误 3 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int ...
- Missing Push Notification Entitlement 问题
最近打包上传是遇到一个问题: 描述: Missing Push Notification Entitlement - Your app includes an API for Apple's Push ...
- PHPmailer关于Extension missing: openssl报错的解决
最近在写一个网页的时候,需要用到PHPmailer来发送邮件,按照官网上给出的demo写出一个例子,却报错Extension missing: openssl 最后发现需要修改php.ini中的配置: ...
- [LeetCode] Missing Number 丢失的数字
Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missin ...
- [LeetCode] Missing Ranges 缺失区间
Given a sorted integer array where the range of elements are [0, 99] inclusive, return its missing r ...
- [LeetCode] First Missing Positive 首个缺失的正数
Given an unsorted integer array, find the first missing positive integer. For example,Given [1,2,0] ...
- maven 加入json-lib.jar 报错 Missing artifact net.sf.json-lib:json-lib:jar:2.4:compile
<dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</art ...
- Maven的Missing artifact问题解决
Maven的Missing artifact问题解决 今天在创建一个新的Maven项目时,在其中添加了很多依赖.刚开始为了避免错误就每添加一次,保存一下,Eclipse就会下载相应的包.最后为了 ...
- iOS 之 SVN提交错误:"XXX" is scheduled for addition, but is missing
今天使用SVN提交项目时,出现了这样的提示:"XXX" is scheduled for addition, but is missing.(无关紧要的东西用XXX代替). 看报错 ...
随机推荐
- hdu_2089 不要62
数位动态规划 数位动态规划是求解一个大区间[L, R]中间满足条件Q的所有数字的个数(或者和,或其他)的一种方法.它通过分析每一位上的数字,一般用 dp[len][digit][...] 来表 ...
- java程序员应该掌握的技能
这是看了一篇大神说的java程序员应该会些什么的文章,这里只是把应该掌握的技能部分列了出来. static.final.transient.volatile关键字,内部类,泛型等 static最需要记 ...
- iOS 静态类库 打包 C,C++文件及和OC混编
iOS 静态类库 编译 C,C++ 我们都知道,OC 原生支持C, 在 创建的 OC类的 .m 里面,可以直接编写C的代码: 同样 Xcode 也支持 OC ,C++的混编,此时,我们通常把OC创建的 ...
- linux笔记:文件编辑器vim
vim的3种工作模式: 在命令模式下进入插入模式: 定位命令: 删除命令: 复制和剪切命令: 替换和取消命令: 查找和替换命令: 保存和退出命令: 导入命令执行结果和定义快捷键:
- Android Support Library控件详细介绍之RecyclerView
RecyclerView控件 依赖 compile 'com.android.support:recyclerview-v7:24.1.1'RecyclerView也是容器控件,大多数的效果显示可通 ...
- 如何让div中的内容垂直居中
虽然Div布局已经基本上取代了表格布局,但表格布局和Div布局仍然各有千秋,互有长处.比如表格布局中的垂直居中就是Div布局的一大弱项,不过好在千变万化的CSS可以灵活运用,可以制作出准垂直居中效果, ...
- Windows 8 IIS配置PHP运行环境
在Windows 8 的IIS(8.0)中搭建PHP运行环境: 一:安装IIS服务器 1.进入控制面板>>程序和功能>>打开或关闭Windows 功能,找到Internet信息 ...
- java synchronized静态同步方法与非静态同步方法,同步语句块
摘自:http://topmanopensource.iteye.com/blog/1738178 进行多线程编程,同步控制是非常重要的,而同步控制就涉及到了锁. 对代码进行同步控制我们可以选择同步方 ...
- HTML5自学笔记[ 24 ]canvas绘图之星空草地
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8&quo ...
- ubuntu安装bower失败的解决方法
1.安装nodejs 2.安装npm 3.安装bower 最开始使用 npm install bower -g / sudo npm install bower -g 安装bower后 命令行输入bo ...