I hereby claim:
- I am rtgnx on github.
- I am rtgnx (https://keybase.io/rtgnx) on keybase.
- I have a public key whose fingerprint is EC33 3C05 6659 999D 1C62 FA35 3A3A CD33 4734 A8DC
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using Microsoft.Xna.Framework; | |
using Microsoft.Xna.Framework.Audio; | |
using Microsoft.Xna.Framework.Content; | |
using Microsoft.Xna.Framework.GamerServices; | |
using Microsoft.Xna.Framework.Graphics; | |
using Microsoft.Xna.Framework.Input; |
<?php | |
class BrainFuck | |
{ | |
private $tape; | |
private $ptr; | |
public function __construct() |
module.exports = function(grunt) { | |
grunt.initConfig({ | |
concat: { | |
options: { | |
separator: ';', | |
}, | |
js_vendor: { | |
src: [ | |
'./bower_components/jquery/dist/jquery.js', |