Coder Social home page Coder Social logo

cryptosquare's Introduction

Project Title

Epicodus Intro to Programming: Cryptosquare, June 7th, 2018

By Nate Cottle & Rita Bennett-Chew

Description

Setup/Contribution Requirements

  1. Clone the repo
  2. Make a new branch
  3. Commit and push your changes
  4. Create a PR

Specs

  • Take user string, remove spaces, and break into array

  • This program will find length of the array(1) and return the square root of its length rounded up to nearest integer

    • Input: [h,e,l,l,o,e,v,e,r,y,o,n,e]
    • Output: 4
  • This program will split the array at ever column.length place into new equally long arrays (splitToRows)

    • Input: [h,e,l,l,o,e,v,e,r,y,o,n,e]
    • Output: 1. [h,e,l,l] 1. [o,e,v,e] 1. [r,y,o,n] 1. [e]
  • This program will take every index[y] for columns and place in sub-array (transform)

    • Input: 1. [h,e,l,l] 1. [o,e,v,e] 1. [r,y,o,n] 1. [e]
    • Output: 1. [h,o,r,e] 1. [e,e,y] 1. [l,v,o] 1. [l,e,n]
  • This program will take these new arrays(4) and join them one after another

    • Input: 1. [h,o,r,e] 1. [e,e,y] 1. [l,v,o] 1. [l,e,n]
    • Output: [h,o,r,e,e,e,y,l,v,o,l,e,n]
  • This program will split this array(5) at every 5th place and return a string to the user

    • Input: [h,o,r,e,e,e,y,l,v,o,l,e,n]
    • Output: horee eeylv olen

Technologies Used

  • Bootstrap x.x.x
  • jQuery 3.3.1

Links

License

This software is licensed under the MIT license.

Copyright (c) 2018 Name

cryptosquare's People

Contributors

ritabc 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.