Skip to content
View saravankumarpa's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report saravankumarpa

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. sbc-common-components-old sbc-common-components-old Public

    Vue

  2. commands commands Public

    1

  3. devops-platform-workshops-labs devops-platform-workshops-labs Public

    Forked from BCDevOps/devops-platform-workshops-labs

    Dockerfile 1

  4. a simple guide for getting a local w... a simple guide for getting a local web server set up
    1
    # Do I have a web server running?
    2
    
                  
    3
    ___
    4
    
                  
    5
    having a web server turned on doesn't necessarily mean you are serving pages on the world wide web.  its what allows you to load your own static files (`.html`, `.js` etc.) in a browser via `http://`.
  5. Big list of http static server one-l... Big list of http static server one-liners
    1
    Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
    2
    
                  
    3
    [Discussion on reddit](http://www.reddit.com/r/webdev/comments/1fs45z/list_of_ad_hoc_http_server_oneliners/).
    4
    
                  
    5
    ### Python 2.x