Skip to content
View selimslab's full-sized avatar

Block or report selimslab

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. selimslab.github.io selimslab.github.io Public

    a wiki with offline access, search, backlinks, and more

    HTML 12

  2. logos logos Public

    How to create an OS from scratch ➿

    Assembly 2

  3. Download all gists of a user Download all gists of a user
    1
    import sys
    2
    from subprocess import call
    3
    import json
    4
    import os
    5
    import requests
  4. a search engine in 200 lines a search engine in 200 lines
    1
    import re
    2
    import math
    3
    import operator
    4
    import logging
    5
    from collections import defaultdict, Counter