Author: | Richard Jones |
---|---|
Version: | 5801 |
Copyright: | This document has been placed in the public domain. |
- GitHub Staff
- https://gazit.me
- @[email protected]
- @idangazit
asdadasd |
asdasdasdasd |
~ ⟩ pip install ipython -vvv ~ 2
Using PyPI mirrors: http://g.pypi.python.org/simple/, http://b.pypi.python.org/simple/, http://e.pypi.python.org/simple/, http://d.pypi.python.org/simple/, http://f.pypi.python.org/simple/, http://c.pypi.python.org/simple/, http://a.pypi.python.org/simple/
Downloading/unpacking ipython
Getting page https://pypi.python.org/simple/ipython/
URLs to search for versions for ipython:
* https://pypi.python.org/simple/ipython/
* http://g.pypi.python.org/simple/ipython/
* http://b.pypi.python.org/simple/ipython/
* http://e.pypi.python.org/simple/ipython/
View the source of this content.
Let's get the whole "linebreak" thing out of the way. The next paragraph contains two phrases separated by a single newline character:
Roses are red Violets are blue
GitHub Flavored Markdown | |
================================ | |
*View the [source of this content](http://github.github.com/github-flavored-markdown/sample_content.html).* | |
Let's get the whole "linebreak" thing out of the way. The next paragraph contains two phrases separated by a single newline character: | |
Roses are red | |
Violets are blue |
Senator Schumer,
As your constituent, I find your statements of condemnation for Edward Snowden distateful, but more importantly, they are simply wrong.
Snowden is a whistleblower and a political dissident. His acts revealed massive abuses by our government—illegal according to the letter of the law, and more attuned to the spirit of the law in totalitarian countries like China.
With so much rhetoric about how terrorism endangers our freedoms, I should hope you realize that the very programs Snowden has revealed do more to subvert our freedoms, for more of our population, than any act of terrorism.
I urge you to retract your statements about Snowden, and focus your attention on two goals:
@mixin linear { | |
@media screen and (max-width: 45em) { | |
@content; | |
} | |
} | |
@mixin mobile-landscape { | |
@media screen and (max-width: 30em) { | |
@content; | |
} |