Skip to content
View tntzxzttt's full-sized avatar
  • Tokyo, Japan

Block or report tntzxzttt

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. chat_app_with_grpc chat_app_with_grpc Public

    Sample Chat Application with gRPC-Web, Envoy and Kubernetes

    JavaScript 1

  2. clifftop clifftop Public

    TypeScript

  3. Shell script to install docker & doc... Shell script to install docker & docker-compose on Ubuntu 20.04
    1
    #!/bin/bash
    2
    
                  
    3
    # This shell script is based on the Docker docuemnt.
    4
    # - [docker](https://docs.docker.com/engine/install/ubuntu/)
    5
    # - [docker-compose](https://docs.docker.com/compose/install/)
  4. Dart file to wake-on-lan a computer Dart file to wake-on-lan a computer
    1
    import 'dart:io';
    2
    import 'package:convert/convert.dart';
    3
    
                  
    4
    void main(List<String> args) async {
    5
      const port = 9; // Usually port should be 9.