Skip to content

Instantly share code, notes, and snippets.

View beriberikix's full-sized avatar
🐶
I have no idea what I'm doing

Jonathan Beri beriberikix

🐶
I have no idea what I'm doing
View GitHub Profile
@beriberikix
beriberikix / equipmentlist.md
Created April 17, 2014 06:15
Uber list of apartment workbench equipemtn
Item Link Unit Price
foo bar baz
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@beriberikix
beriberikix / index.js
Created February 28, 2015 19:20
Testing raspi-io
var raspi = require('raspi-io');
var five = require('johnny-five');
var board = new five.Board({
io: new raspi()
});
board.on('ready', function() {
var on = new five.Pin(8);
});
@beriberikix
beriberikix / Makefile
Created April 13, 2015 12:26
Hacky Makefile for Armstap's blinky sample. Forked from https://github.com/nitsky/stm32-example/blob/master/Makefile.
BUILDDIR = build
GCC_BIN = ../gcc-arm-none-eabi-4_9-2015q1/bin
#DEVICE = source
CORE = includes/CMSIS
PERIPH = includes/STM32F4xx_StdPeriph_Driver
STM = includes/STM32F4xx
#DISCOVERY = stm32/discovery
#SOURCES += $(DISCOVERY)/src/stm32f3_discovery.c
@beriberikix
beriberikix / app.yaml
Created October 8, 2011 14:46
G+ app engine redirect
application: jonathanberi-com
version: 2
runtime: python
api_version: 1
handlers:
- url: /\+
script: plus.py
- url: /
@beriberikix
beriberikix / gist:1914871
Created February 26, 2012 08:00
ChromeOS desktop specs
Processor: AMD Athlon(tm) Dual Core Processor 4850e
PCI Devices
Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
PCI bridge: Elitegroup Computer Systems Device 9602 (prog-if 00 [Normal decode])
PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 3) (prog-if 00 [Normal decode])
SATA controller ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode] (prog-if 01 [AHCI 1.0])
USB Controller ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller (prog-if 10 [OHCI])
USB Controller ATI Technologies Inc SB7x0 USB OHCI1 Controller (prog-if 10 [OHCI])
USB Controller ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller (prog-if 20 [EHCI])
@beriberikix
beriberikix / backbone-links.md
Created March 4, 2012 03:45
AWSUM Web Development Linkz
@beriberikix
beriberikix / handlebarsjs.html
Created May 14, 2012 05:04
Handlebars noob
<html>
<head>
<title>Trying Handlebar</title>
<script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0.beta6/handlebars.min.js"></script>
</head>
<body>
<div class="output"></div>
<script id="template" type="text/x-handlebars-template">
<span>{{name}}</span>
@beriberikix
beriberikix / hangouts-locale.js
Last active October 4, 2015 20:37
Hangouts locale lookup function
/***********************************************************************
Copyright 2013 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
@beriberikix
beriberikix / app.xml
Created June 15, 2012 03:13
Serving Hangouts from Gists
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Hangout Starter">
<Require feature="rpc" />
<Require feature="views" />
</ModulePrefs>
<Content type="html"><![CDATA[
<script src="//talkgadget.google.com/hangouts/_/api/hangout.js?v=1.1"></script>
<style>
.guess {