Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos #333

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
7529ae3
support bazel complie this project and format code.
Mar 29, 2023
e9f97ef
Merge pull request #278 from Light-City/feature/compile
Light-City Mar 30, 2023
6b1ed31
fix readme
Light-City Mar 30, 2023
b25aa16
Update README.md
Light-City Mar 30, 2023
2fa0db5
Update README.md
Light-City Mar 30, 2023
94bf661
Update README.md
Light-City Apr 1, 2023
7428f84
Update README.md
Light-City Apr 1, 2023
ff27ec5
Update README.md
Light-City Apr 7, 2023
af47244
Update README.md
Light-City Apr 7, 2023
a68f0c6
Update README.md
Light-City Apr 9, 2023
07ee0c8
add docker
Light-City Apr 24, 2023
2623a8e
Update README.md
Light-City Apr 25, 2023
812a653
Update README.md
Light-City Apr 25, 2023
2403776
update video b site
Light-City Apr 25, 2023
c5d6b33
add site
Light-City Apr 26, 2023
483de0d
remote b site
Light-City Apr 26, 2023
be437a1
fix format
Light-City Apr 26, 2023
dbbfb7c
fix #292: fix typo error '修该' to '修改'
laialaodi Apr 25, 2023
93e42fe
Update README.md
bylin0829 Apr 13, 2023
59fc284
fix #284,修改const指针中的错误内容并增加样例
laialaodi Apr 25, 2023
93e8e66
add proj readme
Light-City Jul 1, 2023
6d4b682
add hashtable
Light-City Jul 18, 2023
a617404
fix docs
Light-City Jul 21, 2023
bf8ac71
add proj
Light-City Jul 21, 2023
3c77b89
Update README.md
Light-City Nov 29, 2023
961d504
Update README.md
Light-City Jan 29, 2024
29e89bb
Update README.md
Light-City Mar 2, 2024
2af63d2
Update README.md
Light-City Mar 2, 2024
3939142
Update README.md
Light-City Mar 2, 2024
2f880f1
Update README.md
Light-City Mar 6, 2024
8dd89c3
Update README.md
Light-City Mar 6, 2024
0afdf20
Update README.md
Light-City Mar 10, 2024
b76f3dc
fix english style and code translate
laialaodi Jul 24, 2023
e07bcc2
fix typo error
yangliyl Oct 19, 2023
9f99478
Fix type error in README_EN.md
laialaodi Jul 25, 2023
077cec7
fix: 修改了 c++11 variadic 特性相关代码中 BUILD 脚本注释的错误
Nickel-Angel Feb 18, 2024
8daa2ba
fix: 单例模式静态局部变量代码缺陷
L-Super Feb 17, 2024
9036ee2
fix deleteLine
y0sh1ne Dec 6, 2023
a22d3d0
fix deleteLine
y0sh1ne Dec 6, 2023
09802c4
chore: fix some typos
shuangcui Mar 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
com.sh
bazel-CPlusPlusThings
bazel-bin
bazel-out
bazel-testlogs
bazel-cplusplus_bazel
.vscode
112 changes: 112 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
{
"files.associations": {
"iostream": "cpp",
"ostream": "cpp",
"__availability": "cpp",
"__config": "cpp",
"__string": "cpp",
"deque": "cpp",
"filesystem": "cpp",
"functional": "cpp",
"iterator": "cpp",
"ratio": "cpp",
"__bit_reference": "cpp",
"__bits": "cpp",
"__debug": "cpp",
"__errc": "cpp",
"__functional_base": "cpp",
"__hash_table": "cpp",
"__locale": "cpp",
"__mutex_base": "cpp",
"__node_handle": "cpp",
"__nullptr": "cpp",
"__split_buffer": "cpp",
"__threading_support": "cpp",
"__tree": "cpp",
"__tuple": "cpp",
"algorithm": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"bitset": "cpp",
"cctype": "cpp",
"chrono": "cpp",
"cinttypes": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"complex": "cpp",
"condition_variable": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"exception": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"limits": "cpp",
"list": "cpp",
"locale": "cpp",
"map": "cpp",
"memory": "cpp",
"mutex": "cpp",
"new": "cpp",
"numeric": "cpp",
"optional": "cpp",
"queue": "cpp",
"regex": "cpp",
"set": "cpp",
"sstream": "cpp",
"stack": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"utility": "cpp",
"vector": "cpp",
"any": "cpp",
"barrier": "cpp",
"*.tcc": "cpp",
"cfenv": "cpp",
"charconv": "cpp",
"codecvt": "cpp",
"compare": "cpp",
"concepts": "cpp",
"coroutine": "cpp",
"csetjmp": "cpp",
"csignal": "cpp",
"cuchar": "cpp",
"forward_list": "cpp",
"memory_resource": "cpp",
"random": "cpp",
"source_location": "cpp",
"future": "cpp",
"latch": "cpp",
"numbers": "cpp",
"ranges": "cpp",
"scoped_allocator": "cpp",
"semaphore": "cpp",
"shared_mutex": "cpp",
"span": "cpp",
"stop_token": "cpp",
"syncstream": "cpp",
"thread": "cpp",
"typeindex": "cpp",
"valarray": "cpp",
"variant": "cpp"
}
}