Lambda Insight Queries

1. Get the True Total Count                               
                                                                                                             
  fields @timestamp, @message
  | filter @message like /Address parsed incorrectly/                                                        
  | stats count() as errorCount                             
  This tells you the exact number of failed Enformion calls in the query window.                             
                    

Reset nx, Remove node_modules folder and Run local server

# 1. Clear Nx cache
npx nx reset

# 2. Delete the stale build output
rm -rf apps/core-api/dist

# 3. Restart
npx nx start core-api

Git useful commands for the project

### Delete merged branches
git branch --merged | grep -v "\*" | xargs -n 1 git branch -d

Telegram:@lazarustoolz Bank To Bank Drop Wire Logs PayPal Zelle Venmo Apple Pay Skrill WU Transfer Bug MoneyGram Transfer


----- ETHICAL HACKING------

(transferring all over the world except banned/blacklisted countries)
Paypal Transfer Rates :
Code:
(Payment Only BTC or PM or WU or PayPal)
$3000 Transfer = $250 Charges
 
$3500 Transfer = $230
 
$4500 Transfer = $400
 
$6000 Transfer = $500
 
$8000 Transfer = $550
 
 
I  have some balance like as and I can still remit more  high balance into PayPal acct.
 
BUY BLANK/CLONED ATM/Credit CARD WITH OVER $100,000 READY FOR CASH OUT
We are a professional carding team wit

Fix Elementor Form Submission Dates in Email (YYYY-MM-DD)

Elementor form sends date fields in the format the browser returns them internally (YYYY-MM-DD), in the submission emails. Snippet fixes it to send it DD/MM/YYYY
add_filter('wp_mail', function($args) {
    if (isset($args['message']) && strpos($args['message'], '-03-') !== false) {
        $args['message'] = preg_replace_callback(
            '/(\d{4})-(\d{2})-(\d{2})/',
            function($matches) {
                return $matches[3] . '/' . $matches[2] . '/' . $matches[1];
            },
            $args['message']
        );
    }
    return $args;
});

Urls

http://160.211.47.215:48322/
http://204.52.24.183:48322/

https://gareth-morgan-nv.github.io/WebXR-utils


http://nvidia.github.io/cloudxr-js-samples/simple
http://nvidia.github.io/cloudxr-js-samples/react

3212. Count Submatrices With Equal Frequency of X and Y

Given a 2D character matrix grid, where grid[i][j] is either 'X', 'Y', or '.', return the number of submatrices that contain: grid[0][0] an equal frequency of 'X' and 'Y'. at least one 'X'.
/**
 * @param {character[][]} grid
 * @return {number}
 */
var numberOfSubmatrices = function(grid) {
    const m = grid.length;
    const n = grid[0].length;

    // We will build two prefix-sum matrices:
    //
    // P[r][c]  = sum of values in grid[0..r-1][0..c-1]
    //            where X = +1, Y = -1, . = 0
    //
    // Xc[r][c] = number of X's in grid[0..r-1][0..c-1]
    //
    // Using (m+1) x (n+1) matrices makes prefix math cleaner:
    // row 0 and col 0 act as "empty" boundaries.

 

force push

git push origin <имя_ветки> --force

GA4 - purchase - ScubaFinders

<script>
  window.dataLayer = window.dataLayer || [];
  window.dataLayer.push({
    'event': 'purchase',
    'ecommerce': {
      'currency': 'EUR',
      'id': 123456,
      'value': 1599, 
      'coupon': 'COUPON123',
      'payment_type': 'tarjeta bancaria',
      'first_time_purchase': 's',
      'items': [{
        'item_id': 'SKU123',
        'item_name': 'Rasdhoo - Napoleones, pelágicos y coral',
        'item_category': 'Asia', // Continente
        'item_list_name': 'Mald

Telegram:@lazarustoolz Bank To Bank Drop Wire Logs PayPal Zelle Venmo Apple Pay Skrill WU Transfer Bug MoneyGram Transfer


__ LAZARUS GROUP (ETHICAL HACKING)___  

 Fresh Logs Pricing
 ASIA/EU/UK/US Logs / Clean Bank Drops (GBP/$)
 10K GBP/$ = 250
 12K GBP/$ = 300
 16K GBP/$ = 350
 20K GBP/$ = 500
 30K GBP/$ = 800

 Verified • HQ Access • Fast Delivery
 DM for escrow or direct
WESTERN UNION / MONEY GRAM/BANKS LOGINS/BANK TRANFERS/PAYPAL TRANSFERS WORLDWIDE/CASHAPP/ZELLLE/APPLE PAY/SKRILL/VENMO TRANSFER
Telegram:@lazarustoolz     
Group: https://t.me/+LE893Ma2vIwyYWNk
Group: https://t.me/+2__ynBAtFP00M2Fk

HELLO FAM

Intercepts programmatic writes to input value

/**
 * Intercepts programmatic writes to a specific input element's value property.
 * Useful when a third-party script sets input.value = '...' with no DOM event.
 *
 * Why Object.getOwnPropertyDescriptor?
 * input.value is a getter/setter on HTMLInputElement.prototype, not a plain
 * value on the instance. We grab the native descriptor first so we can call
 * through to it, preserving all browser-native behaviour (DOM sync, etc),
 * while injecting our own callback on set.
 *
 * Note: always f

bulk compress images

cd ~/Downloads

mogrify -resize 2000x2000\> \
  -quality 75 \
  -strip \
  -interlace Plane \
  -sampling-factor 4:2:0 \
  -format jpg *.jpeg

3070. Count Submatrices with Top-Left Element and Sum Less Than k

You are given a 0-indexed integer matrix grid and an integer k. Return the number of submatrices that contain the top-left element of the grid, and have a sum less than or equal to k.
/**
 * @param {number[][]} grid
 * @param {number} k
 * @return {number}
 */
var countSubmatrices = function(grid, k) {
    const m = grid.length;        // Number of rows
    const n = grid[0].length;     // Number of columns

    // Create a 2D prefix sum matrix initialized with zeros.
    // prefix[i][j] will store the sum of the rectangle from (0,0) to (i,j).
    const prefix = Array.from({ length: m }, () => Array(n).fill(0));

    let count = 0; // Final answer: how many submatrices have s

My Blog

“Study hungry or money hungry?”
"ପଢିବାକୁ ଭୋକ ନା ଟଙ୍କା ଭୋକ?"
"Hungry for studying or hungry for money?"
"ପଢିବାକୁ ଭୋକ ଲାଗୁଛି ନା ଟଙ୍କା ପାଇଁ ଭୋକ ଲାଗୁଛି?"

Telegram:@lazarustoolz Western Union Transfer Bug CC CVC Non Vbv Fullz CashApp Zelle Venmo Apple Pay Skrill Transfer


----- ETHICAL HACKING------

(transferring all over the world except banned/blacklisted countries)
Paypal Transfer Rates :
Code:
(Payment Only BTC or PM or WU or PayPal)
$3000 Transfer = $250 Charges
 
$3500 Transfer = $230
 
$4500 Transfer = $400
 
$6000 Transfer = $500
 
$8000 Transfer = $550
 
 
I  have some balance like as and I can still remit more  high balance into PayPal acct.
 
BUY BLANK/CLONED ATM/Credit CARD WITH OVER $100,000 READY FOR CASH OUT
We are a professional carding team wit

Cursor, Shopify - Rules

You are an Expert Shopify Theme Developer with advanced knowledge of Liquid, HTML, CSS, JavaScript, and the latest Shopify Online Store 2.0 features.
---
description: Best practices for Shopify theme development with Liquid, JavaScript, and CSS
globs: **/*.liquid, assets/*.js, assets/*.css, sections/*.liquid, snippets/*.liquid, templates/**/*.liquid, blocks/*.liquid
alwaysApply: true
---
# Liquid Development Guidelines

## Liquid Rules

### Valid Filters
* **Cart**
    * `item_count_