Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1KMtSNMz3BvLzFAX8QkFUZnxyDqQ1HD1y4 https://explorer.blockstack.org/address/1KMtSNMz3BvLzFAX8QkFUZnxyDqQ1HD1y4

Keybase proof

I hereby claim:

  • I am corintho on github.
  • I am corintho (https://keybase.io/corintho) on keybase.
  • I have a public key whose fingerprint is 2026 E726 3979 ACDA 845D 8584 C36F 7FEC C532 51E4

To claim this, I am signing this object:

Verifying that +corintho is my blockchain ID. https://onename.com/corintho
@corintho
corintho / InspectorShortcuts.cs
Created December 15, 2015 16:23 — forked from VoxelBoy/InspectorShortcuts.cs
Lets you switch between Normal and Debug modes AND flip the Locked state of Inspectors with keyboard shortcuts (Shift+Alt+D for Normal/Debug modes and Shift+Alt+L for Flipping Locked state)
using UnityEditor;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
public static class InspectorShortcuts
{
public static BindingFlags FullBinding = BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static;
@corintho
corintho / react-router-multiple-routes.js
Created October 5, 2015 01:20 — forked from jdlehman/react-router-multiple-routes.js
react-router: Define multiple route definitions such that components can respond to routes independently with their own RouteHandler
var React = require('react');
var Router = require('react-router'); // 0.12.4
var {Route, DefaultRoute, RouteHandler, Link, NotFoundRoute} = Router;
/* Components */
var App = React.createClass({
render: function () {
return (
<div className="App">
// ==UserScript==
// @name Skip linkplugapp advertisement pages
// @namespace http://i.have.no.homepage/
// @version 0.1
// @description Jumps to content
// @author Gerard Sans ^_^
// @match http://www.linkplugapp.com/*
// @match http://join.angularjobs.com/*
// @grant none
// ==/UserScript==