{"id":15047960,"url":"https://github.com/mikecovlee/mozart","last_synced_at":"2025-10-05T04:31:04.034Z","repository":{"id":200696677,"uuid":"78721169","full_name":"mikecovlee/mozart","owner":"mikecovlee","description":"Covariant Mozart Library","archived":false,"fork":false,"pushed_at":"2018-08-18T13:48:25.000Z","size":117,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-13T21:43:36.117Z","etag":null,"topics":["awesome","covariant-mozart-library","cplusplus-11","cross-platform","std"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikecovlee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-01-12T07:43:30.000Z","updated_at":"2024-12-20T15:27:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab997088-9a6c-4eba-b3f1-6f42c9dd3ee0","html_url":"https://github.com/mikecovlee/mozart","commit_stats":null,"previous_names":["mikecovlee/mozart"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mikecovlee/mozart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikecovlee%2Fmozart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikecovlee%2Fmozart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikecovlee%2Fmozart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikecovlee%2Fmozart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikecovlee","download_url":"https://codeload.github.com/mikecovlee/mozart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikecovlee%2Fmozart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278410708,"owners_count":25982359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","covariant-mozart-library","cplusplus-11","cross-platform","std"],"created_at":"2024-09-24T21:06:14.775Z","updated_at":"2025-10-05T04:31:03.744Z","avatar_url":"https://github.com/mikecovlee.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Covariant Mozart Utility Library Guide\n-----------------------------------------------\n**智锐随变：莫扎特 实用工具库指南**\n\n### 1:License(使用协议)\n**Licensed under the Apache License, Version 2.0 (the \"License\");**  \n**you may not use this file except in compliance with the License.**   \n**You may obtain a copy of the License at**  \n  \n**http://www.apache.org/licenses/LICENSE-2.0**  \n  \n**Unless required by applicable law or agreed to in writing, software**  \n**distributed under the License is distributed on an \"AS IS\" BASIS,**  \n**WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.**  \n**See the License for the specific language governing permissions and**  \n**limitations under the License.**  \n\n**Copyright (C) 2018 Michael Lee(李登淳)**  \n\nEmail: mikecovlee@163.com  \nGithub: https://github.com/mikecovlee  \n\n### 2:Warning Codes and Error Codes Reference(警告码与错误码对照表)\n\n##### English:\n\u003e  \n*Note:  \nI am a Chinese guy.My English is very poor.So I can't complete this reference by myself.  \nPlease contact me if you want to help me translate this guide. Thanks!*  \n\nCode|Detail\n:---:|:---:\nW0001|Tag type is different from condition type  \nW0002|Duplicate tag  \nE0001|Covariant Mozart Utility Library requires your compiler to support the C++ programming language.  \nE0002|Covariant Mozart Utility Library requires your compiler to support C++11 or higher standards. Please check that you have forgotten the `-std=c++11` compiler option.  \nE0003|Objects are not executable.  \nE0004|Calls the member function with a null pointer.  \nE0005|Uses uninitialized objects.  \nE0006|The requested type is different from the object type.  \nE0007|Parameter list error.  \nE0008|Parameter type error.  \nE0009|Parameter is incorrect.  \nE000A|Does not support receiving any parameters.  \nE000B|Type match failed.  \nE000D|Does not support conversion of the specified type to `std::string`  \nE000E|Tree node is empty  \nE000F|Does not support the specified type of hash operation  \nE000G|Constant tagged objects can not be copied  \nE000H|Stack is empty  \nE000I|Stack overflow  \nE000J|The variable has been protected.  \nE000K|It is not allowed to change the value of a constant.  \nE000L|Duplicate singleton objects are not allowed.  \nE000M|Does not support conversion of the specified type to `long`.  \n\n##### 简体中文:\n\n代码|含义\n:---:|:---:\nW0001|标签类型与条件类型不同  \nW0002|重复定义标签  \nE0001|Covariant Mozart Utility Library需要您的编译器支持C++编程语言。  \nE0002|Covariant Mozart Utility Library需要您的编译器支持C++11或者更高标准。请检查您否忘记了`-std=c++11`编译选项。  \nE0003|对象不可执行。  \nE0004|使用空指针调用成员函数。  \nE0005|使用了未初始化的对象。  \nE0006|请求的类型与对象类型不同。  \nE0007|参数列表错误。  \nE0008|参数类型错误。  \nE0009|参数数量错误。  \nE000A|不支持接收任何参数。  \nE000B|类型匹配失败。  \nE000D|不支持指定类型向`std::string`的转换  \nE000E|树节点为空  \nE000F|不支持指定类型的hash操作  \nE000G|不允许降低变量的保护级别  \nE000H|栈为空  \nE000I|栈溢出  \nE000J|变量已被保护  \nE000K|不允许更改常量的值  \nE000L|不允许复制单例对象  \nE000M|不支持指定类型向`long`的转换","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikecovlee%2Fmozart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikecovlee%2Fmozart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikecovlee%2Fmozart/lists"}