Code Monkey home page Code Monkey logo

William's Projects

ad-user-onboarding icon ad-user-onboarding

Active Directory User Onboarding, including O365, Azure AD Sync with au2mator - Self Service Portal

adinactivecomputercleanup icon adinactivecomputercleanup

Powershell script scans for inactive computers and disables, after 60 days moves to "To Be Deleted OU" for manual deletion

python3logparser icon python3logparser

The goal of this project is to familiarize yourself with Python syntax, and some basic tasks that are common in systems programming and administration. The program will be invoked from the command line on a fresh Linux machine, so if you introduce any library dependencies beyond the Python Standard Library (not recommended), you must provide very clear instructions to recreate your environment. You should consider using vagrant or a GCP VM to develop in Linux if you are on a Windows machine. It is your responsibility to ensure the program runs as expected in the operational environment described. STEPS Your program will be parsing and analyzing log files from an Apache web server. The first thing your program must do is retrieve the log file across the network. It is available here: https://s3.amazonaws.com/tcmg476/http_access_log Once you download the file, you will be parsing the file in order to answer several questions: How many total requests were made in the time period represented in the log? How many requests were made on each day? per week? per month? What percentage of the requests were not successful (any 4xx status code)? What percentage of the requests were redirected elsewhere (any 3xx codes)? What was the most-requested file? What was the least-requested file? You will need to output this data to the screen. The format you choose for this is up to you (human readable, machine readable, plain text, JSON, etc), but your decisions and the implementation should be logical and consistent. Finally, the logs should be broken into separate files by month. Your program should split the log file into 12 smaller files, where the data stored in each file are the log events for a single month. These should be written to disk in the same directory as your program file, in a logical and consistent manner. Your program should be created and developed using GitHub (I will be examining the commit logs to see your work). When the project is due, you will Slack me your repository URL so I can clone the repo and test your program. The project is due by 5pm on Thursday, Feb 14th.

selenium-scraping icon selenium-scraping

Test repo to better understand using Selenium for webscraping. Stuck trying to figure out how to webscrape metrics from the Sierra Wireless RV55 LTE hot spot. I think this is due to too much Javascript on the backend. Hopefully using Selenium will simplify this.

socketapp icon socketapp

Creating INET STREAM socket program TCMG 274

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.