<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-05T21:41:09.035Z">
<
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 AUS 215/7 (47.2) vs RSA
212 (Pat Cummins 14(29) Mitchell Starc 16(38)) | South Africa vs Australia, 2nd Semi-Final (2nd v 3rd), Thu, Nov 16, ICC Cricket World Cup 2023 | Cricbuzz.com-->
<
script>
let title =
'AUS 215/7 (47.2) vs RSA
212 (Pat Cummins 14(29) Mitchell Starc 16(38)) | South Africa vs Australia, 2nd Semi-Final (2nd v 3rd), Thu, Nov 16, 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>
Australia always tactically astute, perfect in winning big games: Parthiv Patel
</p>
<p>
Cricbuzz Live Hindi: World Cup; SF 2 | South Africa v Australia, Post match show
</p>
<p>
Marco Jansen to Cummins, FOUR, he's done it! Pat Cummins hits the winning runs and Australia are through to yet another Cricket World Cup final! Short of a length outside off, Cummins hung back and opened the face of the blade, used the pace and beat backward point and it raced away to the fence
</p>
<p>
Gill showing an air of inevitability: Harsha Bhogle
</p>
<p>
Fear of 'Bazball' - Why did India delay declaration?
</p>
<p>
Intrigued if Stokes' England can play for a draw: Michael Vaughan
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->