This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
chore(logo):
💡
add logo source website
tags/0.1.0
Timothy Liu
2 years ago
parent
3a0f407bc5
commit
1d1617f691
3 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
CAPI/cpp/API/src/main.cpp
+1
-0
CAPI/python/PyAPI/main.py
+1
-1
logic/Server/Program.cs
+ 2
- 0
CAPI/cpp/API/src/main.cpp
View File
@@ -14,6 +14,8 @@
#endif
using namespace std::literals::string_view_literals;
// Generated by http://www.network-science.de/ascii/ with font "standard"
static constexpr std::string_view welcomeString = R"welcome(
_____ _ _ _ _ _ ___ __
+ 1
- 0
CAPI/python/PyAPI/main.py
View File
@@ -13,6 +13,7 @@ import platform
import PyAPI.structures as THUAI6
def PrintWelcomeString() -> None:
# Generated by http://www.network-science.de/ascii/ with font "standard"
welcomeString = """
_____ _ _ _ _ _ ___ __
+ 1
- 1
logic/Server/Program.cs
View File
@@ -7,7 +7,7 @@ namespace Server
public class Program
{
/// <summary>
/// Generated by http://www.network-science.de/ascii/
/// Generated by http://www.network-science.de/ascii/
with font "standard"
/// </summary>
const string welcome =
@"
Write
Preview
Loading…
Cancel
Save