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
11/30/2023 4:46:00 PM by Łukasz Bownik
Smallscript is a little scripting language inspired by Smalltalk syntax.
11/13/2023 3:34:00 AM by ChristianNeumanns
This article explains why we need native record types, and how they work in PTS.
6/27/2024 1:08:00 PM by ChristianNeumanns
Eradicating empty strings (and empty collections) increases software reliability and leads to other advantages.
9/26/2024 11:12:00 AM by Trần_Tuấn_Anh
In Java, method overloading and method overriding are two essential concepts that often create confusion among developers. This article will break down these concepts, provide clear examples, demonstrate code in action, and explain the differences between them.
10/29/2023 2:42:00 PM by Minh Danh Nguyen (ToughDev)
Create custom nanorc file for JSP in nano to enhance syntax highlighting and readability, along with basic autocomplete
11/9/2023 1:40:00 PM by Shahzeb Hoda
In this article, we will learn how to set up a Selenium WebDriver with Java and run the web automation tests (in series and parallel) on the LambdaTest cloud grid.
7/12/2024 1:08:00 AM by Kashif.Mushtaq.Ca
A time-based, One-time Password Algorithm (RFC-6238, TOTP - HMAC-based One-time Password Algorithm) based token, implemented by e.g. Microsoft or Google Authenticator mobile application.
8/6/2024 1:25:00 AM by Lewis Kerr
A quick code solution of how to make HTTP requests through a proxy with Java
8/12/2024 9:24:00 PM by Trần_Tuấn_Anh
In Java, Synchronized and Concurrent are two fundamental concepts in multithreading
9/27/2024 8:18:00 AM by Trần_Tuấn_Anh
In Java, resource management is a crucial aspect of writing efficient and error-free code. Two common approaches to handling resources and exceptions are the traditional try-catch-finally block and the more modern try-with-resource statement.