Most Popular
1500 questions
127
votes
5 answers
Add new alias to Gmail without SMTP (forwarding-only address)
I used to be able to go to Accounts and Import → Add another email address you own and add an email account that's only a forwarding address. That is, it's not a mailbox and I don't have SMTP access to it.
Gmail would send me a confirmation email to…
agentofuser
- 1,442
- 2
- 10
- 9
126
votes
4 answers
How to check if value is in range of cells?
In a Google Sheets spreadsheet, I want to check if the value of a cell exists in a range of cells. How can I do this?
Just like you would be able to do "if value in list_of_values" in Python for example.
Javaaaa
- 1,415
- 2
- 10
- 9
120
votes
1 answer
What does shva=1#inbox mean when Gmail loads?
I recently noticed that when opening my Gmail account, the URL gets changed to ?shva=1#inbox at the end (this can be noticed in the address bar).
This happens not only to my Gmail ID, but to others as well. This make me think that Gmail provides a…
Ant's
- 1,392
- 5
- 13
- 17
119
votes
6 answers
How can I search for a keyword with special characters in Google Search?
I want to search for what += means, but Google won't return any documents.
Also when I come across some PHP code I don't understand I can't search for the keywords as written.
How can I search for these special characters or include these special…
ChrisF
- 9,049
- 16
- 57
- 87
119
votes
3 answers
How can I create a fixed column header in Google Spreadsheet like the first sheet?
How can I create a fixed column header in Google Spreadsheet like the first sheet?
eureka
118
votes
13 answers
How do I find the date of the first commit in a GitHub repository?
Given a GitHub repository, how can I quickly find the date of its first commit?
I often want to know how old the project is, but I cannot find a quick way to get to the start of the commit histories for projects with very long commit histories.
Randomblue
- 1,742
- 6
- 16
- 24
117
votes
1 answer
How to share a YouTube video with a specific start and end time?
YouTube gives the option to share a video with a specific start time, something like this:
http://youtu.be/chElHV99xak?t=53s
The above video starts at 53 seconds elapsed.
Is there any way to provide an end time as well, like forming a small…
Firee
- 1,279
- 2
- 9
- 6
117
votes
6 answers
How can I filter my Gmail messages that aren't labeled?
I'd like to sort all of my Gmail messages that don't have label, so I can process them (I miss some every now and then). I can sort by every label by clicking on it at the left, but how do you sort the unlabeled ones?
Lance Roberts
- 4,717
- 14
- 40
- 55
115
votes
2 answers
How to convert rows into columns in Google Spreadsheets?
I have a spreadsheet in Google Docs with two data rows and lots of columns like so:
Is it possible to easily convert these rows into two columns and lots of rows (obviously retaining all information and formulas)? In other words, to something like…
Jonik
- 3,838
- 7
- 31
- 43
115
votes
6 answers
Is there a way to insert today’s date into a Google Docs?
I've looked under insert > ...? but couldn't find anything.
Can this be done via an inbuilt function or a custom script?
sam
- 7,107
- 42
- 100
- 140
115
votes
2 answers
How do you left-align and right-align items on the same line in a Google Document?
I want to have something written in the top-left corner and top-right corners of my document. So I want some text aligned to the right, some to the left, at the same height. I could do it with spamming the space bar, but then if I change the font…
victoriah
- 1,287
- 2
- 10
- 8
114
votes
2 answers
What does starring a repository on GitHub do?
GitHub rolled out their new notifications and stars feature.
But does starring do anything for a repository?
Is it just to show support or interest? Is there any functional purpose to the user?
If not, why should I use them? Do other users, or…
user13183
113
votes
6 answers
What is the easiest way to format code when pasting to Gmail?
I often write mails that partly consist of source code, like Java or C (or any other arbitrary code).
In order to get the formatting right, I always have to:
Paste the code
Indent it correctly
Change the font to a monospaced one
Maybe apply…
slhck
- 3,946
- 3
- 26
- 32
112
votes
14 answers
How do I calculate a time delta in my Google Spreadsheets?
I've got a Google Spreadsheet that looks roughly like this:
Date | Start time | End time | Minutes
------------+-------------+-------------+-----------
1/11/2012 | 11:39 | 12:41 | ?!
…
Stefano Palazzo
- 2,057
- 2
- 14
- 15
111
votes
12 answers
Any way to contact a user on GitHub?
I'd like to contact a developer on GitHub to see how I can help out, etc. I don't see the option anywhere.
Josh M.
- 1,248
- 2
- 9
- 10