This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| === [French] Quel modèle es-tu ? === | |
| Je suis **Claude**, un assistant IA créé par **Anthropic**. Pour ce qui est de la version exacte du modèle, je n'ai pas accès à cette information précise. | |
| Est-ce que je peux vous aider avec quelque chose ? 😊 | |
| === [Hindi] तुम कौन सा मॉडल हो? === | |
| मैं **Claude** हूँ, जिसे **Anthropic** ने बनाया है। | |
| लेकिन मुझे यह नहीं पता कि मैं Claude का कौन सा specific version हूँ। |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (async () => { | |
| const regex = /courses\.zju\.edu\.cn\/course\/(\d+)\/learning-activity\/full-screen#\/(\d+)/; | |
| const match = window.location.href.match(regex); | |
| if (!match) { | |
| alert("wrong URL format"); | |
| return; | |
| } | |
| const activityID = match[2]; | |
| const activityRes = await fetch(`https://courses.zju.edu.cn/api/activities/${activityID}`); | |
| const activity = await activityRes.json(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| choco install ` | |
| googlechrome ` | |
| discord ` | |
| telegram ` | |
| zoom ` | |
| microsoft-teams ` | |
| slack ` | |
| vscode ` | |
| sublimetext3 ` | |
| postman ` |