-
-
cse476-final-project Public
Custom inference-time agent for solving reasoning requests
Python UpdatedDec 7, 2025 -
qt-creator Public
Forked from qt-creator/qt-creatorA cross-platform Qt IDE
C++ UpdatedNov 28, 2025 -
-
mlir-aie Public
Forked from Xilinx/mlir-aieAn MLIR-based toolchain for AMD AI Engine-enabled devices.
MLIR Other UpdatedAug 29, 2025 -
-
cmake_template Public template
Forked from cpp-best-practices/cmake_templateCMake for C++ Best Practices
CMake The Unlicense UpdatedJun 8, 2025 -
folly Public
Forked from facebook/follyAn open-source C++ library developed and used at Facebook.
C++ Apache License 2.0 UpdatedJun 4, 2025 -
-
-
apprentice.nvim Public
Forked from adisen99/apprentice.nvimApprentice color scheme for Neovim written in Lua
-
-
mathematics-roadmap Public
Forked from TalalAlrawajfeh/mathematics-roadmapA Comprehensive Roadmap to Mathematics
UpdatedDec 29, 2024 -
-
nvim-config Public
Forked from jdhao/nvim-configA modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more...
Lua MIT License UpdatedOct 9, 2024 -
-
-
-
imgui Public
Forked from ocornut/imguiDear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
C++ MIT License UpdatedMar 12, 2024 -
Cynthia-py Public
A deep learning framework tailored for educational purposes and streamlined for custom development. The repository contains deep learning algorithms developed from scratch with efficient tensor ope…
-
-
Scientific-Computing Public
A library and a learning space to write code for solving computational physics, scientific, and engineering problems in the C/C++ programming language
UpdatedNov 28, 2023 -
Tina-VA Public
Tina is a Voice Assistant programmed in python that is voice controlled. Tina can play music, take notes, and has her own web interface
Python UpdatedNov 28, 2023 -
metatemplate-algorithms Public
this repo contains useful algorithms implemented in template metaprogramming technique
C UpdatedJul 28, 2023 -
mapviz Public
Forked from swri-robotics/mapvizModular ROS visualization tool for 2D data.
C++ BSD 3-Clause "New" or "Revised" License UpdatedJun 7, 2023 -
free-programming-books Public
Forked from EbookFoundation/free-programming-books📚 Freely available programming books
Creative Commons Attribution 4.0 International UpdatedApr 25, 2023 -
This program simulates a binary search tree. The program implements an abstract data type that enables it to act as a more general data structure for all types of data instances.
-
-
Dynamic-Array Public
This program implements the array data structure dynamically, meaning space will be preallocated whenever necessary to push()/ unshift() elements
-