About 414,000 results
Open links in new tab
  1. 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. …

  2. php - GET request on the route …

    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 …

  3. Remove all keys that have values of N/A, -, or empty strings

    Feb 5, 2021 · Want to improve this question? Guide the asker to update the question so it focuses on a single, specific problem. Narrowing the question will help others answer the question …

  4. 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 …

  5. node.js - NodeJS debugging coderbyte Task - Stack Overflow

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

  6. Understanding coderbyte back-end challenge - Stack Overflow

    Dec 29, 2021 · Understanding coderbyte back-end challenge [closed] Ask Question Asked 3 years, 11 months ago Modified yesterday

  7. awk Script to Parse Logs and Extract Specific Values

    Dec 16, 2024 · I am trying to write a Bash script that processes log files and extracts specific values based on given conditions. The logs are located at a provided URL and contain real …

  8. 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 …

  9. How to perform a GET request on the json route in java

    May 18, 2021 · I am trying to print to console the hobbies properties from this json https://coderbyte.com/api/challenges/json/rest-get-simple, but I am getting a runtime error..

  10. java - Invalid result from coderbyte - Stack Overflow

    Mar 5, 2021 · Invalid result from coderbyte Asked 4 years, 8 months ago Modified 4 years, 8 months ago Viewed 965 times