Skip to content
View willdvlpr's full-sized avatar
🚀
Focus
🚀
Focus

Organizations

@SocioProphet

Block or report willdvlpr

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. Standard Dockerfile for a React Client Standard Dockerfile for a React Client
    1
    # Client Dockerfile
    2
    
    
    3
    # pull official base image as build image
    4
    FROM node:18-alpine as build
    5
    
    
  2. Makefile Makefile
    1
    # define 'phony' target commands (i.e. the following are not files)
    2
    .PHONY: install_web run_web run_server run_client build_client
    3
    
    
    4
    # install dependencies for client and server
    5
    install_web:
  3. centos-project-dep centos-project-dep Public

    List of commands for a Linux Centos 7 VSI, to create a sudo user -> install MongoDB, Git, Node, NPM, Yarn -> create ssh public & private key -> clone repo -> build & run

  4. Needleman-Wunsch_Algorithm Needleman-Wunsch_Algorithm Public

    This is a MATLAB implementation of the Needleman-Wunsch Algorithm used for optimal alignment in bioinformatics. This implementation uses dynamic, iterative matrix allocation.

    MATLAB

  5. react-webpack-starter react-webpack-starter Public

    React starter template - React Webpack Babel

    JavaScript

  6. willjonesio-v2 willjonesio-v2 Public

    v2 of my website willjones.io

    Vue