<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-12T11:42:11.000Z">
<
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 HKC 170
(Ateeq Iqbal 2(2) ) | Hong Kong, China vs Uganda, 37th Match, ICC CWC Challenge League B, 2024-26 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'HKC 170
(Ateeq Iqbal 2(2) ) | Hong Kong, China vs Uganda, 37th Match, ICC CWC Challenge League B, 2024-26 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Innings Break';
let live_score =
'170(50)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Ateeq IqbalView match performanceView profile';
let score =
'2';
let fours =
'0';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Dinesh NakraniView match performanceView profile';
let overs =
'10';
let runs =
'20';
let wickets =
'1';
}
// Other details
let other_info = {
let partner_ship =
'3(5)';
let recent_balls =
'';
let last_wicket =
'23 runs, 2 wkts';
let current_run_rate =
'3.4';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Juma Miyagi to Ehsan Khan, out Bowled!! Ehsan Khan b Juma Miyagi 24(72)
</p>
<p>
Juma Miyagi to Ateeq Iqbal, 1 run
</p>
<p>
Juma Miyagi to Ehsan Khan, 1 run
</p>
<p>
Juma Miyagi to Ehsan Khan, no run
</p>
<p>
Juma Miyagi to Ateeq Iqbal, 1 run
</p>
<p>
Juma Miyagi to Mohammad Ghazanfar, out Bowled!! Mohammad Ghazanfar b Juma Miyagi 6(28)
</p>
<p>
View all overs
</p>
<p>
Dinesh Nakrani to Mohammad Ghazanfar, 1 run
</p>
<p>
Dinesh Nakrani to Ehsan Khan, 1 run
</p>
<p>
Dinesh Nakrani to Ehsan Khan, no run
</p>
<p>
Dinesh Nakrani to Ehsan Khan, 2 runs
</p>
<p>
Dinesh Nakrani to Mohammad Ghazanfar, 1 run
</p>
<p>
Dinesh Nakrani to Ehsan Khan, 1 run
</p>
<p>
View all overs
</p>
<p>
Juma Miyagi to Ehsan Khan, 1 run
</p>
<p>
Juma Miyagi to Ehsan Khan, no run
</p>
<p>
Juma Miyagi to Ehsan Khan, no run
</p>
<p>
Juma Miyagi to Mohammad Ghazanfar, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->