Skip to content
View ProProgrammer's full-sized avatar

Organizations

@audio-player @mfanalysis
Block or Report

Block or report ProProgrammer

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

  1. cross-namespace-nginx-ingress-kubernetes cross-namespace-nginx-ingress-kubernetes Public

    Cross Namespace Nginx Ingress Controller setup and a working demo

    16 8

  2. digitalocean_helper digitalocean_helper Public

    Python 1

  3. django django Public

    Forked from django/django

    The Web framework for perfectionists with deadlines.

    Python

  4. proprogrammer.github.io proprogrammer.github.io Public

    Github Pages repository responsible for my personal website/blog

    SCSS

  5. A Quick JavaScript written to automa... A Quick JavaScript written to automate login on a page for testing / fun purpose.
    1
    /*
    2
    The actual javascript code starts from document.forms[0].username.value.... however to run it in the URL bar (address bar) of a browser you have to put the entire Javascript Code in this format javascript:{<YOUR JAVASCRIPT CODE>}
    3
    I have tested it in Chrome, Firefox, Internet Explorer and Safari and it works perfectly fine. If you notice any different behaviour with any other browsers, please test and contribute.
    4
    5
    Simply replace <YOUR USER NAME> with your actual username and <YOUR PASSWORD> with your actual login password and run this in browser address bar (no need to input actual URL in the JavaScript code)
  6. Dockerfile used for Dockerfile tutor... Dockerfile used for Dockerfile tutorial on Youtube
    1
    # This Dockerfile is used for a youtube tutorial
    2
    # base image - nginx with tag "latest"
    3
    FROM nginx:latest
    4
    
                  
    5
    # Adding custom index.html hosted on Github Gist