Skip to content
View Ryanman's full-sized avatar
💭
Triggering
💭
Triggering
Block or Report

Block or report Ryanman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Create a snake-case HTTP response in... Create a snake-case HTTP response in ASP.NET
    1
    using Newtonsoft.Json;
    2
    using Newtonsoft.Json.Serialization;
    3
    using System.Net.Http;
    4
    using System.Text;
    5
    using System.Threading.Tasks;
  2. Codewars Codewars Public

    A collection of all the ridiculous algorithm problems that I've entered the rat race on.

    C#

  3. git-utils git-utils Public

    A collection of small git utilities and installation instructions

    Shell

  4. Scratch.CrosswordSolver Scratch.CrosswordSolver Public

    Uses a Trie to solve a crossword combination

    C#