About 50 results
Open links in new tab
  1. node.js - NodeJS debugging coderbyte Task - Stack Overflow

    Nov 7, 2022 · NodeJS debugging coderbyte Task Asked 3 years, 3 months ago Modified 1 year, 6 months ago Viewed 7k times

  2. Coderbyte Challenge: Questions Marks - Stack Overflow

    Aug 31, 2021 · Have the function QuestionsMarks(str) take the str string parameter, which will contain single digit numbers, letters, and question marks, and check if there are exactly 3 question marks …

  3. Javascript Serial Number CoderByte problem - Stack Overflow

    Jun 23, 2022 · I'm currently solving a problem at CoderByte. Here's the scenario. Have the function SerialNumber(str) take the str parameter being passed and determine if it is a valid serial number …

  4. Array Addition I JavaScript function on Coderbyte

    Dec 5, 2015 · I am doing a challenge on Coderbyte and I would be grateful for any advice on my question: The challenge given to me: "Using the JavaScript language, have the function …

  5. What is going on with 'gets(stdin)' on the site coderbyte?

    Mar 21, 2019 · Coderbyte is an online coding challenge site (I found it just 2 minutes ago). The first C++ challenge you are greeted with has a C++ skeleton you need to modify: #include <iostream> …

  6. Coderbyte Challenge: Questions Marks - Stack Overflow

    Aug 6, 2018 · The problem seems to come from Coderbyte that isn't able to parse correctly escaped characters in regex patterns (literals or with the RegExp constructor). So the simplest solution is to …

  7. Coderbyte Array Addition Solution -- For Loop with a For Loop

    Dec 10, 2013 · I'm trying to understand the logic in a solution to the Array Addition CoderByte problem. Here is the question prompt -- "Using the JavaScript language, have the function ArrayAdditionI (arr) …

  8. php - GET request on the route https://coderbyte.com/api/challenges ...

    Oct 29, 2021 · To perform a GET request on the route https://coderbyte.com/api/challenges/json/json-cleaning and then clean the object according to the following rules: Remove all keys that have values …

  9. How to solve Coderbyte Wave Sorting problem? - Stack Overflow

    Dec 22, 2022 · How to solve Coderbyte Wave Sorting problem? Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 1k times

  10. unix - find line that contains string & echo the value to a new line ...

    Jan 4, 2021 · #cat web-logs-raw grep -F "coderbyte heroku/router" web-logs-raw >> test cat test This so far can filter the logs and find the lines that contain the string coderbyte heroku/router. but how do i …