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

Block or report infynyxx

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
infynyxx/README.md

Hi there 👋

NYC

Pinned

  1. grpc_todo_app grpc_todo_app Public

    My attempt to learn gRPC with same old todo app

    TypeScript 1

  2. Start chrome in stateless mode Start chrome in stateless mode
    1
    #!/bin/bash
    2
    set -e
    3
    # ~/bin/chrome-new
    4
    TMPDIR=`mktemp -d /tmp/chrome-XXXXX`
    5
    /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=$TMPDIR --no-first-run --autoplay-policy=no-user-gesture-required --no-make-default-browser "$@"
  3. hello_rust hello_rust Public

    My Rust playground

    Rust 1

  4. infynyxx.github.com infynyxx.github.com Public

    My Blog

    CSS 1

  5. netty/netty netty/netty Public

    Netty project - an event-driven asynchronous network application framework

    Java 32.8k 15.7k