<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-02T00:42:56.900Z">
<
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 250 vs IND
410/4 (Paul van Meekeren 3(4) ) | India vs Netherlands, 45th Match, Sun, Nov 12, ICC Cricket World Cup 2023 | Cricbuzz.com-->
<
script>
let title =
'NED 250 vs IND
410/4 (Paul van Meekeren 3(4) ) | India vs Netherlands, 45th Match, Sun, Nov 12, 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>
Glad to see Rohit & Dravid back Shreyas Iyer: Dinesh Karthik
</p>
<p>
Cricbuzz Live Hindi: World Cup | India v Netherlands, Post match show
</p>
<p>
Rohit to Nidamanuru, out Caught by Shami!! How many can say they were at Chinnaswamy the day Virat Kohli and Rohit Sharma picked a wicket apiece in a World Cup game? A tossed up delivery on middle, Nidamanuru with a big swing across the line but off the toe-end. Shami comes in from long-on and completes an easy catch. Game over, India win by 160 runs. Nidamanuru c Shami b Rohit 54(39) [4s-1 6s-6]
</p>
<p>
Rohit to Nidamanuru, SIX, flat delivery on middle from round the wicket. Nidamanuru rocks back and hoists it over deep mid-wicket for a six. Rohit Sharma getting a taste of his own medicine, that's how spinners would feel when he bats against them. That's also fifty for Nidamanuru, he's played a valiant hand here!
</p>
<p>
Rohit to Nidamanuru, no run, floated up outside off, Nidamanuru attempts a reverse but can't connect
</p>
<p>
Rohit to van Meekeren, 1 run, gets some turn from outside off, cut towards deep backward point
</p>
<p>
Rohit to van Meekeren, no run, loopy delivery that comes in with the angle towards middle. Blocked
</p>
<p>
England vs India: 2nd Test Preview
</p>
<p>
Confident of breaking England's hold at Edgbaston: Shubman Gill
</p>
<p>
Bumrah is available but no decision on whether he will play: Doeschate
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->