Skip to content

Instantly share code, notes, and snippets.

View Penagwin's full-sized avatar
🐧

Penagwin Penagwin

🐧
View GitHub Profile
loadPolygon: function (key, object, scaleX, scaleY) {
if(scaleX === null)
scaleX = 1;
if(scaleY === null)
scaleY = 1;
if (key === null)
{
var data = object;
}
else

Keybase proof

I hereby claim:

  • I am Penagwin on github.
  • I am penagwin (https://keybase.io/penagwin) on keybase.
  • I have a public key whose fingerprint is C714 3E22 A480 500E B769 1E64 ADCB E890 DF32 3ECE

To claim this, I am signing this object:

@Penagwin
Penagwin / yellingatkurisu.txt
Last active July 17, 2016 05:21
List of People Yelling at Kurisu Brooks
Penagwin
Justin97530
Kaori
offbeatwitch
public class Letter_About_Cider {
public static void main(String [] args){
Applejacks_Drinking_Song();
}
public static void Applejacks_Drinking_Song(){
int Applejack = 99;
@Penagwin
Penagwin / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<link rel="import" href="../core-pages/core-pages.html">
<polymer-element name="my-element">
<template is="auto-binding">
<style>
:host {
position: absolute;
@Penagwin
Penagwin / 0_reuse_code.js
Created May 25, 2014 16:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@Penagwin
Penagwin / Gameoflife_.idea_.name
Created February 5, 2014 20:01
Game of life implemented in Java
Gameoflife