Skip to content
View markmywords's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report markmywords

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. .bash_aliases .bash_aliases
    1
    # Small collection of aliases for personal use.
    2
    
                  
    3
    # Create subdirectories automatically when necessary
    4
    alias mkdir='mkdir -vp'
    5
    
                  
  2. haskell-dirutils haskell-dirutils Public

    directory utlities for haskell

    Haskell 1

  3. turnir turnir Public

    Forked from sphynx/turnir

    An utility for managing chess tournaments written in Haskell

    Haskell 1

  4. django .gitignore django .gitignore
    1
    *.pyc
    2
    localsettings.py
    3
    /assets/files/*
    4
    pip-log.txt
    5
    *.DS_Store
  5. react-bootstrap-table react-bootstrap-table Public

    Forked from AllenFang/react-bootstrap-table

    It's a react table for bootstrap

    JavaScript

  6. react-data-grid react-data-grid Public

    Forked from adazzle/react-data-grid

    Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like http://adazzle.github.io/react-data-grid/

    JavaScript