Skip to content
View JavaCS3's full-sized avatar
😑
Working
😑
Working
Block or Report

Block or report JavaCS3

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

  1. xterm-player xterm-player Public

    a web based terminal recording player

    TypeScript 104 8

  2. xterm-recorder xterm-recorder Public

    a terminal session recording tool

    TypeScript 3

  3. xterm.js xterm.js Public

    Forked from xtermjs/xterm.js

    A terminal for the web

    TypeScript

  4. xtermjs/xterm.js xtermjs/xterm.js Public

    A terminal for the web

    TypeScript 16.8k 1.6k

  5. How to setup ssh proxy How to setup ssh proxy
    1
    # How to setup ssh proxy
    2
    
                  
    3
    Add the following in your `~/.ssh/config`
    4
    
                  
    5
    ```
  6. Interview Quizz Interview Quizz
    1
    # Interview Quizz: Cashier
    2
    
                  
    3
    A cashier in a shop need a program that will print out a receipt for a given order. And you're going to implement that.
    4
    
                  
    5
    ## Q1: Simple Printing