[BRIEF DESCRIPTION OF THE SLACK AND ITS PURPOSE]
The current admins are:
- [NAMES]
| Esther Hicks | |
| Salman Khan | |
| Crystal healing | |
| Nike, Inc. | |
| Beatport | |
| Southern hip hop | |
| Singer-songwriter | |
| Perspiration | |
| Capitalism | |
| Urban chicken |
| // ==UserScript== | |
| // @name BitMex USD Converter | |
| // @namespace https://bitmex.com/ | |
| // @version 0.11 | |
| // @description Get some sanity into your gambling. | |
| // @author koinkraft | |
| // @grant none | |
| // @include https://bitmex.com/* | |
| // @include https://www.bitmex.com/* | |
| // @require https://code.jquery.com/jquery-2.1.4.min.js |
| <?php | |
| /* | |
| Verifying requests from Slack | |
| https://api.slack.com/docs/verifying-requests-from-slack | |
| The slack message has two buttons, Approve and Deny | |
| verify the request from Slack and update approved or denied | |
| */ | |
| $raw_body = file_get_contents('php://input'); | |
| $response = ["message" => "success"]; |
| #! /bin/bash | |
| # Sets up outgoing dummynet in pf firewall suitable for use to throttle outgoing network | |
| # connections. gtihub.com/tylertreat/comcast is a much nicer tool but I couldn't get it to work due | |
| # to shell issues and more - it seemed to only setup inbound rules in pf which don't affect outbound | |
| # TCP connections in my tests. | |
| TARGET=$1 | |
| PIPECFG=${2:-"plr 1"} |
| var Globe = function (radius, segments) { | |
| THREE.Object3D.call(this); | |
| this.name = "Globe"; | |
| var that = this; | |
| // instantiate a loader | |
| var loader = new THREE.TextureLoader(); |
This is a quick guide for installing memcached on a Mac with Homebrew, and starting and stopping it with Lunchy. I hope this tutorial will get your memcached up and running in no time.
Installing Homebrew is super easy. Just paste this in your terminal —
$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"| ffmpeg -i test.mov -vcodec libx264 -vf 'scale=640:trunc(ow/a/2)*2' -acodec aac -vb 1024k -minrate 1024k -maxrate 1024k -bufsize 1024k -ar 44100 -strict experimental -r 30 out.mp4 |
| { | |
| "version":2.0, | |
| "display_hints":[ | |
| { | |
| "key":"GPCAMERA_GROUP_VIDEO", | |
| "display_name":"Video Settings", | |
| "settings":[ | |
| { | |
| "setting_id":5, | |
| "widget_type":"select", |