Pinned Repositories
2d_painting_example
Example of 2D graphics in C++ with Qt and OpenGL.
bar_chart
Program that draws a bar chart in C++.
carpenter
Program that draws furnitures in C++ with Qt.
carrier_pigeon
Software that allows the exchange of messages between hosts in the same subnet. Written in C++ using Qt.
case_converter
Software that converts any input string to upper case and/or snake case. Written in C++ using Qt.
class_creator
Program that creates a class and its respective source and header files in C++ using Qt.
dijkstra
Example of Dijkstra's algorithm in C++.
job_management
Example of singleton pattern in C++ using Qt.
pre-commit_installer
Program that runs pre-commit install automatically in C++.
wic
Software suite that allows you to request from a predetermined set of servers which users are logged in and on which machines. Written in C++ using Qt.
CiproGit's Repositories
CiproGit/carpenter
Program that draws furnitures in C++ with Qt.
CiproGit/job_management
Example of singleton pattern in C++ using Qt.
CiproGit/2d_painting_example
Example of 2D graphics in C++ with Qt and OpenGL.
CiproGit/bar_chart
Program that draws a bar chart in C++.
CiproGit/carrier_pigeon
Software that allows the exchange of messages between hosts in the same subnet. Written in C++ using Qt.
CiproGit/case_converter
Software that converts any input string to upper case and/or snake case. Written in C++ using Qt.
CiproGit/class_creator
Program that creates a class and its respective source and header files in C++ using Qt.
CiproGit/dijkstra
Example of Dijkstra's algorithm in C++.
CiproGit/pre-commit_installer
Program that runs pre-commit install automatically in C++.
CiproGit/wic
Software suite that allows you to request from a predetermined set of servers which users are logged in and on which machines. Written in C++ using Qt.
CiproGit/batch_script
Example of Windows batch script with command line parameters.
CiproGit/big_matrix
Example of static memory allocation for a large matrix in C++.
CiproGit/binary_search
Example of binary search on a vector in C++.
CiproGit/CiproGit
Config files for my GitHub profile.
CiproGit/client_server
Example of client–server model in C++ using Qt.
CiproGit/client_server_2
Example of client–server model in C++ using Qt.
CiproGit/client_server_3
Example of client–server model in C++ using Qt.
CiproGit/design_pattern
Examples of decorator, iterator and singleton in Java.
CiproGit/dynamic_library
Example of dynamic library with CMake and Visual Studio in C++.
CiproGit/function_pointers_array
Example of function pointers array to a private method within a class in C++.
CiproGit/logger
Example of logger in C++ using Qt.
CiproGit/mac_os_bundle
Example of creating a Mac OS bundle in C++ with Qt.
CiproGit/move_semantics
Example of use of move costructor in C++.
CiproGit/multithreading
Examples of multithreading, executor framework and synchronized methods in Java.
CiproGit/processes
Example of use of environment variables and process execution in C++.
CiproGit/robot
Program that implements the movement of a robot in a room in C++.
CiproGit/static_library
Example of static library with CMake and Visual Studio in C++.
CiproGit/storage_class_specifiers
Example of using extern and static global variables in C++.
CiproGit/table
Example of table in C++ using Qt.