Skip to content
View mstfsnc's full-sized avatar
Block or Report

Block or report mstfsnc

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. twitter-video-downloader-extension twitter-video-downloader-extension Public

    Twitter video download extension

    JavaScript 178 36

  2. banka bin numaraları banka bin numaraları
    1
    [
    2
      {
    3
        "banka_adi": "T.C.Z\u0130RAAT BANKASI A.\u015e.",
    4
        "marka": "maximum",
    5
        "kredi_karti": {
  3. simple-domain-blocker-extension simple-domain-blocker-extension Public

    Simple domain blocker extension

    TypeScript 2 1

  4. Dockerfile Dockerfile
    1
    FROM python:3.7-slim
    2
    ENV PYTHONDONTWRITEBYTECODE 1
    3
    ENV PYTHONUNBUFFERED 1
    4
    WORKDIR /code
    5
    RUN pip install --upgrade pip && pip install pipenv