ChrisMaunder
Co-founded CodeProject, ContentLab and DeveloperMedia. Currently working on cycling analytics and AI
CodeProjectToronto, Canada
Pinned Repositories
BleTrainerControl
ChrisMaunder
chrismaunder.github.io
collapsable-menu
A simple HTML menu that progressively collapses based on available width
DFA-alpha1-Jupyter
Colab notebooks for various projects
MFC-GridCtrl
A fully featured MFC grid control for displaying tabular data. The grid is a custom control derived from CWnd
CodeProject.AI-LlamaChat
CodeProject.AI-MultiModeLLM
CodeProject.AI-Server
CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
CodeProject.AI-Text2Image
ChrisMaunder's Repositories
ChrisMaunder/chrismaunder.github.io
ChrisMaunder/5-Ways-to-Add-Artificial-Intelligence-to-an-Existi
Adding AI to your applications doesn’t have to be all about fighting the tools and libraries
ChrisMaunder/AccessDB_in_VBScript
A simple introduction to using Access .mdb databases in your ASP pages
ChrisMaunder/Adding-a-New-Module-to-CodeProject-AI-Server
In this article we explore how CodeProject.AI Server really works, and how simple it is to add your own functionality to CodeProject.AI server quickly and easily, leaving you to focus on your business, not your MLOps
ChrisMaunder/Auto_size_bitmap_picture
A picture control that displays a picture according to the size of the control, and not the picture itself.
ChrisMaunder/Checking-for-any-character-using-regular-expressio
".*" may not be what you want in multi-line strings
ChrisMaunder/codeproject-forum
The Discussion board ASP scripts as used in The Code Project. This is an open source project for the Code Project community.
ChrisMaunder/dibsection_wince
A class that makes using DIBSections as simple as using a CBitmap
ChrisMaunder/geometry
Some classes and utility functions for general computational geometry
ChrisMaunder/Getting-PaddleOCR-and-PaddlePaddle-to-work-in-Wind
Working through the combinations to get PaddlePaddle and PaddleOCR installed and working everywhere
ChrisMaunder/grid_in_view
A simple tutorial that demonstrates how to use the grid control in a doc/view application.
ChrisMaunder/gridctrl_combo
Explains how to use comboboxes to edit cells in the MFC Grid Control
ChrisMaunder/How-to-Change-Text-Color-in-a-Linux-Terminal
A quick overview and a simple bash script to make your script output a little more lively
ChrisMaunder/How-to-Change-Text-Color-in-a-Windows-Terminal
A quick overview and a simple Windows CMD script to make your terminal output a little more lively
ChrisMaunder/hyperlink
A simple drop-in hyperlink control
ChrisMaunder/library_version
A simple way to determine the version of the Comctl32.dll, Shell32.dll and Shlwapi.dll system libraries
ChrisMaunder/List-blocking-processes-in-SQL-server-2
Here's an alternate version that doesn't use sp_who yet provides a little more information. It also provides the option to kill the blocking processes themself.IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[ListBlocking]') AND type in (N'P', N'PC'))EXEC...
ChrisMaunder/MFC-Custom-Control
An introduction to creating custom controls using MFC
ChrisMaunder/multiline_titletips
A class that allows you to display data for a control that is otherwise not large enough to display the full text
ChrisMaunder/Object-Detection-with-an-IP-Camera-using-Python
The first in a two-part series on detecting objects and evil rodents
ChrisMaunder/Object-Detection-with-an-IP-Camera-using-Python-2
The second in a two-part series on detecting objects and evil rodents
ChrisMaunder/progressbar__in_statusbar_mfc
An easy way to add a progress control to a status bar
ChrisMaunder/Redesigning-CodeProject
Rethinking the design and layout of CodeProject.com using the design language formerly known as Metro.
ChrisMaunder/Running-CodeProject-AI-Server-on-a-Raspberry-Pi
Building, running and debugging CodeProject.AI Server on a Raspberry Pi
ChrisMaunder/set_combobox_dropwidth_mfc
A simple tutorial explaining how to set the width of a combo dropdown list so that all items are fully visible
ChrisMaunder/subclassdemo
An introduction to subclassing the Windows common controls using MFC
ChrisMaunder/timestamp
A simple utility to change a file - or multiple files - "Modified" time.
ChrisMaunder/Transforming-Data-into-Insights-The-Art-of-Machine
Dive into the world of machine learning and explore how it empowers businesses to extract valuable insights from vast amounts of data. Discover practical techniques and tools for successful implementation.
ChrisMaunder/traycalendar
A simple application that places a date in the system tray
ChrisMaunder/unicode
A guide to using generic text functions to make the transition between character sets simple and painless