Skip to content

Instantly share code, notes, and snippets.

@dawalama
dawalama / mixpanelExport.php
Last active September 21, 2018 15:30
A utility script to export events from mix-panel
<?php
// Based on https://mixpanel.com/docs/api-documentation/exporting-raw-data-you-inserted-into-mixpanel
class MixpanelExport {
private $api_url = 'https://data.mixpanel.com/api/2.0/export';
private $api_key;
private $api_secret;
public $debug;
diff --git a/TryLib/JenkinsRunner/MasterProject.php b/TryLib/JenkinsRunner/MasterProject.php
index c440508..b54a29a 100644
--- a/TryLib/JenkinsRunner/MasterProject.php
+++ b/TryLib/JenkinsRunner/MasterProject.php
@@ -40,7 +40,7 @@ class TryLib_JenkinsRunner_MasterProject extends TryLib_JenkinsRunner{
}
public function getBuildCommand() {
- return 'build-master';
+ return 'build';
<script>
if(!window.location.query) {
window.location.query = function(){
var map = {};
if ("" != this.search) {
var groups = this.search.substr(1).split("&"), i;
for (i in groups) {
i = groups[i].split("=");
<script>
if(!window.location.query) {
window.location.query = function(){
var map = {};
if ("" != this.search) {
var groups = this.search.substr(1).split("&"), i;
for (i in groups) {
i = groups[i].split("=");