Giter Club home page Giter Club logo

number-generator's Introduction

Number-Generator

This repo contains 4 different implementations of a simple web server that serves a random number between 1 and 1,000,000. Each directory contains a markdown file giving instructions on how to get the code running a functional web server on Google Cloud.

Implementations

javaVM by Olivia: http://34.66.114.201/

javaAppEngine by Thanh: http://t0913-252821.appspot.com

pythonVM by Kurtis: http://35.239.254.252:5000/

pythonAppEngine by Brady: http://python-rng.appspot.com/

Testing

for((i = 0; i < 1000; i += 1)); do curl -s "website URL here"; echo ""; done > test; uniq -d test;

When this is run in the command prompt for the given URL, it should loop 1,000 times, check what the website prints, and save it to "test" it then checks for any duplicate numbers in "test" using the uniq -d command. If there are no duplicates, then this code will not print anything.

number-generator's People

Contributors

brady376 avatar duon4121 avatar kmhuff avatar ocobble avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.