Skip to content

Instantly share code, notes, and snippets.

View waldyrious's full-sized avatar

Waldir Pimenta waldyrious

View GitHub Profile
@waldyrious
waldyrious / CMakeLists.txt
Last active October 19, 2020 16:09
VTK Hello World: display a 2D image
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})
@waldyrious
waldyrious / mwclient-logo.svg
Last active August 29, 2015 14:25
mwclient logo proposal
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Verifying that +waldyrious is my openname (Bitcoin username). https://onename.com/waldyrious
@waldyrious
waldyrious / css-inspector
Last active August 29, 2015 14:08
helper css to inspect the structure of mediawiki skins
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;
@waldyrious
waldyrious / typefaces.md
Last active May 19, 2018 16:49
History & classification of typefaces

Notes

  • 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
@waldyrious
waldyrious / categorize.cfg
Created October 14, 2014 13:21
My arbtt configuration file
--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",

Keybase proof

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:

@waldyrious
waldyrious / elementary-answers-gradient.svg
Created May 17, 2014 17:59
elementary answers gradient for firefox
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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