Skip to content
View hmboyd's full-sized avatar

Block or report hmboyd

Report abuse

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

Report abuse

Pinned Loading

  1. Dockerfile Dockerfile
    1
    # Dockerfile Django app
    2
    ```docker
    3
    FROM python:3.8
    4
    
                  
    5
    WORKDIR /app
  2. Web Page Server (Based off ELEC351 R... Web Page Server (Based off ELEC351 RemoteServer Library/Module) (Uni) Weather Page as Example Approved to work with stm32 (and mbed(os)) platform specifically nucleo f4(29zi). main.cpp from ELEC351 given attached in comment as example of how to run
    1
    #include "WebPageServer.hpp"
    2
    
                  
    3
    EthernetInterface net;
    4
    
                  
    5
    void Web_Page_Server_Thread_Main(){
  3. ZSH Compile All Sourced FIles ZSH Compile All Sourced FIles
    1
    # This file needs to be `sourced` to ensure a drop-in behaviour for `source` or `.`
    2
    # The shell passess "$@" to source if no arguments are given after the file to be sourced.
    3
    
                  
    4
    # Works in bash.
    5
    
                  
  4. Asked_In_Interviews Asked_In_Interviews Public

    Forked from Ashket980/Asked_In_Interviews

    Some recent questions asked in interviews of companies like Google, TCS, Amazon etc.

    Java 2

  5. HttpOverStream HttpOverStream Public

    Forked from docker/HttpOverStream

    C# 2