Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
  • Add AI to your apps
  • Learn AI Programming
  • Publish your AI projects
Free, open source, locally hosted, any platform, any language. View on GitHub

Discuss Download Docs
Turn a code snippet, simple Python module, or a Jupyter notebook into a CodeProject.AI module that can be deployed and used anywhere by everyone. Learn and AI without fighting tools and setup environments.
Over
1 Million
Downloads!
Latest Modules
  • Multi-modal LLM - Chris Maunder
  • LLama chatbot on your desktop - CodeProject
  • License Plate detection (update) - Mike Lud
  • Multi-TPU Coral.AI image detection (update) - Seth
  • AI Image generator - Matthew Dennis
4/1/2024 1:34:00 AM by Igor Gribanov
C++ iterators and algorithms work well for containers, but can we sort the Structure of Arrays?
1/11/2024 7:49:00 AM by Bruno van Dooren
In this article, I explain how to create win32 style DLLs and what the various significant intricacies are.
1/31/2024 5:08:00 AM by Shao Voon Wong
Two C++ features win over C equivalents in performance
5/28/2024 2:55:00 PM by Henrik Vestermark
How to add Xoshiro and ChaCha PRNG's as compatible class in C++
5/12/2024 10:22:00 PM by Shao Voon Wong
C++ Multithreaded Count Benchmark using Visual C++, G++ and Clang
3/7/2024 4:26:00 PM by Michael Sydney Balloni
A "new" queue data structure is described and compared with existing collection types
5/7/2024 10:13:00 PM by Jovibor
Library for parsing internal structures of PE32/PE32+ binary files.
9/15/2023 5:06:00 PM by optiklab1
I demonstrate with an actual implementation that well-known algorithms BFS, DFS, Dijkstra, and A-Star are essentially variations of the same algorithm.
11/11/2023 11:06:00 AM by Henrik Vestermark
Practical implementation of a fast, robust and stable polynomial root finder using Halley's method
6/14/2024 6:26:00 PM by Michael Sydney Balloni
This article documents foundational changes to mscript that position it to take on PowerShell and Python in bang for the buck for tasks currently implemented using nasty batch files.