Skip to content
View selimslab's full-sized avatar

Block or report selimslab

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 digital space

    HTML 11

  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