Computer science and IT assignments

May 7, 2020

Assignment 1: Bash Scripting

QUESTION 2Write a bash script that monitors in real time the sizes of regular files in a specified folders. The folder name should be provided as […]
May 7, 2020

Move To Front List

Keep it as simple as possible, don’t use extremely complex methods unless absolutely necessary. This assignment is not huge nor extremely complicated. Do not change the […]
May 7, 2020

Move To Front List

Keep it as simple as possible, don’t use extremely complex methods unless absolutely necessary. This assignment is not huge nor extremely complicated. Do not change the […]
May 7, 2020

Sorting a Random List

Given what algorithm is supposed to do, just make the code based on the descriptions. Keep function names and parameter the same as given. Use the […]
May 7, 2020

Python IPv4 Breakdown

Write a short program that does all of the following.  1. Asks the user for an IP Address with the subnet prefix.  (ex:  192.168.2.142/20 ) 2. […]