Skip to content
View altermarkive's full-sized avatar

Block or report altermarkive

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
altermarkive/README.md

languages

Favorites

Favorite git Commands

Print all files ever committed:

git log --abbrev-commit --pretty=oneline | cut -d ' ' -f 1 | xargs -L1 git diff-tree --no-commit-id --name-only -r | sort | uniq

Scheduled prefetch:

git maintenance start

Accelerate status:

git config core.fsmonitor true
git config core.untrackedcache true

Favorite Mapping Tools

Favorite macOS Commands

Disable sleep on macOS to avoid interrupting background network tasks with screen lock:

sudo pmset -a sleep 0; sudo pmset -a hibernatemode 0; sudo pmset -a disablesleep 1

Pinned Loading

  1. numerai-experiments numerai-experiments Public

    Numerai Experiments

    Python 16 7

  2. training training Public

    Training

    Python 2 1

  3. cloud-experiments cloud-experiments Public

    AWS / Azure / Kubernetes - Experiments

    Shell 3 5

  4. machine-learning-course-by-stanford-university machine-learning-course-by-stanford-university Public

    Machine Learning Course by Stanford University

    Python 2 3