- 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 hidden or 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
| cmake_minimum_required (VERSION 3.0) | |
| project(VtkJpegViewer) | |
| set(CMAKE_PREFIX_PATH "C:/Path/To/vtk-6.3.0") | |
| find_package(VTK 6 REQUIRED) | |
| include(${VTK_USE_FILE}) |
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 hidden or 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
| Verifying that +waldyrious is my openname (Bitcoin username). https://onename.com/waldyrious |
This file contains hidden or 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 hidden or 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 hidden or 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 |