<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-08T08:25:43.485Z">
<
meta name=
"descrption" content=
"A fake VS code, that help you browse live cricket score, the way programmers like!">
<
meta name=
"author" data-title=
"Pankaj Tanwar" content=
"https://pankajtanwar.in/">
<
meta name=
"twitter:creator" data-title=
"Pankaj Tanwar" content=
"https://x.com/the2ndfloorguy/">
<
meta name=
"keywords" content=
"Heavily inspired from remoteok.com/vscode by levelsio"<
meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
<!-- Checkout details of match NED 179 vs ENG
339/9 (Teja Nidamanuru 41(34) ) | England vs Netherlands, 40th Match, Wed, Nov 8, ICC Cricket World Cup 2023 | Cricbuzz.com-->
<
script>
let title =
'NED 179 vs ENG
339/9 (Teja Nidamanuru 41(34) ) | England vs Netherlands, 40th Match, Wed, Nov 8, ICC Cricket World Cup 2023 | Cricbuzz.com';
let latest_update =
'';
let live_score =
'';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'';
let score =
'';
let fours =
'';
let sixes =
'';
}
// Bowler details
let bowler = {
let name =
'';
let overs =
'';
let runs =
'';
let wickets =
'';
}
// Other details
let other_info = {
let partner_ship =
'';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Moeen Ali to van Meekeren, out Stumped!! All over! Van Meekeren advances, gets nowhere near the pitch as Moeen pulls the length back. It slides past the outside edge as van Meekeren looks to slog and Buttler effects an easy stumping. van Meekeren st Buttler b Moeen Ali 4(3) [4s-1]
</p>
<p>
Moeen Ali to Nidamanuru, 1 run, flat on middle, Nidamanuru tucks it through midwicket
</p>
<p>
4 1 0 W 4 0 (9 runs)NED 178-9Paul van Meekeren4(2)Teja Nidamanuru40(33)Adil Rashid8-0-54-3
</p>
<p>
Adil Rashid to van Meekeren, no run, slow through the air, tossed up outside off and turns away. Van Meekeren looks to sweep and is beaten
</p>
<p>
Adil Rashid to van Meekeren, FOUR, tossed up outside off, swept away behind square as van Meekeren finds the boundary first ball
</p>
<p>
Adil Rashid to Aryan Dutt, out Bowled!! Again doesn't pick the googly and is bowled through the gate! Floated up just outside off, invites the drive, dips on him and turns right through. Aryan Dutt b Adil Rashid 1(3)
</p>
<p>
Adil Rashid to Aryan Dutt, no run, googly on off, back of a length, Dutt doesn't pick it as he looks to defend on the back foot. Goes off his thigh to slip
</p>
<p>
Adil Rashid to Nidamanuru, 1 run, length ball on off, legbreak, Nidamanuru goes back and punches it to long-on
</p>
<p>
Over Summary: 4 1 0 W 4 0 (9 runs)Paul van Meekeren4(2)Teja Nidamanuru40(33)Paul van Meekeren4(2)Paul van MeekerenTeja NidamanuruAdil Rashid NED 178-94(2)Teja Nidamanuru40(33)40(33)Adil Rashid8-0-54-38-0-54-3
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->