Skip to content

Instantly share code, notes, and snippets.

@ericmlujan
ericmlujan / usps-letter.md
Created August 17, 2020 03:24
Letter to Representatives for Supporting the USPS!

You can look up the contact information for your Representatives and Senators here. If sending your correspondence by post, I'd recommend addressing your letter to the office in your area, not those in D.C.

Dear Representative/Senator Name:

Free and open elections are central to the idea of American democracy. In these unprecedented times, it is more important than ever before to take active measures to ensure that every U.S. Citizen who is eligible is provided with safe and accesible means of voting in the general election this November. Part and parcel to this is ensuring the continued function of the United States Postal Service (USPS) as it prepares for the largest influx of absentee ballots in our nation’s history.

I have become increasingly concerned about the growing body of evidence in the news regarding the transparent dismantling of the USPS through both administrative and fiscal means. I am disappointed at the actions taken under the current Administration and

@ericmlujan
ericmlujan / day3.cpp
Created December 6, 2019 08:05
Advent of Code 2019 - Day 3
#include <iostream>
#include <vector>
struct Point {
Point() : x(0), y(0) {}
Point(int newX, int newY) : x(newX), y(newY) {}
int x;
int y;
};
@ericmlujan
ericmlujan / day2.cpp
Created December 4, 2019 06:16
Advent of Code 2019 - Day 2
#include <iostream>
#include <string>
#include <vector>
// Valid program instructions
enum INSTRUCTION { ADD, MULTIPLY, HALT, UNKNOWN };
// Convert from an instuction opcode to internal representation
INSTRUCTION getInstruction(int instruction) {
switch (instruction) {
@ericmlujan
ericmlujan / keybase.md
Created June 30, 2017 07:26
Keybase Information

Keybase proof

I hereby claim:

  • I am ericmlujan on github.
  • I am lujan (https://keybase.io/lujan) on keybase.
  • I have a public key ASDyw83sT56_ID4aa2svUWnMVy20YBh6pj931Itmu0BXlQo

To claim this, I am signing this object: