Private Cody Leaderboard

버전 1.3 (370 KB) 작성자: Ned Gulley
This code creates a private leaderboard for Cody players.
다운로드 수: 77
업데이트 날짜: 2023/2/21

View Private Cody Leaderboard on File Exchange Open in MATLAB Online

Private-Cody-Leaderboards CI/CD GitHub issues by-label GitHub Repo stars

This code is listed on the File Exchange here: Private Cody Leaderboard

Private Cody Leaderboards

This code creates a private leaderboard for Cody players. To use it, you need the Cody IDs of everyone you want to track on the board.

Here is how to find a player's Cody ID.

How to find the Cody ID

Once you have everyone's Cody ID, call the code like this.

>> filename = 'leaderboard.html';
>> idList = [ ...
    734801    ; ... % Binbin Qi
    3529521   ; ... % Matthew Eicholtz
    5349647   ; ... % goc3
    4345310   ; ... % Jan Orwat
    3397427   ; ... % HH
    ];
>> makeLeaderboard(filename,idList)

After you run the code shown above, you should end up with an HTML page that looks something like this.

Example Leaderboard

Run it as often as you like to stay up to date with current situation. Remember, nothing motivates people to play like seeing where they are on the board!

You can learn more about this code by referring to this post on the MATLAB Central Community blog:

Private Cody Leaderboards

인용 양식

Ned Gulley (2025). Private Cody Leaderboard (https://github.com/mathworks/Private-Cody-Leaderboards/releases/tag/v1.3), GitHub. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2022b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Create Links to External Requirements에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.3

See release notes for this release on GitHub: https://github.com/mathworks/Private-Cody-Leaderboards/releases/tag/v1.3

1.2

See release notes for this release on GitHub: https://github.com/mathworks/Private-Cody-Leaderboards/releases/tag/v1.2

1.1

See release notes for this release on GitHub: https://github.com/mathworks/Private-Cody-Leaderboards/releases/tag/v1.1

1.0.1

Moving repo location on GitHub.

1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.