Skip to content
Stack Code Review
Question and answer site for peer programmer code reviews.
MENU
  • HOME

Author: maria

How’d I do on this card matching game?

By mariaPosted on April 1, 2023

Problem I threw this together for a web dev class I am taking at school and I thought I’d throw […]

Parsing ~100,000 strings and matching them to various classes

By mariaPosted on April 1, 2023

Problem I have an app that takes in “commands” in the form of strings that are parsed, and then passed […]

Graph representation implementation

By mariaPosted on April 1, 2023

Problem I wanted to represent graphs in Python, and wrote the following class. I don’t care about values associated with […]

Layered network protocol serialize / deserialize

By mariaPosted on April 1, 2023

Problem I was interested in feedback on this architecture. Objective: serialize / deserialize a network application protocol stream. Approach: Create […]

Confirm regex for validating password policy

By mariaPosted on April 1, 2023

Problem I have the following password policy: At least 8 characters in length At least one digit At least one […]

Generating a domain and IP blacklist with Bash

By mariaPosted on April 1, 2023

Problem This is a project to pull domain & IP blacklists from various sources and compile them into one list. […]

Sending periodic heartbeats, wondering if there are any timer bugs

By mariaPosted on April 1, 2023

Problem What? heartbeatjs is a small light weight library that helps you run periodic heartbeat functions and detects timeouts when […]

Sum of Subset of an Array equals a given number

By mariaPosted on April 1, 2023

Problem The exact question that I am solving is given here: Codechef – MARCHA1 Problem Statement Basically, we have an […]

Length of longest palindrome subsequence

By mariaPosted on April 1, 2023

Problem I had an interview, where I was asked to solve to this question: Given an string str, find the […]

Getting statistics in rest api endpoint

By mariaPosted on April 1, 2023

Problem We have following endpoint on our api that should grab some events from db, aggregate them and output as […]

  • 1
  • 2
  • 3
  • 4
  • …
  • 4,417

Recent Posts

  • Basic tic-tac-toe matrix in Haskell
  • Effective usage of multiple joins in Eloquent dependent on variable
  • HTTP Get & Post code with slow performance
  • Attempting to efficiently compute the largest prime factor
  • Finding all integers in an array with odd occurrence
  • Password reset process security
  • Get the value of the name attribute of each element with class=”class”
  • QuickSort C# Implementation
  • helper function to determine if html text is wrapped with a certain tag
  • A generic singleton
  • How’d I do on this card matching game?
  • Parsing ~100,000 strings and matching them to various classes
  • Graph representation implementation
  • Layered network protocol serialize / deserialize
  • Confirm regex for validating password policy

Categories

  • .Net
  • Algorithm
  • Android
  • Array
  • Bash
  • C#
  • Console
  • CSS
  • Haskel
  • Html
  • Java
  • Javascript
  • JSON
  • MySQL
  • Node Js
  • Object Oriented
  • Parsing
  • Php
  • Programming Chalenge
  • Python 3
  • React JS
  • Recursion
  • Regex
  • Ruby
  • Security
  • Sorting
  • SQL
  • Strings
  • Swift
  • VBA
Proudly powered by WordPress / Theme: Superfast