Skip to content
View white0ut's full-sized avatar
👍
👍

Block or report white0ut

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

    A 2D game built by members of the WMU GIC. Uses Java with the Slick2d game library

    Java 2

  2. My code conventions for java, modifi... My code conventions for java, modified from Pivotal contribution specs
    1
    <?xml version="1.0" encoding="UTF-8"?>
    2
    <profiles version="10">
    3
    <profile name="Kendrick Cline" version="10">
    4
    <setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/>
    5
    <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="16"/>
  3. Calculates possible team comps under... Calculates possible team comps under a given SR limit.
    1
    package main
    2
    
                  
    3
    // Absolutely hideous code that evaluates all possible combinations of team combinations in overwatch.
    4
    // Only valid teams are teams with SR under a limit.
    5
    
                  
  4. advent-of-code-23 advent-of-code-23 Public

    Go