Skip to content
View judemelancon's full-sized avatar

Block or report judemelancon

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. SwitchRegister SwitchRegister Public

    Switch Register is a collection of emoji that are free to use with attribution. There are also related scripts.

    C# 1

  2. pharmacy-connect pharmacy-connect Public

    This is a version of the Connecting Wall or Connections puzzle specific to a pharmacy trivia competition.

    TypeScript

  3. aminoglycoside-pharmacokinetics-tool aminoglycoside-pharmacokinetics-tool Public

    Aminoglycosides Pharmacokinetics Tool

    CSS

  4. TuringCompleteAnalysis TuringCompleteAnalysis Public

    This is an unofficial tool to analyze score data for the game Turing Complete.

    C# 4

  5. This is a modern, improved version o... This is a modern, improved version of the banner utility. It rasterizes the message with an arbitrary font then converts that to characters for output.
    1
    <Query Kind="Program">
    2
      <Namespace>System.ComponentModel</Namespace>
    3
      <Namespace>System.Drawing</Namespace>
    4
      <Namespace>System.Drawing.Imaging</Namespace>
    5
      <Namespace>System.Drawing.Text</Namespace>
  6. ToRangeString.cs ToRangeString.cs
    1
    // A test suite is at the bottom.
    2
    // This is can be run in LINQPad ( http://www.linqpad.net/ ) in C# Program mode.
    3
    // Alternatively, it will work as a console project.
    4
    
                  
    5
    public static class EnumerableExtensions