Development Category

Automating FusionDirectory Plugin Installation's thumbnail
Development

Automating FusionDirectory Plugin Installation

This Bash script automates the installation of plugins for FusionDirectory. It installs the plugin, its schemas, and registers it within FusionDirectory.

Read more

Hscanner v2's thumbnail
Development

Hscanner v2

HScanner is a Python-based tool designed to scan IP addresses within a network, identify active hosts, and optionally scan for open ports. This tool is highly customizable and provides detailed, user-friendly output.

Read more

Solving the “Cannot read property ‘X’ of undefined” error in JavaScript's thumbnail
Development

Solving the “Cannot read property ‘X’ of undefined” error in JavaScript

The “Cannot read property ‘X’ of undefined” error is one of the most common errors encountered by JavaScript developers. It usually occurs when trying to access a property of an object that is undefined or null. This article explains the common causes of this error and how to resolve it.

Read more

OneDrive Illegal Char Renamer's thumbnail
Development

OneDrive Illegal Char Renamer

This script renames files and folders with "illegal" characters (characters not allowed in Windows file names) by replacing these characters with a hyphen ('-'). This is particularly useful for synchronizing files from macOS to OneDrive or other services that follow Windows naming conventions.

Read more

Microsoft Access Disk Inventory's thumbnail
Development

Microsoft Access Disk Inventory

This python script adds information on physical disks to a Microsoft Access database. The information is automatically retrieved from hddfaqs.com, using the model number of the disks scanned by the user.

Read more

Hscanner's thumbnail
Development

Hscanner

The hscanner tool is an IP address scanner designed to help you detect active hosts on a local network and, if necessary, open ports on these hosts. You can customize the scanning parameters to suit your specific needs.

Read more