sdfsdf
sdfsfd
test
This file contains 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
com.elasticride.common.http.Http - Post: https://api-driver-staging.elasticride.com/v1/job/settlement/retry | |
data: | |
params: {timestamp=1380808553146, result=DECLINED, next_scheduled=1380893326, last_attempt=true, attempt_number=1, error_message=Invalid data supplied at settleJob with errors: [SimpleError: name: type location: type message: type data: [HAILO_JOB, HAILO_DRIVER, STREET, ADJUSTMENT, CUSTOMER, PLACEHOLDER, REFUND, DRIVER_SCRUB, LATE_SCRUB, SCRUB_REFUND]], error_code=hailo.payments.jobs.data_validation.INVALID-400.settleJob.type, job=642481, payment_id=LON20131003132847144-4918} |
This file contains 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
14:35:15 ~/src/java-stats-service/scripts/bastion git diff st15 st16 | |
diff --git a/WebContent/WEB-INF/jobsviewmappers.xml b/WebContent/WEB-INF/jobsviewmappers.xml | |
index 93880d8..c434839 100644 | |
--- a/WebContent/WEB-INF/jobsviewmappers.xml | |
+++ b/WebContent/WEB-INF/jobsviewmappers.xml | |
@@ -121,6 +121,7 @@ | |
<list> | |
<value>outcome,allocationOutcome</value> | |
<value>driverLicenseNumber,driverLicenseNumber</value> | |
+ <value>vehicleRegistration,vehicleRegistration</value> |
This file contains 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
com.hailocab.service.go-card-psp#LIVE> execute query {"id": "EET298832501429620736" } | |
{ | |
"status": "SUCCESS", | |
"calls": [ | |
{ | |
"hailoRequest": { | |
"id": "PSPReq-EET298832501429620736-1", | |
"methodId": "LON20140310120338233-1691", | |
"debit": 700, | |
"credit": 0, |
This file contains 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
var partitions = flag.Int("partitions", 8, "number of partitions") | |
var topic = "test" | |
var start = time.Now() | |
func produce() error { | |
client, err := kafka.Client() | |
if err != nil { | |
return err | |
} |
This file contains 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
package main | |
import ( | |
"fmt" | |
) | |
func displayDiff(oldVersion string, newVersion string) string { | |
fmt.Println(oldVersion, newVersion) | |
var f = [35][35]int{} | |
var ni = [35][35]int{} |
This file contains 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
package main | |
import ( | |
"fmt" | |
) | |
var before [26][26]bool | |
var used[26]bool | |
func filter(arr []string, j int) []string { |