Skip to content
View keithxm23's full-sized avatar
¯\_(ツ)_/¯
¯\_(ツ)_/¯

Block or report keithxm23

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. chess_chat chess_chat Public

    Python service that processes chat messages, identifies chess moves and relays them to the client using websockets

    HTML 9 2

  2. fplPlayer fplPlayer Public

    File parsers and tools to analyse premier league soccer data from football-data.co.uk and fantasypremierleague.com

    Python 2

  3. fplassistantv2 fplassistantv2 Public

    This website is meant to enable fantasypremierleague managers to pick better teams by providing better filtering/sorting options than the stock fantasy.premierleague.com website. This is a hobby pr…

    HTML 1 2

  4. whoscoredpy whoscoredpy Public

    Python 1 1

  5. Code to parse injuries and count for... Code to parse injuries and count for each player from: http://www.physioroom.com/news/english_premier_league/clubs/1/arsenal_injuries.html
    1
    var players = {}
    2
    $("table#clubplayer > tbody > tr:not(:first-child) > td:first-child > a").each(function(){ 
    3
    	console.log(players);
    4
    	var player = $(this).text();
    5
    	if (player in players){
  6. fantrax_auto fantrax_auto Public

    Python