<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-14T19:59:33.814Z">
<
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 NZ 327 vs IND
397/4 (Trent Boult 2(2) ) | India vs New Zealand, 1st Semi-Final (1st v 4th), Wed, Nov 15, ICC Cricket World Cup 2023 | Cricbuzz.com-->
<
script>
let title =
'NZ 327 vs IND
397/4 (Trent Boult 2(2) ) | India vs New Zealand, 1st Semi-Final (1st v 4th), Wed, Nov 15, 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>
Kohli is India's batting superhero, has been chasing excellence: Parthiv Patel
</p>
<p>
Cricbuzz Live Hindi: World Cup; SF 1 | India v New Zealand, Post match show
</p>
<p>
Shami to Ferguson, out Caught by Rahul!! Seven wickets for Shami! 136.3kph, fullish ball, Ferguson moves leg-side to swing across the line. Outside edge and taken by Rahul. The keeper throws the ball in the air as India win by 70 runs! India enter the finals. This is the fourth time they have made it to the finals of One day WC. Ferguson c Rahul b Shami 6(3) [6s-1]
</p>
<p>
Shami to Ferguson, SIX, 121.8kph, pace off, full and in the slot, Ferguson swings hard to clobber it over cow corner
</p>
<p>
Shami to Ferguson, no run, 135.9kph, skiddy length ball, Ferguson keeps it out on the off-side
</p>
<p>
Doff my hat to Jadeja for Lord's fight: Kartik
</p>
<p>
Stokes led by example, truly England's X-Factor: Kartik
</p>
<p>
The Gill at Lord's was unrecognisable from a week back: Vaughan
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->