PinnedWhat is an inference engine?An inference engine is a component of an expert system that uses the knowledge base to make decisions. The inference engine uses a logical…Aug 13, 2023Aug 13, 2023
PinnedUnderstanding Domain-Specific LanguagesDue to my passion for various programming paradigms, I first became interested in DSLs back in 1999. A Domain Specific Language (DSL) is a…Aug 8, 2023Aug 8, 2023
What is an Expert System?An expert system is software that attempts to recreate the decision-making process of a human expert in a particular domain. Expert systems…Aug 13, 2023Aug 13, 2023
The toString() method of the Object class in JavaThe toStringmethod is a fundamental method of the Object class in Java. This method returns a textual representation of the object.Jun 13, 2023Jun 13, 2023
Restore remote database backup to localPySysop https://github.com/mcaliman/PySysop is a Python system operations collection utilities, restore_remote_database.py is the script…Dec 19, 2020Dec 19, 2020
A Complex Number Class For JavaDoes Java have an implementation for complex numbers? No, it doesn’t have a dedicated Class. It’s strange but not all that strange…Oct 3, 2020Oct 3, 2020
Install Python 3Open terminal via Ctrl+Alt+T. When it opens, run the command:Jun 15, 2020Jun 15, 2020
How to detect machine architectureOpen terminal via Ctrl+Alt+T. When it opens, run the command:Jun 15, 2020Jun 15, 2020
Fantastic Java API and Where to Find Them: Objects.isNull and Objects.nonNullOnce upon a time a NullPointerException…Jan 28, 2020Jan 28, 2020
Fantastic Java API and Where to Find Them: Objects.toStringDo you have stuff like that in your code?Jan 23, 2020Jan 23, 2020