Pinned Repositories
big_repo_with_submodule_for_test
repository that contains the submodule (need for testing several things)
BinaryBuffer
Binary buffer for writing information with operator<< , but in binary format
Calculator
Обычный калькулятор, который позволяет вычислять то, что записано в строку
DerivedVariantsFabric
Template class that can be used as a carcass for a fabric to create a derived objects on the stack memory instead of the heap memory
MEX_simple_example
This is a simple example of how to build MEX function using Visual Studio tools. It works only for windows (.mexw64 file), but the same approach can be used for Linux or Mac
mpiworker
MPI is easy
python_uses_CPP_DLL
simple example of how to use ctypes to launch C++ function from python
RValueOperationsVector
Vector with some arythmetic operations which uses rvalue-references in operator+, operator- etc.
submodule_for_test
Just submodule for testing git submodule system
TemplateFabricFunction
Example of template fabric function
Moses2323's Repositories
Moses2323/big_repo_with_submodule_for_test
repository that contains the submodule (need for testing several things)
Moses2323/submodule_for_test
Just submodule for testing git submodule system
Moses2323/DerivedVariantsFabric
Template class that can be used as a carcass for a fabric to create a derived objects on the stack memory instead of the heap memory
Moses2323/python_uses_CPP_DLL
simple example of how to use ctypes to launch C++ function from python
Moses2323/MEX_simple_example
This is a simple example of how to build MEX function using Visual Studio tools. It works only for windows (.mexw64 file), but the same approach can be used for Linux or Mac
Moses2323/Tetris
Usual tetris. Some figures with more squares can be quickly added, but then it will be no longer the Tetris
Moses2323/TextEditor
Text Editor which can transform usual text into tables, tabs and QTextEditor-s. It is usefull for editing big number of Variables.
Moses2323/Calculator
Обычный калькулятор, который позволяет вычислять то, что записано в строку
Moses2323/TemplateFabricFunction
Example of template fabric function
Moses2323/BinaryBuffer
Binary buffer for writing information with operator<< , but in binary format
Moses2323/RValueOperationsVector
Vector with some arythmetic operations which uses rvalue-references in operator+, operator- etc.
Moses2323/mpiworker
MPI is easy