Skip to content

Instantly share code, notes, and snippets.

View rabarar's full-sized avatar

Rob Baruch rabarar

  • TriBeCa
View GitHub Profile
@rabarar
rabarar / # pyqt - 2018-10-16_11-54-45.txt
Created October 16, 2018 16:05
pyqt on macOS 10.14 - Homebrew build logs
Homebrew build logs for pyqt on macOS 10.14
Build date: 2018-10-16 11:54:45
Verifying my Blockstack ID is secured with the address 1cpZq49XJDh69vG6axJf8b5pJmWndwE3m https://explorer.blockstack.org/address/1cpZq49XJDh69vG6axJf8b5pJmWndwE3m
Verifying my Blockstack ID is secured with the address 1KFryNvZ1qT8QNcvw8tqpEUfx7kyVQE9XQ https://explorer.blockstack.org/address/1KFryNvZ1qT8QNcvw8tqpEUfx7kyVQE9XQ
@rabarar
rabarar / conway.py
Last active November 4, 2017 02:01 — forked from bennuttall/conway.py
Conway's Game of Life in Python with PyGame - by Ben Nuttall & Amy Mather & Rob Baruch
# adopted from a version written by Ben Nuttall https://gist.github.com/bennuttall
# small mods to make it work!
import pygame
from time import sleep
from random import randint
from sys import exit
def evolve_cell(alive, neighbors):

Keybase proof

I hereby claim:

  • I am rabarar on github.
  • I am robertbaruch (https://keybase.io/robertbaruch) on keybase.
  • I have a public key whose fingerprint is F0FE 03F8 CE95 D2AB 57EC 1023 15DB A6E5 4E3D 30C5

To claim this, I am signing this object:

<link rel="import" href="../topeka-elements/topeka-datasource.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@rabarar
rabarar / designer.html
Last active August 29, 2015 14:16
designer
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-app.html">
<link rel="import" href="../topeka-elements/topeka-profile.html">
<polymer-element name="my-element">
<template>
<style>
:host {