Git Product home page Git Product logo

Simplon.co's Projects

js-recall icon js-recall

One way to see if you are comfortable with the JS. :vhs:

js-rna-transcription icon js-rna-transcription

Write a program that, given a DNA strand, returns its RNA complement (per RNA transcription).

js-say icon js-say

Write a program that will take a number from 0 to 999,999,999,999 and spell out that number in English.

js-scrabble-score icon js-scrabble-score

Write a program that, given a word, computes the scrabble score for that word.

js-secret-handshake icon js-secret-handshake

Write a program that will take a decimal number, and convert it to the appropriate sequence of events for a secret handshake.

js-series icon js-series

Write a program that will take a string of digits and give you all the contiguous substrings of length `n` in that string.

js-sieve icon js-sieve

Write a program that uses the Sieve of Eratosthenes to find all the primes from 2 up to a given number.

js-simple-cipher icon js-simple-cipher

Implement a simple shift cipher like Caesar and a more secure substitution cipher

js-space-age icon js-space-age

Write a program that, given an age in seconds, calculates how old someone is in terms of a given planet's solar years.

js-strain icon js-strain

Implement the `keep` and `discard` operation on collections. Given a collection and a predicate on the collection's elements, `keep` returns a new collection containing those elements where the predicate is true, while `discard` returns a new collection containing those elements where the predicate is false.

js-sum-of-multiples icon js-sum-of-multiples

Write a program that, given a number, can find the sum of all the multiples of particular numbers up to but not including that number.

js-triangle icon js-triangle

Write a program that can tell you if a triangle is equilateral, isosceles, or scalene.

js-trinary icon js-trinary

Write a program that will convert a trinary number, represented as a string (e.g. '102012'), to its decimal equivalent using first principles.

js-two-bucket icon js-two-bucket

Given two buckets of different size, write a program to demonstrate how to measure an exact number of liters.

js-word-count icon js-word-count

Write a program that given a phrase can count the occurrences of each word in that phrase.

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.