How to set up Priority Inbox to view archived mail

  1. Go to the priority inbox settings tab.
  2. Click the options next to the section you want to show your work mail.
  3. Click “More Options…”
  4. Inspect the element for the “Work” Label
  5. You will notice on the surrounding div there is an attribute cfg=”^all,Work”, change the value to “^i,Work”
  6. Select the label on the page as you normally would
  7. You will know if it worked or not straight away because the section settings should now read : Inbox, Work instead of the All Work that it used to read.

Here is a list of alternative commands you can use:

^i = Inbox
 ^u = Unread
 ^io_im = Important
 ^t = starred
 ^f = sent
 ^r = drafts
 ^all = All mail (include archive)

You can chain commands together with a comma.

ie. ^i,^u,Work = all emails in your inbox, that are unread with the label “Work”.

From: http://webapps.stackexchange.com/a/17646

U.S. NON-INTERVENTION IN THE IRANIAN REVOLUTION

            Iran used to be one of the United States’ greatest allies in the Middle East. This alliance fell apart at the time of the Iranian Revolution of 1979. The Iranian Revolution was short but violent, causing many civilians to lose their lives. The United States had the power to intervene, stop the revolution, and prevent the loss of civilian life. They had a significant investment in Iran and lost it all during the revolution. Some might say that it was possible for the United States to end the revolution and that it would have been in the United States’ best interest to stop it or that it was the moral thing to do. This brings about the question of why did the United States consider intervening, but ultimately refuse to fully intervene in the Iranian Revolution of 1979? This paper will address why the United States did not intervene in the revolution using the primary ethical theory of state moralism and the alternate theory of defensive realism.
            This paper is broken up into seven sections with the first section being the introduction followed by the background of the Iranian Revolution of 1979 and its significance today. The third section will define state moralism, a theory which will be used to explain why the United States did not intervene in the revolution. The fourth section will be the hypothesis which will put the theory into the context of the situation. The fifth section is the analysis of the theory in regard to the situation. The sixth section will be an alternative theory and its application to the situation to explain why the United States did not intervene in the revolution. Lastly, there will be a conclusion to summarize this paper. This paper will test the ability of the ethical theory of state moralism to explain why the United States did not fully intervene in the 1979 Iranian Revolution.

DOWNLOAD DOCX HERE

Continue reading

Three Simple Principles Necessary for Success

  1. Do what is right, morally and legally, everyday
  2. Be all you can be
  3. Do unto others as you would have them do unto you

If you live your life by the above principles you are more likely to become successful. Live your life ethically you will be rewarded. Your subordinates will trust you and you will be able to succeed. When you try your hardest, your efforts will turn into results. Success if about relationships. Do not burn bridges and stay positive and friendly.

How to: Use Global Hot Keys for Pandora (Web Version) using Autohotkey and Chrome

1. Download and install Google Chrome if you don’t already have it. This can also be done with Firefox using Prisms but I won’t be showing you how to do that.

2. Download and install autohotkey

3. Create a web application for Pandora http://support.google.com/chrome/bin/answer.py?hl=en&answer=95710

4. Use the following autohotkey script http://www.notunusual.net/pandoraone_autohotkey/keyboard-short-cuts/
Replace

DoesPandoraExist()
{
	IfWinExist, Pandora
	{
		IfWinExist, ahk_class ApolloRuntimeContentWindow
		{
			return true
		}
	}
	return false
}

with

DoesPandoraExist()
{
	IfWinExist, Pandora
	{
            return true
	}
	return false
}

The script is for the desktop app so this just changes it so you can just use the web application.

Start the script and you are done! If you want to have the script auto run at startup, drag it to your startup folder.

To help you replace the pay-ware desktop app you may find Minimize Chrome to tray helpful https://chrome.google.com/webstore/detail/ajedaeoideoipodoijpbpabhhadnniac

Wirelessly Controlled USB Missile Launcher on iRobot with Arduino (Files)

I. Introduction:

The purpose of the final project was to allow us to put the information we learned in class to practical use through a project. We decided to choose a project that would challenge our ability to solve problems and ultimately prove to ourselves that we actually did learn in EE360 this semester. We chose to attempt to gain remote control of an iRobot Create with a USB Missile launcher mounted on it. The project turned out to be quite a challenge but we conquered the problem in the end.

Download files: http://idzr.org/o9tn

Continue reading

Web Based IRC clients