Skip to content

Instantly share code, notes, and snippets.

View erickrawczyk's full-sized avatar

Eric Krawczyk erickrawczyk

View GitHub Profile
@erickrawczyk
erickrawczyk / AndroidManifest.xml
Created September 15, 2018 22:25
Public Test Gist with multiple files
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.androidemu.gba"
android:versionCode="6"
android:versionName="1.3.2"
android:installLocation="preferExternal">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.VIBRATE" />
const book1 = `Arms, and the man I sing, who, forc'd by fate,
And haughty Juno's unrelenting hate,
Expell'd and exil'd, left the Trojan shore.
Long labors, both by sea and land, he bore,
And in the doubtful war, before he won
The Latian realm, and built the destin'd town;
His banish'd gods restor'd to rites divine,
And settled sure succession in his line,
From whence the race of Alban fathers come,
And the long glories of majestic Rome.
@erickrawczyk
erickrawczyk / pr-comments.md
Last active May 12, 2023 13:25 — forked from millerized/comments.md
PR Comments with a Purpose

This is a set of ‘statuses’ that pull request comments must be marked with to help explain intent.

  • Required: this must be fixed before merge
  • Nice to have: this should be fixed eventually
  • Personal Preference: I would do this, but you don’t have to.
  • Question: What does this do?
  • Suggested Change: I have pushed a set of changes that I want to call out*

* not in original article

@erickrawczyk
erickrawczyk / keybase.md
Created September 19, 2017 15:29
keybase.md

Keybase proof

I hereby claim:

  • I am erickrawczyk on github.
  • I am etkraw (https://keybase.io/etkraw) on keybase.
  • I have a public key whose fingerprint is E2B6 D155 CB59 0AD7 B898 8C48 0FD5 2183 BA7D 98DD

To claim this, I am signing this object:

@erickrawczyk
erickrawczyk / string-flip.md
Created March 25, 2016 14:40
Michigan Hackers WebDev "Homework" 2016-03-25

String Flip

Create a webpage that reverses a user-entered string

For this project, you will create a webpage that has an <input> text box and a submit <button>. When the submit button is clicked, it will call a JavaScript function that will reverse the string and display it below the input box. This project will involve both html and javascript.

Things you should know:

@erickrawczyk
erickrawczyk / pg-linux.md
Created March 14, 2016 19:13
Installing PostgreSQL 9.4 on Ubuntu 14.04 or 15.04

Installing Postgres on Ubuntu:

http://www.postgresql.org/download/linux/ubuntu/

  • Install postgres
    • create the file /etc/apt/sources.list.d/pgdg.list
    • add one of the following lines to the file based on ubuntu version:
      • 14.04: deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main
      • 15.04: deb http://apt.postgresql.org/pub/repos/apt/ wily-pgdg main
    • import signing key:
@erickrawczyk
erickrawczyk / conf.md
Last active February 26, 2016 14:34
Conference.conf

Conference.conf

Top Choices

Self.conf

  • May 20-21, 2016
  • Detroit, MI
  • $200-$300, depending on registration time
  • http://selfconference.org/
  • Detroit conference - great for hiring opportunities and developer community outreach. If we only get one, this is not my top-most pick, but as a software company in Michigan, we should absolutely be going. If possible, I'd like to do self.conf and An Event Apart SF