-
add file named "kbc.cpp" that spam "kbc" without ending unless interrupted by the user
hint:
`while(true){
...
}`
-
# C++ Reference(참조자) | 하루 공부 (Today I Learn)
모두의 코드 내용을 공부하고 정리한 내용입니다.
[https://kimighwan.github.io//cpp/Reference/](https://kimighwan.github.io//cpp/Reference/)
-
mlcsparallel.cpp didn't succeed to compile with ``g++ -pthread mlcsparallel.cpp -o dc.exe``.
Here are the errors :
Line 434 : cannot convert ‘bool’ to ‘int*’.
Same error on line 435.
-
Some of features like ggml_graph_plan function was removed from ggml library when combining llama.cpp branch, it seems not using the previous branch from ggml with whisper.cpp is fully supported.
I…
-
constraints i currently implement like this , ex:
auto constraint_aligned = [this](const Eigen::VectorXd& u) -> Eigen::VectorXd {
Eigen::VectorXd constrained_u = u;
//std::co…
-
Some miscellaneous comments
-
-
### What would you like to share?
Added the solution to the leetcode 4Sum problem to the others section.
### Additional information
PR[#2864]
-
-
@Yaser-123
binary search tree menu driven program with features like :
insert
delete
position
search
?