Skip to content
View quex46's full-sized avatar

Block or report quex46

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. cucumber/cucumber-js cucumber/cucumber-js Public

    Cucumber for JavaScript

    TypeScript 5.1k 1.1k

  2. iqoption iqoption Public

    Тестовое задание для IQ Option

    JavaScript 6 1

  3. howmucheuro-bot howmucheuro-bot Public

    Currency converting telegram bot

    TypeScript 1 2

  4. Bash cheatsheet Bash cheatsheet
    1
    # Intro
    2
    - Each bash-script should start with ``#!/bin/bash``
    3
    - Don't forget set executable flag: ``chmod +x ./super-script``
    4
    - For comments use ``# My comment``
    5
    - Good tutorial is [here](http://linuxconfig.org/bash-scripting-tutorial)