Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
This VBScript will check all the Automatic Services on a windows machine and restart them if they are not up and running. The script has the ability to check the local machine or a remote machine. This is task that we normally run on Task Scheduler using the AutoServe.bat this is included in the project. Since the script runs on it’s own interval we normally set the Task Scheduler Task to run on system start. If you look in the Batch Script we have the vbscript pipe the output to a log file, with in the batch script there is a function to check the log size, if it is over 700KB then delete before running the script, the way we have task scheduler setup, a new log will be created on the next restart, only if it is over 700KB.
📦 Hosted Box is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, a web server, and any other server software on your local machine.
The BurnSoft System Uptime Tool ( BSSysUptime ) is a simple console application used to calculate the uptime of the local machine or a remote machine. It’s a simple application that uses the Windows Performance counters to get the uptime of the machine.
Designing and implementing a relational database that can be deployed on the cloud and on a local machine using WAMP. It include a relational schema, attributes, primary keys, foreign keys, BLOBs and queries. I used Google cloud, WAMP, a database sql script and PHP scripts to create this database.
A C# implementation of basic data structures and algorithms which can be useful as a general learning tool or as a preparation for software developer job interviews.