- 1450: Blackletter (Johannes Gutenberg)
- Roman / Serif (Nicloas Jenson)
- italics (Aldus Manutius)
- 1530s: Old Style (William Caslon): thick serifs, low contrast between thick & theen strokes
- 1750s: Transitional (John Baskerville)
- 1784: Modern (Didot, 1767 "Bodoni", Giambattista Bodoni)
- 1815: Slab Serif (advertising)
- 1816: Sans Serif (William Caslon IV)
- Geometric Sans (1927 "Futura", Paul Renner): simple geometric shapes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div, li, ul { | |
padding: 5px !important; | |
margin: 5px !important; | |
/* | |
position: unset !important; | |
float: unset !important; | |
top: unset !important; | |
left: unset !important; | |
width: unset !important; | |
height: unset !important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Convert program executable names to recognizable names | |
aliases ( | |
"Navigator" -> "Firefox", | |
"gnome-terminal" -> "Terminal", | |
"xfce4-terminal" -> "Terminal", | |
"evince" -> "PDF reader", | |
"google-chrome" -> "Google Chrome", | |
"gedit" -> "Text editor", | |
"leafpad" -> "Text editor", | |
"totem" -> "Video player", |
- Setup Bazaar and Launchpad
- Users familiar with git might want to take a look at git-remote-bzr
- Bugs that you have experienced yourself (i.e. "scratch your own itch")
- Bugs that are targeted to the next milestone (any way to make this link future-proof? https://launchpad.net/elementary/+milestones provides no sorting methods...)
- Bugs that have bounties attached bounties
I hereby claim:
- I am waldyrious on github.
- I am waldyrious (https://keybase.io/waldyrious) on keybase.
- I have a public key whose fingerprint is 0259 AB69 5C76 1474 B813 F3D0 983C BDC4 A57E 1723
To claim this, I am signing this object:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deps/openlibm/src/s_sin.c.o: file format elf32-i386 | |
Disassembly of section .text: | |
00000000 <sin>: | |
0: 55 push %ebp | |
1: 89 e5 mov %esp,%ebp | |
3: 53 push %ebx | |
4: 83 ec 44 sub $0x44,%esp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<title>Minimal XHTML5 document</title> | |
<link rel="stylesheet" href="mystyle.css" /> | |
<script src="myscript.js"></script> | |
</head> | |
<body> |
This is a text consisting of a list of pangrams, sourced from the Wikipedia article, including characters from many common languages featuring true alphabets (mostly Latin-extended, Cyrillic and Greek). This is useful as an informal Unicode coverage tests for fonts, as well as a general generic prose test for fonts.
The quick brown fox jumps over the lazy dog.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Demo here: http://jsfiddle.net/5qqgW/ | |
-- Image version here: http://www.iconfinder.com/icondetails/87936/128/youtube_icon | |
--> | |
<style> | |
.play { | |
background-color: rgba(0,0,0,0.75); | |
color: white; | |
font-size: 40px; | |
border-radius: 15px/40px; | |
height: 50px; |