Skip to content

Instantly share code, notes, and snippets.

View mega1meyers's full-sized avatar

Rob Meyers mega1meyers

  • Charter
  • Denver, CO
View GitHub Profile
@mega1meyers
mega1meyers / Agenda Item Cover Sheet
Created November 27, 2017 23:55
wicked pdf erb report example
<!DOCTYPE html>
<html>
<style>
body {
font-family: Times New Roman, serif;
line-height:20px;
font-size: 9.5pt;
}
@mega1meyers
mega1meyers / Agenda Item Cover Page 2
Created March 21, 2018 18:23
Another Wicked PDF - Ruby ERB Template. This one directly calls a hash and breaks a few into arrays
<!DOCTYPE html>
<html>
<style>
div.alwaysbreak { page-break-before: always; }
body {
font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
line-height:20px; margin: 0 .50in;
font-size: 12pt;
}
@mega1meyers
mega1meyers / .erb
Created February 21, 2019 22:57
An Agenda document in Ruby ERB
<!DOCTYPE html>
<html>
<head>
<META HTTP-EQUIV=“Content-Type” CONTENT=“text/html; charset="UTF-8">
<style>
body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
@mega1meyers
mega1meyers / Volume Ohm Meter
Last active May 1, 2019 22:41
FBX and TGA Loader utilizing Three.js
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - FBX loader</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
font-family: Monospace;
background-color: #000;