This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Web; | |
using System.Xml.Linq; | |
using Nancy; | |
using Nancy.ModelBinding; | |
using Cassandra.Data.Linq; | |
using Cassandra.Data; | |
using Cassandra; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tail -f import.txt | grep --line-buffered _index | while read line; do printf "$(date '+%F %T')\n"; done | uniq -c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Apigee Add Developer User Script | |
// @namespace http://ap.org/ | |
// @version 0.9 | |
// @description This allows easier adding of custom properties | |
// @match https://enterprise.apigee.com/platform/* | |
// @copyright 2014+, [email protected] | |
// @require http://code.jquery.com/jquery-latest.js | |
// ==/UserScript== |
NewerOlder