I hereby claim:
- I am jstanden on github.
- I am jstanden (https://keybase.io/jstanden) on keybase.
- I have a public key whose fingerprint is 12B2 7B56 1121 43AD A433 6B42 D399 DA5B A62A 0472
To claim this, I am signing this object:
#!/bin/sh | |
# See: http://wiki.changesapp.com/index.php/SCM_Integration_Scripts#Git_Integration | |
if [ $# != 7 ]; then exit 1; fi; | |
if [ "$2" == "/dev/null" ]; then exit 0; fi; | |
if [ "$5" == "/dev/null" ]; then exit 0; fi; | |
/usr/bin/env chdiff --wait "$2" "$5" |
using UnityEngine; | |
using System.Collections; | |
public class SimplexNoiseGenerator { | |
private int[] A = new int[3]; | |
private float s, u, v, w; | |
private int i, j, k; | |
private float onethird = 0.333333333f; | |
private float onesixth = 0.166666667f; | |
private int[] T; |
I hereby claim:
To claim this, I am signing this object:
{ | |
"behavior": { | |
"uid": "behavior_assign_by_to", | |
"title": "Assign new tickets based on 'To:'", | |
"is_disabled": false, | |
"is_private": false, | |
"priority": 50, | |
"event": { | |
"key": "event.mail.received", | |
"label": "New message added to ticket" |
<?php | |
require(getcwd() . '/framework.config.php'); | |
require(DEVBLOCKS_PATH . 'Devblocks.class.php'); | |
// Verify we're running in CLI mode only | |
if(0 != strcasecmp(php_sapi_name(),'cli')) | |
die("This script should only be run from the command line.\n"); | |
$is_dryrun = true; |
{ | |
"widget": { | |
"uid": "profile_widget_168", | |
"_context": "cerberusweb.contexts.profile.widget", | |
"name": "Owner", | |
"extension_id": "cerb.profile.tab.widget.html", | |
"pos": 2, | |
"width_units": 2, | |
"zone": "sidebar", | |
"extension_params": { |