Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am econchick on github.
  • I am roguelynn (https://keybase.io/roguelynn) on keybase.
  • I have a public key whose fingerprint is D4BB 0AB8 191F 6703 41B5 D2C9 5A88 09F7 8AAA 55CD

To claim this, I am signing this object:

@econchick
econchick / key_signing.md
Last active August 29, 2015 14:19
PyLadies PyCon GPG Key Signing Par-Tay

GPG Key Signing

follow online: pyladi.es/gpg-key-party

Prep

Download & Setup Required Software

  • Mac OS X: GPG Suite - follow their download & installation instructions
  • Linux:
@econchick
econchick / pyladies_pycon_sprint_2015.md
Last active August 29, 2015 14:19
New ideas to implement with PyLadies PyCon Sprint 2015
  • A PyLadies Sphinx/Read the Docs theme - repo
  • A PyLadies Bootstrap theme (for non-doc global sites, chapter pages to use/abuse) - repo
  • New page/subdomain for visualizations of pyladies-specific data & statistics (Lynn has some numbers) - repo
    • How many locations
    • How many total members
    • How many total events
    • How much we've grown year-over-year (members, # of events, # of chapters)
{
"name": "PyLadies",
"children": [
{
"name": "Amsterdam, the Netherlands",
"size": 283
},
{
"name": "Ann Arbor",
"size": 130
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@econchick
econchick / getpatch.sh
Created November 13, 2012 09:20 — forked from encukou/getpatch.sh
get patches from remote repo, name them according to freeipa guidelines
#! /bin/bash
export project=freeipa
export username=pviktori
export localrepo=~/dev/freeipa
export patchdir=~/patches/in
export remote=vm081
# Usage: getpatch <patchnumber> [num_patches]
#
@econchick
econchick / gist:4075189
Created November 14, 2012 22:09
everythingisbrokentodaywhy
|---branches
|---hooks
|---info
|---logs
|-----refs
|-------heads
|-------remotes
|---------origin
|-----info
|-----pack
@econchick
econchick / gist:4085195
Created November 16, 2012 07:43
templates/blog/base.html
<!doctype html>
<html lang="{{ HTML_LANG }}">
<head>
<meta charset="utf-8"/>
<title>{% block title %}PyLadies Blog{%endblock%}</title>
<meta name="author" content="A PyLady!">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0">