Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / Eliseo76 5 repositories

Im a noob.

Eliseo76/main

init commit

Language: JavaScript - Size: 7.03 MB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Eliseo76/PhoneVal

Return true if the passed string looks like a valid US phone number. The user may fill out the form field any way they choose as long as it has the format of a valid US number. The following are examples of valid formats for US numbers (refer to the tests below for other variants): 555-555-5555 (555)555-5555 (555) 555-5555 555 555 5555 5555555555 1 555 555 5555 For this challenge you will be presented with a string such as 800-692-7753 or 8oo-six427676;laskdjf. Your job is to validate or reject the US phone number based on any combination of the formats provided above. The area code is required. If the country code is provided, you must confirm that the country code is 1. Return true if the string is a valid US phone number; otherwise return false.

Language: JavaScript - Size: 1.95 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 1

Eliseo76/amazonclone

Language: JavaScript - Size: 373 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Eliseo76/reactnative

Language: JavaScript - Size: 2.84 MB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

Eliseo76/semanticui

Size: 0 Bytes - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Eliseo76/burger-improvements--01-finished

eu

Language: JavaScript - Size: 878 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Eliseo76/TestSite

This is only a test.

Language: HTML - Size: 585 KB - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Eliseo76/revent

Size: 0 Bytes - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Eliseo76/redux--01-start

Language: JavaScript - Size: 2.51 MB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Eliseo76/http--01-starting-setup

Language: JavaScript - Size: 618 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Eliseo76/burgerbuilder

Language: JavaScript - Size: 357 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Eliseo76/react-complete-guide

myreactstuff

Language: JavaScript - Size: 348 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/cashReg

Language: JavaScript - Size: 1.95 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/roman2

Language: JavaScript - Size: 1000 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/Romannum

Language: JavaScript - Size: 1000 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/palindrone

Language: JavaScript - Size: 1000 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/MaptheDebris

Language: JavaScript - Size: 1000 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/truthy

Intermediate Algorithm Scripting: Everything Be TruePassed Check if the predicate (second argument) is truthy on all elements of a collection (first argument). In other words, you are given an array collection of objects. The predicate pre will be an object property and you need to return true if its value is truthy. Otherwise, return false. In JavaScript, truthy values are values that translate to true when evaluated in a Boolean context. Remember, you can access object properties through either dot notation or [] notation.

Language: JavaScript - Size: 0 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/Binary2Sentence

Return an English translated sentence of the passed binary string. The binary string will be space separated.

Language: JavaScript - Size: 0 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/dropit

Given the array arr, iterate through and remove each element starting from the first element (the 0 index) until the function func returns true when the iterated element is passed through it. Then return the rest of the array once the condition is satisfied, otherwise, arr should be returned as an empty array.

Language: JavaScript - Size: 0 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/Lcm

Least Common Multiple using prime factorization on a array of 2 numbers, Objective : Find the smallest common multiple of the provided parameters that can be evenly divided by both, as well as by all sequential numbers in the range between these parameters. The range will be an array of two numbers that will not necessarily be in numerical order. For example, if given 1 and 3, find the smallest common multiple of both 1 and 3 that is also evenly divisible by all numbers between 1 and 3. The answer here would be 6.

Language: JavaScript - Size: 2.93 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/blogApp

My Blog learning app

Language: JavaScript - Size: 253 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Eliseo76/LeastCommonMultiple

LCM by Prime Factorization

Size: 0 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/largestNumArray

Language: JavaScript - Size: 1000 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/longestwordstr

Language: JavaScript - Size: 1000 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/factorialjs

Size: 1000 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/regexCheater

Language: JavaScript - Size: 1.95 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/fcctechnical

Language: HTML - Size: 1000 Bytes - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/questionaire

Funny Website made for whiners

Language: HTML - Size: 83 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Eliseo76/WebDeveloperLearning

Me Learning stuff and not losing it ;)

Language: JavaScript - Size: 7.81 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0