Skip to content
View verdantran's full-sized avatar
🐢
🐢

Block or report verdantran

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. chat.ly chat.ly Public

    A quick demo project to explore socket.io and vuetify within a vue.js application

    Vue

  2. Quick cron job to optimise all image... Quick cron job to optimise all images in Apache root directory based off (https://gist.github.com/julianxhokaxhiu/c0a8e813eabf9d6d9873)
    1
    #!/bin/bash
    2
    APACHPATH="/var/www/"
    3
    APACHLOGPATH="/var/log/apache-image-optimise/$(date +'%d-%m-%Y').log"
    4
    echo "[$(date)] Starting image update for apache folders" >> $APACHLOGPATH
    5
    
                  
  3. IntroToMachineLearning IntroToMachineLearning Public

    Predicting diabetes using naive bayes: https://app.pluralsight.com/library/courses/python-understanding-machine-learning/table-of-contents

    Jupyter Notebook

  4. arch-pkgs arch-pkgs Public

    Forked from mdaffin/arch-pkgs

    Managment repo for my Arch Linux systems.

    Shell