Skip to content

Instantly share code, notes, and snippets.

View Scoty's full-sized avatar

Anton Antonov Scoty

  • Flutter
  • Sofia, Bulgaria
View GitHub Profile
Common labels: {"environment":"qacore","hostname":"ip-10-79-196-125.eu-west-1.compute.internal","instance":"i-07982c2759b5ab04a","tla":"sibcom"}
Line limit: "5000 (9 displayed)"
Total bytes processed: "1.99 GB"
1744039907678 2025-04-07 15:31:47.603,57fde6471d7cb9385977927d66b2b2c5,1.1,implyBets,,2577866
1744039907678 2025-04-07 15:31:47.603,57fde6471d7cb9385977927d66b2b2c5,/api/sports/fixedodds/transactional/v1.0/implyBets,gzip,10.79.198.203,10.76.0.153;23.20.156.127,--,Ok,3029856,153,244,json,json,[User-Agent=node,X-Application=NEd8euTSs5YCKRq1]
1744039907678 2025-04-07 15:31:47,605 [sib-normal-service-task-12] DEBUG processors.HorseRacingInplayProcessor service=implyBets ip=10.76.0.153 fobRid=20c1c4f3-8aa5-4bd6-b929-e762ad282394 uuid=57fde6471d7cb9385977927d66b2b2c5 - operation=processMarkets, message='Horse racing inplay toggle is enabled'
1744039907678 2025-04-07 15:31:47,605 [sib-normal-service-task-12] DEBUG processors.HorseRacingInplayProcessor service=implyBets ip=10.76.0.153 fobRid=20c1c4f3-8aa5-
{
"marketId": {
"identifierId": "501.112079720",
"supplierId": "112079720",
"rampId": "495988984"
},
"partitionId": "0",
"batchId": 0,
"streamOffset": 4454375559,
"publishTime": 1744039806874,
{
"marketId": {
"identifierId": "501.112079721",
"supplierId": "112079721",
"rampId": "495988983"
},
"partitionId": "0",
"batchId": 0,
"streamOffset": 4454374802,
"publishTime": 1744039769704,
{
"hasInvalidCombination": false,
"opportunities": {
"MULTIPLE": [],
"SINGLE": [
{
"applicableWallets": [],
"betDelay": 0,
"description": "1m2f Hcap",
"eachWayAvailable": true,
{
"marketId": {
"identifierId": "501.112079720",
"supplierId": "112079720",
"rampId": "495988984"
},
"partitionId": "0",
"batchId": 0,
"streamOffset": 4454298411,
"publishTime": 1744035422403,
{
"marketId": {
"identifierId": "501.112079721",
"supplierId": "112079721",
"rampId": "495988983"
},
"partitionId": "0",
"batchId": 0,
"streamOffset": 4454349884,
"publishTime": 1744038743575,
{
"marketId": {
"identifierId": "501.112080062",
"supplierId": "112080062",
"rampId": "495990209"
},
"partitionId": "1",
"batchId": 0,
"streamOffset": 4500102696,
"publishTime": 1744037954819,
{
"marketId": {
"identifierId": "501.112080063",
"supplierId": "112080063",
"rampId": "495990208"
},
"partitionId": "1",
"batchId": 0,
"streamOffset": 4500100246,
"publishTime": 1744037862938,
function substitute(input) {
let K = Number(input[0]);
let L = Number(input[1]);
let M = Number(input[2]);
let N = Number(input[3]);
let currentPlayers = [];
for (let i = K; i <= 8; i++) {
for (let j = 9; j >= L; j--) {
// console.log(`${i}${j}`);
function bestPlayer(input) {
let bestPlayerName = "";
let bestPlayerGoals = 0;
let bestPlayerHetric = false;
let inputLength = input.length
let i = 0;
while (true) {
if (i > inputLength) {
break;