Make your HDD blink
If you are like me and have a server with a bunch of disks running at home you might have had the need to identify… Read More »Make your HDD blink
If you are like me and have a server with a bunch of disks running at home you might have had the need to identify… Read More »Make your HDD blink
Microservices are often described as a way to organize your system in order to increase modularity, scalability, integration and distribution. It can easily come of… Read More »Microservices, the hot thing that has been around for decades?
So, like many of us I decided to dabble a bit in Machine Learning (ML) and took a short course in the subject. One of… Read More »Language classification using Machine Learning in PHP
I created a plugin to create, administer and redeem vouchers for Osclass. Built using my dliCore plugin to enable object oriented plugin development for Osclass.… Read More »Osclass Voucher plugin
To enable users to easily rotate, crop, change colors etc of uploaded images I created a Image Editor plugin for Osclass using my dliCore library… Read More »Image editor plugin for Osclass
Created a small plugin for Osclass that enables you to block a listing and require the user to agree to be served the listing before… Read More »A simple way to warn visitors of mature content
To quickly get a dliCore based plugin for Osclass going I have created the dliHelper package that gives you a CLI tool to handle creation… Read More »Using dliHelper to quickly get a skeleton plugin in place.
As mentioned in our previous post regarding database tables for Osclass plugins written using dliCore the library offers another way to access the data stored in your tables.… Read More »Data Objects for Osclass plugins using dliCore
One thing that a lot of plugins wish to do is to save persistent data. This can be done in a number of ways. There… Read More »Database Tables for Osclass plugins using dliCore
In our previous post we looked at the basics of building a plugin for Osclass. There are however quite a few issues that I have observed in… Read More »Streamlining, accelerating and encapsulating Osclass plugin development