Skip to content

Instantly share code, notes, and snippets.

View griveroa-inaka's full-sized avatar

Guillermo Rivero A griveroa-inaka

  • Inaka
  • Argentina
View GitHub Profile
@r22cky
r22cky / star.rb
Created April 14, 2016 16:32 — forked from krokrob/star.rb
class Star
attr_reader :x, :y
def initialize(animation)
@animation = animation
@color = Gosu::Color.new(0xff_000000)
@color.red = rand(256 - 40) + 40
@color.green = rand(256 - 40) + 40
@color.blue = rand(256 - 40) + 40
@x = rand * 640
#include <lpc17xx.h>
#include "stdutils.h"
#include "gpio.h"
#include "extintr.h"
#define LED1 P2_0
#define LED2 P2_1
void myExtIntrIsr_0(void)
{
anonymous
anonymous / untrusted-lvl4-solution.js
Created April 13, 2016 15:06
Solution to level 4 in Untrusted: http://alex.nisnevich.com/untrusted/
/*******************
* multiplicity.js *
*******************
*
* Out of one cell and into another. They're not giving you
* very much to work with here, either. Ah, well.
*
* Level filenames can be hints, by the way. Have I
* mentioned that before?
*
anonymous
anonymous / dabblet.html
Created April 13, 2016 14:18
Untitled
<!doctype html><html><head><meta charset="UTF-8"><title></title><style>.videoContainer { position:absolute; height:100%; width:100%; overflow: hidden;}.videoContainer video { min-width: 100%; min-height: 100%;}html, body { background-color:black; margin:0px;}</style></head><body><div class="videoContainer"><iframe src="http://api.tvgid.org/ifr_tvgid.php?mid=6995" scrolling="no" allowfullscreen="" mozallowfullscreen="" webkitallowfullscreen="" msallowfullscreen="" oallowfullscreen="" frameborder="0" height="100%" width="100%"></iframe></div></body></html>
<?php
https://www.reddit.com/3s4sja/
https://www.reddit.com/3s4sja/
https://www.reddit.com/3s4sja/
https://www.reddit.com/3s4sja/